Module 1 - 04-2 Flashcards
The operating system at work
What is the job of an OS?
To help other computer programs run efficiently.
The OS does this by taking care of all the messy details related to controlling, the computer’s hardware
Explain the process of turning on a computer
- When you press the power button, you’re interacting with the hardware.
- This boots the computer and brings up the operating system.
- Booting the computer means that a special microchip called a BIOS is activated. On many computers built after 2007, the chip was replaced by the UEFI. Both BIOS and UEFI contain booting instructions that are responsible for loading a special program called the bootloader.
- Then, the bootloader is responsible for starting the operating system. Just like that, your computer is on.
Vulnerabilities can occur in something like a booting process.
Often, the BIOS is not scanned by the antivirus software, so it can be vulnerable to malware infection.
What doe CPU stand for?
Central Processing Unit (CPU)
How do applications and hardware communicate?
- Operating systems regularly monitor applications and hardware to determine if any common information should be shared between them.
- Applications and hardware communicate directly, and the operating system interprets this communication to translate it to the user.
- Applications send requests to the operating system, and the operating system directs those requests to the hardware.
- Applications send requests directly to the hardware, and the hardware sends back a response through the operating system.
Applications send requests to the operating system, and the operating system directs those requests to the hardware.
Applications send requests to the operating system, and the operating system directs those requests to the hardware. The hardware also sends information back to the operating system, and the operating system sends it back to applications.
What does BIOS stand for?
Basic Input/Output System (BIOS)
Define BIOS
A microchip that contains loading instructions for the computer and is prevalent in older systems
What does UEFI stand for?
Unified Extensible Firmware Interface (UEFI)
Define UEFI
A microchip that contains loading instructions for the computer and replaces BIOS on more modern systems
What are the functions of the BIOS and UEFI?
The BIOS and UEFI chips both perform the same function for booting the computer
UEFI provides enhanced security features
The BIOS or UEFI microchips contain a variety of loading instructions for the computer to follow.
For example, one of the loading instructions is to verify the health of the computer’s hardware.
The last instruction from the BIOS or UEFI activates the bootloader.
The bootloader is A software program that boots the operating system.
Once the operating system has finished booting, your computer is ready for use.
Define Bootloader
A software program that boots the operating system
How many processes are there in completing a task on a computer?
Four (4)
What components are part of the four-part process of completing a task on a computer?
- User
- Application
- Operating System
- Hardware
What is the first (1st) part of the process of completing a task on a computer?
User
The user initiates the process by having something they want to accomplish on the computer
What is the second (2nd) part of the process of completing a task on a computer?
Application
The application is the software program that users interact with to complete a task
What is the third (3rd) part of the process of completing a task on a computer?
Operating System
The operating system receives the user’s request from the application.
It’s the operating system’s job to interpret the request and direct its flow.
In order to complete the task, the operating system sends it on to applicable components of the hardware.