Chapter 8 - Types of operating system Flashcards

1
Q

What is a multi-tasking operating system?

A

» Can run multiple programs simultaneously seemlingly.
» Done by time slicing, where each active program is scheduled to receieve a tiny time slice in quick rotation

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

What is a multi-user operating system?

A

» Allows multiple user to use a system and its resources simultaneously
» Are large, and able to serve large number of orgainsations that use these systems
» Each user gets a slice of processor time according to its scheduling algorithm

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

What is a distributed operating system?

A

» Allows multiple computers to work together on a single task
» Allowing the load to be spread across multiple computer processors
» Form of parallel processing

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

What are embedded operating systems?

A

» Designed to run on emebedded systems rather then on general purpose systems
» Has minimial harware and limited amount of RAM
» Consume less power then typical OS, limited in their functionality

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

What are embedded operating systems?

A

» Designed to run on emebedded systems rather then on general purpose systems
» Run on dedicated hardware to maximise efficiency
» Consume less power then typical OS, limited in their functionality

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

What is a real-time operating system

A

» System gives a response withing a guaranteed time grame

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

Why would a firm use a real time operating system?

A

» Needs to be able to respond instantly to changes
» CONTEXT

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

What does the BIOS stand for?

A

» Basic Input Output System

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

What are the 2 main functions of the BIOS?

A

» Initalise and test the hardware
» Load operting system into RAM

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

Why is the BIOS stored in ROM?

A

» Quick to start up
» Cannot be altered

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

What is POST?

A

» Power on self test
» Ensures that all hardware are connect and functional

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

What is the boostrap/bootloader?

A

» Is the name given to the program that loads the operating system from the hard disk into main memory

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

What is one difference between a single-user and a multi-user operating system?

A

» A single user-operating system allows one user to execute programs at a time
» Multi user operating system allows multiple users to execute programs simultaneously

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

What iss a device driver?

2 marks

A

» A program/software that controls a specific hardware
» Provides an interafce/bridge between the device and operating system

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

What does the device driver allow the operating system to do?

A

» To communicate with the connected device

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

What is a virtual machine?

A

» A theoretical computer in that is a software implementation of a computer system, can be used instead of a physical system

17
Q

What are benefits of using a virutal machine?

A

» Saves time and money
» Protection from malware - as it will only affect the virtual machine
» Running incompatible software

18
Q

What is intermediate code?

A

» Akin to machine code, cannot be read by the CPU, but it is a representation of a program
» Virtual machine is used to read the code instead of the CPU