Comp chap 8

When you turn on the computer, the boot routine will perform this test—

Verified Answer
A. RAM test
B. Disk drive test
C. Memory test
D. Power-on-self-test
E. None of these

Explanation:

The correct option is (D) Power-on-self-test (POST). When a computer is powered on, the first set of diagnostic routines executed by the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI) is called the Power-on-self-test. This process checks the computer's hardware components, including the CPU, memory (RAM), disk drives, video card, and other essential peripherals, to ensure they are functioning correctly before the operating system is loaded. (A) RAM test and (C) Memory test refer to checks performed on the Random Access Memory. While these are crucial parts of the POST process, they are specific components being tested, not the overarching diagnostic routine itself. (B) Disk drive test is also a component-specific check performed during POST to ensure storage devices are operational. (E) None of these is incorrect because Power-on-self-test is precisely what the boot routine performs.