In Windows, the 'Event Log' service stores logs in which format? MCQ with Answer and Explanation

In Windows, the 'Event Log' service stores logs in which format?
A. .xml
B. .txt
C. .log
D. .evtx
Answer: Option D
Solution (By JKExamLibrary)
Windows event logs are stored in .evtx (Event Log XML) format; they can be read by Event Viewer.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the function of the Windows 'System Restore' feature?
A. To reinstall Windows
B. To restore deleted files
C. To restore system files and settings to a previous state without affecting personal files
D. To backup entire system image

Correct Answer: Option C


Explanation:
System Restore uses restore points to revert system changes, useful for fixing issues caused by updates or software.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the primary role of the 'Android Manifest' file inside an Android application bundle?
A. To declare essential structural information about the app (components, required permissions, and hardware targets) to the OS.
B. To store the graphical application skin structures.
C. To act as an internal local relational database.
D. To compile application Java code into DEX bytecode files.

Correct Answer: Option A


Explanation:
The AndroidManifest.xml file defines application components, target SDKs, structure mappings, and hardware/security permissions for the Android system.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Linux command is used to display the system's current network connections and routing tables?
A. ss
B. netstat
C. ip route
D. All of the above

Correct Answer: Option D


Explanation:
netstat, ss, and ip route provide network connection and routing info; ss is modern replacement for netstat.

This question belongs to: Computer Operating Systems