Process Control Flashcards

1
Q

Specific processes require certain privileges in order to protect the hardware and the OS from impending malfunction.

A

Modes of execution

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

This is referred as the less-privileged mode, since user programs execute in this mode

A

User mode

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

This is referred to as the more-privileged mode, where the software has complete control of the processor and its instructions, registers, and memory

A

Kernel mode

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

Process creation can proceed as follows:

A
  1. Assign a unique process identifier to the new process
  2. Allocate space for the process
  3. Initialize the process control block
  4. Set the appropriate linkages
  5. Create or expand other data structures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When the operating system controls the currently running processes, a process switch may occur at any time. Thus, the OS needs to provide a regaining control feature if a process is blocked, suspended, or paused.

A

Process switching

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

Any computer system must provide means for a process to indicate its completion

A

Process termination

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

A batch job may include a … or an …

A

halt instruction or OS service call for termination

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