Unit 1: Page 7: Types of Operating Systems. Flashcards

1
Q

What is an Operating System?

A

It’s what coordinates all the operations of your computer system. It manages all the resources on the computer and controls the software and hardware.

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

What are the four types of operating systems

A
  • Real-time operating system (RTOS)
  • Single-user single task operating system
  • Single-user multitasking operating systems.
  • Multi-user operating systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe RTOS.

A

Inputs are processed and responded to instantaneously.

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

Describe Two benefits of using RTOS

A
  • It provides fast responses
  • It is best used where inputs must be processed and responded to immediately.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give two examples of RTOS.

A
  • Air Traffic Control Systems
  • Traffic Lights
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe Single-user Single Task Operating Systems

A

One user can use the system at a time, and one application can run at a time.

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

Describe two benefits of using Single-user Single Task operating systems.

A
  • It requires fewer resources.
  • It is best used on devices that have limited processing and memory, which can’t handle running multiple applications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give two examples of a Single-User Single task operating system.

A
  • Basic Mobile phone
  • Simple handheld virtual pet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe Single-user multitasking operating systems.

A

One user can use the system at a time, but many applications can run simultaneously.

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

Describe two benefits of using Single-user multitasking operating systems.

A
  • It allows the user to use several applications at once.
  • It is best used on systems where a user needs to be able to switch quickly between applications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Give an example of a Single-user multitasking operating systems.

A

An office worker using a laptop or desktop PC

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

Describe Multi-user Operating System.

A

Many users can use the system at the same time and can run many applications simultaneously.

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

Describe two benefits of using a Multi-user Operating System.

A
  • Processing and resources can be shared by multiple users.
  • It is best used where many users need access to the same processing or resources at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give an example of a Multi-user Operating System.

A

Web servers.

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

Name three factors that may affect the Performance of Operating Systems

A
  • Hardware factors
  • Malware
  • Virtual Memory factors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Name three Malware factors that may affect an operating systems performance.

A
  • Worms
  • Viruses
  • Spyware
17
Q

Name Four hardware factors that may affect an operating systems performance.

A
  • Limited RAM capacity
  • Number of Cores
  • Limited CPU speed
  • Slow hard-disk read/write (fragmentation)
18
Q

Name two Virtual Memory factors that may affect an operating systems performance.

A
  • Heavy use of virtual memory relies on slow disc transfers rather than the very fast working memory (RAM) data transfers.
  • Not enough HDD space allocated to extend RAM (pagefile two small - the pagefile is a section of the hard disk that is reserved as an extension of the RAM)