37.4k views
3 votes
What file may contain data written to it in case of an unexpected error or program shut-down?

User Henderunal
by
7.7k points

1 Answer

5 votes
The answer is a log file.

In case of unexpected errors which sometimes cause for a program to shutdown unexpectedly, data errors are logged in a file called log file. Log file holds the record of events occur in operating systems and software application. The process for keeping a log is called Logging.
User Doffm
by
8.7k points