Week 2 Flashcards

1
Q

What is a single-processor system?

A

A system with one main CPU capable of executing a general-purpose instruction set, including instructions from user processes.

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

What are multiprocessor systems also known as?

A

Parallel systems or tightly-coupled systems.

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

What is a key feature of multiprocessor systems?

A

They have two or more processors in close communication, sharing the computer bus, memory, and peripheral devices.

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

What is an advantage of multiprocessor systems regarding throughput?

A

Increase throughput by completing more work in less time.

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

What does economy of scale mean in the context of multiprocessor systems?

A

Multiprocessor systems can cost less than equivalent multiple single-processor systems due to shared peripherals and resources.

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

How do multiprocessor systems increase reliability?

A

By distributing functions among several processors, the failure of one processor does not halt the system.

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

What happens when one processor fails in a multiprocessor system with ten processors?

A

The remaining nine processors can share the workload of the failed processor.

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

What is an asymmetric multiprocessor?

A

A multiprocessor system where processors have distinct roles, typically with one master processor and several slave processors.

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

What is a symmetric multiprocessor?

A

A multiprocessor system where all processors share the same memory and are treated equally.

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

What are clustered systems?

A

Systems that consist of multiple computers linked together to work as a single system.

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

What does multiprogramming allow?

A

Multiple programs to run simultaneously on a single processor.

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

What is multitasking?

A

The ability of an operating system to execute more than one task simultaneously.

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

What is dual-mode operation?

A

An operation mode that allows the system to switch between user mode and kernel mode.

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

What is the purpose of a timer in operating systems?

A

To control the execution time of processes and manage multitasking.

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

Fill in the blank: Multiprocessor systems increase reliability through _______.

A

graceful degradation or fault tolerance.

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