1.2 Role of the OS Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the Operating System(OS) ?

A

Software that manages computers, and allows
humans to use them.

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

How does the OS work ? (3 points)

A
  • Held in permanent memory
  • Loaded by the Basic Input Output System (BIOS)
  • Manages the computer’s hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 5 roles of the OS ?

A
  • Memory management
  • Interrupt service routines
  • Processor scheduling
  • Backing store management
  • Peripheral management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Backing store management ?

A

Allocating and tracking data on secondary
storage.

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

How does Backing store management work ? (2 points)

A
  • Allocating addresses in secondary memory.
  • Modifying and deleting data in secondary memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are Drivers ?

A

Allow a computer system to interact with new hardware.

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

What is Memory Management ?

A
  • Allocating
  • tracking
  • deleting data on primary memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Physical Location ?

A

A register on a hardware device.

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

What is Logical Location ?

A

A position in an algorithm or process.

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

How does Paging work ?

A
  • Memory is divided into 4Kb sections.
  • Processes can be stored across several pages.
  • Pages can be loaded / dumped as needed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Segmentation

A

Dividing memory logically according to program needs.

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

How does Segmentation work ?

A
  • Memory is divided into sections of variable length.
  • Sections can be loaded individually.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly