Types Of Operating Systems Flashcards

1
Q

What is a distributed operating system?

A

Is a form of parallel processing system which spreads the loads over multiple computer servers, a single job is split up into several task and each of these is run on a separate computer, coordinate by the operating system

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

Which operating systems are available in distributed versions?

A

Linux, Unix and Windows

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

What is a multi-tasking operation system?

A

A system that may run on a standalone computer and can run many jobs simultaneously, switching between them so that each one appears to be the only one running

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

What are multi-user, multi-tasking operating systems?

A

These are time sharing system where a single powerful mainframe or supercomputer is connected to dozens or hundred of terminals all using the mainframe CPU, each getting a slice of processor time according to the scheduling algorithm

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

What is the term for operating systems used by smartphones, tablet and other mobile devices?

A

Mobile operating system

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

What are embedded operating systems?

A

These are found in all kinds of hardware that is not a computer (Washing Machine, Microwave etc) and are a specialised operating system designed to perform a specific task

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

What are the main features of a operating system?

A

It will have a minimal user interface, it will accept input from sensors and send output to control devices, there is a limited amount of RAM so complex memory management system is not required and there will not e any permanent data storage devices to be managed

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

What is a real-time operating system?

A

An operating system for real-time computing applications that processes data and events that have critically defined time constraints

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

What are the features of a real-time operating system?

A

It buys respond very quickly to any inputs or sensors, it must be able to deal with many inputs simultaneously, it must have ‘failsafe’ mechanism and must incorporate redundancy, that is if one component fails it must switch to backup hardware

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

What does BIOS stand for?

A

Basic Input Output System

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

What is BIOS?

A

Is the program stored in EPROM (Erasable Programmable Read-Only Memory) that gets your computer started after you turn it on

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

What is the fundamental purpose of BIOS in modern PCs?

A

To initialise and test the system hardware components and to load the operating system from the hard disk to RAM, though in more modern computers BIOS is not used after loading the operating system

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

What is a device driver?

A

A computer program that provides a software interface to a particular hardware device

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

What does a device driver enable the operating system to do?

A

Access hardware functions without needing to know the details of the hardware being used

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

What is a virtual machine?

A

Any instance where software is used to take on the function of the machine, including executing intermediate code or running an operating system

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