Multiple choice

An instance of a program in execution is called a _______.

  1. job

  2. process

  3. batch

  4. unit

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A process is specifically defined as a program in execution. Unlike a static program stored on disk, a process includes the program code, active resources, and execution state.