1.2.1 Flashcards

1
Q

What does an Operating system (OS) do?

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
2
Q

What does backing-store-management do?

A

Allocates and tracks data on secondary storage

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

What is the role of a Driver?

A

Allows a computer system to interface with new hardware

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

What does memory management do?

A

Allocates tracks and deletes data on primary memory.

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

What is a Physical-Location?

A

A register on a hardware device

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

What is a 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
7
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
8
Q

What is an Interrupt?

A

A signal to the CPU to change the process it is completing.

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

What is processor scheduling?

A

Assigning different tasks to a CPU at different times to give the appearance of multi tasking.

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

What is the BIOS?

A

Basic input output system. Initialises system hardware and loads the operating system

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

What is Virtual Memory?

A

An area of secondary memory used to expand primary memory.

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

Key notes of virtual memory

A

Used when primary memory is full; Pages form primary memory are moved to secondary memory to create space; When they are needed they are copied back to primary memory possibly requiring other pages to be moved.

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

What is the Interrupt Process?

A

Interrupt service routine. Stores values of registers for current task. Completes interrupt service routine. Restores previous task

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

3 types of Interrupts

A

Power failure. Clock (scheduled interrupt). Input/output requests.

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