MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Operating System
Basics
Q
If a process fails, most operating system write the error information to a ______
AA. Log file
BB. Another running process
CC. New file
DD. None of the mentioned
Correct Answer:
A. A. Log file
Explanation:
If a process fails, most operating systems write the error information to a log file. Log file is examined by the debugger, to find out what is the actual cause of that particular problem. Log file is useful for system programmers for correcting errors.