Introduction to Operating Systems Flashcards

1
Q

What is an Operating System?

A

A software layer that manages processors, main memory, disks, and various input/output devices

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

Where does the OS fit in on the hierarchy of users, applications, and hardware? aka what does the OS interact with and act as the go between for?

A

The OS is apart of the software layer (applications and operating system) and interacts with the application and the hardware. Applications interact with the user interface, which interact with the operating system, which interacts with the hardware. This also works from hardware back.

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

What comprises an operating system?

A

User Interface, Core Runtime Libraries, Kernel and Kernel Extensions

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

How does the OS act as a resource manager?

A
  • Lets multiple programs run at the same time
  • Manages and protects memory, I/O devices, and other resources
  • shares (Multiplex) resources in time and an in space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly