Basics Flashcards

1
Q

The _____ is the interface that is the boundary between hardware and software.

A

ISA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A _____ is a set of resources for the movement, storage, and processing of data and for the control of these functions.

A

computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A special type of programming language used to provide instructions to the monitor is __________ .

A

JCL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

user mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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 __________ .

A

time slicing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The __________ is the internal data by which the OS is able to supervise and control the process.

A

execution context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

__________ is where the OS must prevent independent processes from interfering with each other’s memory, both data and instructions.

A

Process isolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A common strategy to give each process in the queue some time in turn is referred to as a __________ technique.

A

round-robin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The key to the success of Linux has been its character as a free software package available under the auspice of the ___________ .

A

Free Software Foundation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

An __________ is a program that controls the execution of application programs and acts as an interface between applications and the computer hardware.

A

operating system (OS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The portion of the monitor that is always in main memory and available for execution is referred to as the _________ .

A

resident monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

__________ is a technique in which a process, executing an application, is divided into threads that can run concurrently.

A

Multithreading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The OS has five principal storage management responsibilities: process isolation, automatic allocation and management, support of modular programming, protection and access control, and __________ .

A

long-term storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

__________ was designed to keep the processor and I/O devices, including storage devices, simultaneously busy to achieve maximum efficiency.

A

Multiprogramming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

___________ is a facility that allows programs to address memory from a logical point of view, without regard to the amount of main memory physically available.

A

Virtual memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly