1.2 Types of OS Flashcards

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

What does the BIOS do ? ( 2 points)

A

Initializes system hardware and loads the operating system.
Communicates hardware errors.

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

What is a Multi Tasking System ?

A

Runs on a standalone computer.
Performs multiple tasks at the same time. e.g. Win 10

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

What is a Multi-user multi tasking system ?

A

A single powerful computer connected to multiple terminals.
Each user gets a slice of CPU time.

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

What is a Distributed Operating System.

A

A parallel processing system that performs tasks
across multiple computers and servers, but
appears to the user as a single interface.

Allow each device to do what it does best.

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

What is a Real-time Operating System.

A
  • An OS that responds very quickly to inputs.
  • Deals with many inputs simultaneously.
  • Incorporates redundancy.
  • Real Time OS must not stop.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Embedded Operating Systems.

A

An OS built into another device.

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

What are some features of Embedded Operating Systems ?

A

Usually very simple.
Limited RAM, little if any secondary storage.
Few inputs / outputs.

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

What is a Virtual machine ?

A

Software that imitates an operating system on another machine.

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

What are some features of a Virtual machine ?

A

Use a portion of the real operating system’s
resources.
Test suspicious software / files.
Test software in specific environments.

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

What is Virtual Memory ?

A

An area of secondary memory used to expand
primary memory.

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

How does Virtual Memory work ? (3 points)

A
  • When primary memory is full…
  • …pages from primary memory are moved to
    secondary memory to create space…
  • …when they are needed, they are copied back
    to primary memory, possibly requiring other
    pages to be moved.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly