Types of OS and BIOS Flashcards

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

There are various types of operating systems which have…

A

different uses

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

Describe the mechanics of distributed operating systems

A

This is a type of operating system which is run across multiple devices, allowing the load to be spread across multiple computer processors when a task is run.

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

Describe the mechanics of embedded operating systems.

A

Built to perform a small range of specific tasks, this operating system is catered towards a specific device.

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

What are the pros of using embedded operating systems?

A

they consume significantly less power than other types of OS

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

What are the cons of using embedded operating systems?

A

They are limited in their functionality and hard to update

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

Describe the mechanics of multi-tasking operating systems.

A

Multi-tasking operating systems enable the user to carry out tasks seemingly simultaneously. This is done by using time slicing to switch quickly between programs and applications in memory.

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

Describe the mechanics of multi-user operating systems.

A

Multiple users make use of one computer, typically a supercomputer, within a multi-user system. Therefore a scheduling algorithm must be used to ensure processor time is shared fairly between jobs.

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

What are the cons of using multi-user operating systems?

A

Without a suitable scheduling algorithm, there is a risk of processor starvation.

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

Describe the mechanics of Real Time operating systems.

A

A real time OS is designed to perform a task within a guaranteed time frame.

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

What are some examples of where a real time OS may be used?

A

In time-critical computer systems such as the management of control rods at a nuclear power station or within self-driving cars.

Any situation where a response within a certain time period is crucial to safety.

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

What does BIOS stands for ?

A

Basic Input Output System

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

Define BIOS.

A

The Basic Input Output System is the first program that runs when a computer system is
switched on.

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

What happens when a computer switches on?

A

The PC register points to the location of the BIOS upon each start-up of the computer as the BIOS is responsible for running various key tests before the operating system is loaded into memory.

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

What are some of the key test that the BIOS is responsible running?

A

-POST (Power-on self test) which ensures that all
hardware (keyboards, disk drives) are correctly
connected and functional

  • Checking the CPU clock, memory and processor is
    operational
  • Testing for external memory devices connected to
    the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly