COS3721 Chapter 2 Exam Questions And
Answers 100% Verified And Updated.
1. A _____ is an example of a systems program.
A) command interpreter
B) Web browser
C) text formatter
D) database system - Answer✔A
1. A _____ is an example of a systems program.
A) command interpreter
B) Web browser
C) text formatter
D) database system - Answer✔A
2. If a program terminates abnormally, a dump of memory may be examined by a ____ to
determine the cause of the problem.
A) module
B) debugger
C) shell
D) control card - Answer✔B
3. A message-passing model is ____.
A) easier to implement than a shared memory model for intercomputer communication
B) faster than the shared memory model
C) a network protocol, and does not apply to operating systems
D) only useful for small simple operating systems - Answer✔A
4. Policy ____.
A) determines how to do something
1|Page
, ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED.
B) determines what will be done
C) is not likely to change across places
D) is not likely to change over time - Answer✔B
5. The major difficulty in designing a layered operating system approach is ____.
A) appropriately defining the various layers
B) making sure that each layer hides certain data structures, hardware, and operations from
higher-level layers
C) debugging a particular layer
D) making sure each layer is easily converted to modules - Answer✔A
6. A microkernel is a kernel ____.
A) containing many components that are optimized to reduce resident memory size
B) that is compressed before loading in order to reduce its resident memory size
C) that is compiled to produce the smallest size possible when stored to disk
D) that is stripped of all nonessential components - Answer✔D
7. To the SYSGEN program of an operating system, the least useful piece of information is
_____.
A) the CPU being used
B) amount of memory available
C) what applications to install
D) operating-system options such as buffer sizes or CPU scheduling algorithms - Answer✔C
8. A boot block ____.
A) typically only knows the location and length of the rest of the bootstrap program
B) typically is sophisticated enough to load the operating system and begin its execution
C) is composed of multiple disk blocks
D) is composed of multiple disk cylinders - Answer✔A
9. _____ provide(s) an interface to the services provided by an operating system.
A) Shared memory
B) System calls
C) Simulators
D) Communication - Answer✔B
2|Page