Types of Operating Systems Flashcards
What is a multi-tasking operating system?
Each program is scheduled so it receives a very small time slice of processor time to give the impression that they are running simultaneously.
What is a multi-user operating system?
Allows more than one user to use a computer at a time, managing each users preferences.
What is a distributed operating system?
Combine processing power of multiple computers over network for single task. Controls and coordinates computers presenting them to the user as if they were a single system.
What is an embedded operating system?
Run on dedicated hardware for max efficiency, low powered processors and little memory. For specialised tasks.
What is a real-time operating system?
Processes are guaranteed to be executed within a known time frame. Redundancies built in to handle abnormal increases in inputs, as such processes never run at capacity.