Save
computer science paper 1
1.1 Characteristics of Contemporary Processors
Types of Operating Systems
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Alexia Quiboloy
Visit profile
Cards (28)
What are the types of operating systems described in the study material?
Distributed
,
embedded
,
multi-tasking
, multi-user,
real-time
View source
What is the primary function of a distributed operating system?
To coordinate
processing
across multiple
computers
View source
How does a distributed OS provide the illusion of a single processor to the user?
By
coordinating
tasks across multiple computers
View source
What is a disadvantage of using a distributed operating system?
The programmer has no control over
task distribution
View source
What allows a multi-tasking system to appear to perform multiple tasks simultaneously?
Scheduling
processor time
View source
In a multi-user, multi-tasking system, what is a time slice?
A portion of
CPU
time
allocated
to each user
View source
Where might you typically find a multi-user, multi-tasking system?
In
universities
or large businesses
View source
What type of operating system do smartphones typically use?
Multi-tasking
operating system
View source
How are mobile operating systems linked to hardware?
They are designed for
specific
hardware types
View source
What is the role of a low-level proprietary OS in mobile devices?
To handle
hardware
and
special features
View source
What is Android classified as?
An
open-source
operating system
View source
What advantage does Android offer to device manufacturers?
Major
customization
for their devices
View source
What is a characteristic of embedded operating systems?
They have
minimal
features and run
simple
programs
View source
Where is application software typically held in embedded systems?
In
ROM
View source
What is a key requirement of real-time operating systems?
To respond quickly to
inputs
View source
Why is hardware redundancy important in real-time operating systems?
To ensure
failsafe operation
if a component fails
View source
What was the Therac-25 case study about?
A radiation therapy machine with
programming errors
View source
What does BIOS stand for?
Basic Input Output System
View source
What is the role of BIOS during computer start-up?
It
initializes hardware
and
loads
the OS
View source
What is a device driver?
A program that interfaces the
OS
with hardware
View source
Why are device drivers hardware dependent?
Because they are specific to the
hardware type
View source
What is the purpose of a virtual machine?
To emulate
hardware
and run different
OS
View source
What does the Java virtual machine execute?
Java byte code
View source
What are the main functions of operating systems?
Manage
hardware communication
Coordinate
processing tasks
Provide user interfaces
Control hardware through
device drivers
Load and manage
applications
View source
What are the characteristics of different types of operating systems?
Distributed
: Coordinates tasks across multiple computers
Embedded
: Minimal features, runs simple programs
Multi-tasking
: Schedules processor time for simultaneous tasks
Multi-user
: Allows multiple users to share CPU time
Real-time
: Responds quickly in safety-critical situations
View source
What are the key components of BIOS?
Stored in
ROM
Boots the computer at
start-up
Initializes and tests
hardware
Loads the Operating System into
RAM
View source
What is the role of device drivers in an operating system?
Provide an interface for
OS
and hardware
Hardware dependent
and OS specific
Allow control of various hardware devices
View source
What are the uses of virtual machines?
Emulate different
hardware
Run one
OS
inside another
Execute intermediate code like
Java byte code
Play old arcade games on modern PCs
View source