Multiple choice

An attempt of reading a locked file is

  1. a deadlock

  2. premature termination

  3. system standby

  4. none of the above

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

An attempt to read a locked file typically results in the process being blocked or receiving an error code from the operating system, rather than a deadlock, system crash, or termination. Since none of the specific options describe the standard behavior, 'none of the above' is the most accurate choice.