Sample Test 1 Flashcards
The _____ is the interface that is the boundary between hardware and software.
ISA
A _____ is a set of resources for the movement, storage, and processing of data and for the control of these functions.
computer
The operating system’s __________ refers to its inherent flexibility in permitting functional modifications to the system without interfering with service.
ability to evolve
Operating systems must evolve over time because:
new hardware is designed and implemented in the computer system
A special type of programming language used to provide instructions to the monitor is __________ .
JCL
Hardware features desirable in a batch-processing operating system include memory protection, timer, privileged instructions, and __________ .
interrupts
A user program executes in a __________ , in which certain areas of memory are protected from the user’s use, and in which certain instructions may not be executed.
user mode
Multiprogramming operating systems are fairly sophisticated compared to single-program or _________ systems.
uniprogramming
One of the first time-sharing operating systems to be developed was the __________ .
Compatible Time-Sharing System
The technique where a system clock generates interrupts, and at each clock interrupt the OS regains control and assigns the processor to another user, is __________ .
time slicing
The __________ is the internal data by which the OS is able to supervise and control the process.
execution context
__________ is where the OS must prevent independent processes from interfering with each other’s memory, both data and instructions.
Process isolation
__________ is concerned with the proper verification of the identity of users and the validity of messages or data.
Authenticity
A common strategy to give each process in the queue some time in turn is referred to as a __________ technique.
round-robin
The key to the success of Linux has been its character as a free software package available under the auspice of the ___________ .
Free Software Foundation