1.2 Types of OS Flashcards
What does the BIOS do ? ( 2 points)
Initializes system hardware and loads the operating system.
Communicates hardware errors.
What is a Multi Tasking System ?
Runs on a standalone computer.
Performs multiple tasks at the same time. e.g. Win 10
What is a Multi-user multi tasking system ?
A single powerful computer connected to multiple terminals.
Each user gets a slice of CPU time.
What is a Distributed Operating System.
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.
What is a Real-time Operating System.
- An OS that responds very quickly to inputs.
- Deals with many inputs simultaneously.
- Incorporates redundancy.
- Real Time OS must not stop.
What is a Embedded Operating Systems.
An OS built into another device.
What are some features of Embedded Operating Systems ?
Usually very simple.
Limited RAM, little if any secondary storage.
Few inputs / outputs.
What is a Virtual machine ?
Software that imitates an operating system on another machine.
What are some features of a Virtual machine ?
Use a portion of the real operating system’s
resources.
Test suspicious software / files.
Test software in specific environments.
What is Virtual Memory ?
An area of secondary memory used to expand
primary memory.
How does Virtual Memory work ? (3 points)
- 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.