Save
CHS
Computer system
Operating System
Save
Share
Learn
Content
Leaderboard
Learn
Created by
jared pahilga
Visit profile
Cards (18)
What is an
operating system
?
The operating system is the most
important
program that
runs
on a
computer.
View source
What are some basic tasks performed by operating systems?
Recognizing
input
from the keyboard, sending
output
to the display, and controlling
peripheral
devices.
View source
How does an operating system function like a
traffic cop
?
It ensures that different programs and users do not
interfere
with each other while running simultaneously.
View source
What is one of the responsibilities of an operating system regarding security?
Ensuring that
unauthorized users
do not access the system.
View source
What are the classifications of operating systems?
Multi-user
Multiprocessing
Multitasking
Multithreading
Real-time
View source
What does a multi-user operating system allow?
It allows
two
or
more
users to run programs at the
same
time.
View source
Name three examples of multi-user operating systems.
Linux
,
Unix
, and
Windows
2000.
View source
What does multiprocessing support?
Running a program on more than one
CPU.
View source
Name three examples of multiprocessing operating systems.
Linux
,
Unix
, and
Windows
2000.
View source
What does multitasking allow?
More than
one
program to run
concurrently.
View source
Name two examples of multitasking operating systems.
Unix
and
Windows 2000.
View source
What does multithreading allow?
Different
parts
of a
single
program to run concurrently.
View source
Name two examples of multithreading operating systems.
Linux
and
Windows
7.
View source
What is a real-time operating system?
An operating system that responds to
input instantly.
View source
Why are general-purpose operating systems like DOS and UNIX not considered real-time?
Because they do not respond to
input
instantly.
View source
What role do operating systems play for application programs?
Provide a
software platform
for
applications
to run
Applications must be
written
to run on a specific
operating
system
Choice of operating system affects available
applications
View source
What are the most popular operating systems for PCs?
DOS
,
OS/2
, and
Windows.
View source
What is another operating system available besides the most popular ones?
Linux.
View source