When a computer system is turned on, the initial software program that runs self-diagnostic hardware routines (known as POST) is the: MCQ with Answer and Explanation

When a computer system is turned on, the initial software program that runs self-diagnostic hardware routines (known as POST) is the:
A. Device Manager Panel
B. Disk Defragmenter
C. Operating System Core
D. BIOS / UEFI Firmware
Answer: Option D
Solution (By JKExamLibrary)
The BIOS/UEFI firmware initializes hardware and runs the Power-On Self-Test (POST) to ensure components are working before booting the OS.

This question belongs to: Computer Computer Software

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1 Report Error
What is the main purpose of software documentation?
A. To describe usage and design
B. To increase file size
C. To uninstall software
D. To encrypt software

Correct Answer: Option A


Explanation:
Documentation helps users and developers understand the software.

This question belongs to: Computer Computer Software
Question #2 Report Error
What is the primary role of a decompiler program in software engineering?
A. To merge separate static library modules into a single binary file.
B. To scrub malicious registry entries before the operating system boots up.
C. To reverse engineer an executable binary file back into high-level source code.
D. To translate assembly text into machine binary code files.

Correct Answer: Option C


Explanation:
Decompilers attempt to translate low-level machine or bytecode files back into a readable high-level programming language to aid reverse engineering.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which software is used to compress files into a smaller size?
A. Antivirus
B. File manager
C. File archiver (e.g., WinRAR)
D. Disk defragmenter

Correct Answer: Option C


Explanation:
File archivers like WinRAR or 7-Zip compress files to reduce storage space and facilitate transfer.

This question belongs to: Computer Computer Software