WK1 Requests to the operating system Flashcards

1
Q

Booting the computer

A

When you boot, or turn on, your computer, either a BIOS or UEFI microchip is activated. The Basic Input/Output System (BIOS) is a microchip that contains loading instructions for the computer and is prevalent in older systems.

The Unified Extensible Firmware Interface (UEFI) is a microchip that contains loading instructions for the computer and replaces BIOS on more modern systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

BIOS and UEFI chips

A

The BIOS and UEFI chips both perform the same function for booting the computer.

BIOS was the standard chip until 2007, when UEFI chips increased in use. Now, most new computers include a UEFI chip.

UEFI provides enhanced security features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BIOS and UEFI chips Loading Instructions

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Completing a task

A

operating systems help us use computers more efficiently. Once a computer has gone through the booting process, completing a task on a computer is a four-part process.

USER -> APPLICATION -> OS -> HARDWARE
(Then it returns back from Hardware to OS to App to User)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

USER

A

The first part of the process is the user. The user initiates the process by having something they want to accomplish on the computer. Right now, you’re a user! You’ve initiated the process of accessing this reading.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

APPLICATION

A

The application is the software program that users interact with to complete a task. For example, if you want to calculate something, you would use the calculator application. If you want to write a report, you would use a word processing application. This is the second part of the process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OPERATING SYSTEM

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HARDWARE

A

The hardware is where all the processing is done to complete the tasks initiated by the user. For example, when a user wants to calculate a number, the CPU figures out the answer. As another example, when a user wants to save a file, another component of the hardware, the hard drive, handles this task.

After the work is done by the hardware, it sends the output back through the operating system to the application so that it can display the results to the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The OS at work behind the scenes

A

The process of using an operating system is also similar to ordering at a restaurant. At a restaurant you place an order and get your food, but you don’t see what’s happening in the kitchen when the cooks prepare the food.

Ordering food is similar to using an application on a computer. When you order your food, you make a specific request like “a small soup, very hot.” When you use an application, you also make specific requests like “print three double-sided copies of this document.”

You can compare the food you receive to what happens when the hardware sends output. You receive the food that you ordered. You receive the document that you wanted to print.

Finally, the kitchen is like the OS. You don’t know what happens in the kitchen, but it’s critical in interpreting the request and ensuring you receive what you ordered. Similarly, though the work of the OS is not directly transparent to you, it’s critical in completing your tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

An example: Downloading a file from an internet browser

A

First, the user decides they want to download a file that they found online, so they click on a download button near the file in the internet browser application.

Then, the internet browser communicates this action to the OS.

The OS sends the request to download the file to the appropriate hardware for processing.

The hardware begins downloading the file, and the OS sends this information to the internet browser application. The internet browser then informs the user when the file has been downloaded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly