2.4 - Operating System Flashcards

1
Q

What is an operating system?

A

Links hardware and other software together that manages the computer system.

Examples include iOS and Windows 11.

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

What are the functions of an operating system?

A

Manages the hardware, manages applications, creates user interface, provides a layer of security, and manages interrupts.

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

What is a single user operating system?

A

OS allows one user at a time.

You can have multiple accounts but cannot use them at the same time.

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

What are the advantages of a single user OS?

A

Supports one user at a time, easy to maintain and debug.

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

What are the disadvantages of a single user OS?

A

Tasks take longer to finish and idle time is higher.

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

What is a multi-user operating system?

A

Allows multiple users at a time.

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

How does a multi-user OS function?

A

Through a network terminal that connects users to another computer, allocating processor time to each user.

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

What are the advantages of a multi-user OS?

A

If one computer has an issue, the others are not affected, and users can use the same or different documents on one computer at the same time.

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

What are the disadvantages of a multi-user OS?

A

If a computer attached to the network is attacked by a virus, it can spread to other computers on the same network; high security is needed to prevent unauthorized access.

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

What is a single processor OS?

A

OS only supports 1 CPU.

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

What are the advantages of a single processor OS?

A

Draws less power than multiprocessor, has short time slices giving the impression of continuous program running.

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

What are the disadvantages of a single processor OS?

A

If one processor fails, the entire system fails, making it less reliable and slower than multi-processor systems.

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

What is a multiprocessor OS?

A

Supports multiple CPUs that share full access to RAM.

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

What are the advantages of a multiprocessor OS?

A

More work done in less time; if one processor fails, it does not affect how the system functions.

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

What are the disadvantages of a multiprocessor OS?

A

Requires a complex OS, large main memory, and the system can crash if the processor doing a specific task fails.

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

What is an off-the-shelf OS?

A

It is already made and available for public use.

Example includes Microsoft Windows.

17
Q

What are the advantages of an off-the-shelf OS?

A

Available with updates, compatible with hardware, and requires less training.

18
Q

What are the disadvantages of an off-the-shelf OS?

A

May not meet the end user’s needs and might require an annual fee.

19
Q

What is open source software?

A

Source code can be modified by users and developers.

20
Q

What are the advantages of open source software?

A

Free or cheap, improved constantly, and high security due to white hat hackers.

21
Q

What are the disadvantages of open source software?

A

No free support, and it can be difficult to find application packages to support individual needs.

22
Q

What is bespoke software?

A

Made to meet a specific organization’s needs.

23
Q

What are the advantages of bespoke software?

A

Updated based on the requirements of the business.

24
Q

What are the disadvantages of bespoke software?

A

Expensive to build and dependent on developers.