Multiple choice

________ processes are loaded and executed one at a time in response to user commands.

  1. Transient

  2. Transfer

  3. Transit

  4. None of these

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

Transient processes are loaded into memory and executed only when invoked by user commands or events. Unlike resident processes (like OS kernel components), transient processes terminate after completing their task and are removed from memory, freeing resources.