1.2.1 System Software p2 Flashcards

1
Q

Distributed Operating System

A

Can coordinate the processing of a single job across multiple computers but looks like one OS to the user

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

Multi-Tasking Operating System

A

A single processor can appear to be doing more than one job at once by scheduling processor time
e.g. desktop computers/ mobile phones

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

Multi-User Operating System

A

A very powerful CPU called a mainframe giving many users with their own terminals a time slice to access the mainframe’s CPU

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

Embedded Operating System

A

System software that is used to manage the device that is built into the device and stored in ROM. It is specific to the hardware
Catered towards specific tasks for a specific device

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

Real Time Operating System

A

Must respond extremely quickly to inputs, may need to cope with many simultaneous inputs
e.g. car brakes (safety critical environments)

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

Real Time OS hardware

A

Must have a failsafe to determine if a hardware component fails
Hardware redundancy - crucial components are duplicated in case one fails

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

BIOS

A

Basic Input Output System
Stored in CMOS in ROM (ROM makes it non-volatile, CMOS makes it writable)
Boots the computer at start up (initialises and tests hardware, loads OS onto RAM)
Also loads the boot loader that starts the initialisation of the OS

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

POST

A

Power On Self Test

Checks everything is working as you boot up, info on screen

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

OS Kernel

A

The central component of the OS, bridge between applications and data processing. Manages system’s resources

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

Device Drivers

A

A program that provides an interface for the OS to interact with a device, communicates a request from a device to the OS
Hardware dependent and OS specific
Needed to allow the OS to control hardware devices

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

Links through the system

A

User -> applications -> OS -> device drivers -> hardware

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

Virtual machine

A

A system that runs software allowing other software to behave as if it was on a hardware system

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