Basics 2 Flashcards

1
Q

A __________ is a unit of activity characterized by the execution of a sequence of instructions, a current state, and an associated set of system resources.

A

process

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

__________ involves moving part or all of a process from main memory to disk.

A

swapping

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

When a process is in the _________ state it is in secondary memory but is available for execution as soon as it is loaded into main memory.

A

Ready/Suspend

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

A process is in the _________ state when it is in main memory and awaiting an event.

A

Blocked

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

The collection of program, data, stack, and attributes is referred to as the _________ .

A

process image

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

A total of _________ process states are recognized by the UNIX SVR4 operating system.

A

9

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

The portion of the operating system that selects the next process to run is called the _________ .

A

dispatcher

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

The __________ is a layer of software between the applications and the computer hardware that supports applications and utilities.

A

Operating System (OS)

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

A process is in the _________ state when it is in secondary memory and awaiting an event.

A

Blocked/Suspend

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

The _________ tables provide information about the existence of files, their location on secondary memory, their current status, and other attributes.

A

file

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

The process is said to be operating in a _________ fashion if each process in the queue is given a certain amount of time, in turn, to execute and then returned to the queue, unless blocked.

A

round-robin

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

A process in the _________ state is in main memory and available for execution.

A

Ready

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

_________ tables are used to keep track of both main (real) and secondary (virtual) memory.

A

Memory

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

The process control block information can be grouped into three general categories: process identification, __________ and process control information.

A

processor state information

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

A __________ is the maximum amount of time that a process can execute before being interrupted.

A

time slice

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