Process Basics
PCB
COntext switch
100

What is a Process?

A program in execution

100

What does PCB stand for?  

Process Control Block

100

Which state waits for CPU allocation?

Ready State

200

Which PCB field uniquely identifies a process?

Process ID

200

Which values are saved during context switching?

CPU Registers

200

What is Context Switching?

Switching CPU between processes

300

Which state indicates active CPU execution?

Running State

300

Which component gives CPU control to a selected process?

Dispatcher

300

What is the main disadvantage of context switching?

Context Switch Overhead