Operating Systems Concepts - HW 1
Operating Systems Concepts - HW 1
HW 1
1.
The core of an operating system is referred to as the CPU.
B) False
2.
I/O functions let programs communicate with the computer hardware.
A) True
3.
One function of the kernel is managing use of the computer s RAM.
A) True
4.
A single device driver typically communicates with several different hardware de
vices.
B) False
5.
Most modern operating systems use cooperative multitasking.
B) False
6.
Which of the following is NOT an I/O task performed by the OS?
B) executes program instructions
7.
Which of the following was the first widely used multiuser, multitasking OS?
C) Unix
8.
Which of the following is a job typically performed by the kernel?
A) managing CPU interactions
9.
Code that exchanges information with specific hardware devices is referred to as
which of the following?
D) device driver
10.
Which of the following is least concerned with a computer s specific hardware conf
iguration?
A) applications
11.
Which of the following is NOT a task performed by the computer s BIOS?
B) manages random access memory
12.
Which of the following can be described as program code that acts as a specializ
ed hook into the operating system?
C) API
13.
If you need to change certain aspects of the way your computer boots, which of t
he following components would you configure?
C) BIOS
14.
What type of computer is most likely to be used for graphical design and film de
sign and animation?
B) high-end workstation
15.
If you are a bank manage and have thousands of transactions to process in which
no user interaction is required, which type of computer are you most likely to u
se?
A) mainframe
16.
If your computing environment requires that some processing of your application
takes place on a server and some of it takes place on a PC-class computer, what
type of system are you using?
D) client/server system
17.