Ch 3 L3: Operating System Functions Flashcards
(8 cards)
What is the purpose of an operating system (OS)?
provides a user interface that manages files, runs applications, and communicates with hardware
The operating system loads system configuration and other files such as the kernel.
What is the purpose of a utility program?
performs troubleshooting or maintenance
help to protect security and privacy
What is the purpose of a translator?
translates programming code into instructions that the computer will understand
How does the operating system work within a computer step by step?
- When computer starts up, the BIOS searches for a boot drive, one with a valid operating system.
- The BIOS then passes control to the operating system, which loads into memory and completes startup.
- Once loaded, the operating system manages a computer’s input Processing, output and storage.
- The operating system boots a computer, provides a user interface, runs programs, configures and controls devices, and manages essential file operations such as saving and opening files.
What is the purpose of the kernel?
maintains the system clock and loads other programs
is a memory resident part of the operating system, which means that it remains in memory while the computer is in operation.
manages computer components, peripheral devices, and memory
What does the memory - resident part contain?
essential instructions to operate the computer, control, monitor, display, and manage RAM.
What is the purpose of the non-resident part of the operating system?
Loaded into memory from hard drive as needed
What are the steps of the PC Startup Process?
- The power supply sends signals to the motherboard, including the processor chip
- The processor looks for the ROM chip containing the BIOS.
- The BIOS performs the POST, which checks that components are properly connected.
- If all devices are working properly, the BIOS searches the boot drive for operating system files.
- The OS loads the system configuration and other system files into memory
- The OS displays the user interface on the screen