Multiple choice

Each process possesses certain _____ that assist the OS in managing it.

  1. attributes

  2. features

  3. characteristics

  4. none of these

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

Processes have attributes such as priority, state (running, ready, blocked), PID, memory allocation, and resource holdings. These attributes are stored in the Process Control Block (PCB) and enable the OS to schedule, manage, and control process execution.