PC boot diagnostics: Which process determines installed memory, date/time, and detected ports/adapters during startup?
-
AStart-up utility test
-
BPower On Self Test
-
CPower-up boot process
-
DPower on start up process
-
ENone of the above
Answer
Correct Answer: Power On Self Test
Explanation
Introduction / Context:When a microcomputer starts, it runs firmware checks before loading the operating system. This phase validates hardware such as memory, video adapters, and I/O ports to ensure a known-good baseline. Recognizing the correct name and role of this process is foundational PC support knowledge.
Given Data / Assumptions:
- The machine is an IBM-compatible PC with BIOS/UEFI firmware.
- On power-up, the firmware enumerates core hardware.
- The prompt refers to the process that counts RAM and reads the RTC (date/time).
Concept / Approach:The Power On Self Test (POST) is the firmware-driven diagnostic sequence that initializes and checks hardware, including RAM, CPU, chipset, video adapter, storage controllers, and ports. It also reads configuration from CMOS/UEFI NVRAM. Only after POST completes does control pass to the bootloader. Vague phrases like “startup process” are not the accepted technical term for this diagnostic phase.
Step-by-Step Solution:
Identify the function described: memory sizing, RTC date/time check, port detection.Map that to the canonical term: Power On Self Test.Select the exact match option.Confirm other choices are generic or incorrect labels.Verification / Alternative check:BIOS update notes reference POST behavior; service manuals list POST codes and beeps linked to this phase.
Why Other Options Are Wrong:They are non-standard or generic names that do not specifically denote the firmware diagnostic sequence.
Common Pitfalls:Confusing POST (firmware) with OS boot diagnostics or the CMOS setup utility (a program in firmware distinct from POST itself).
Final Answer:Power On Self Test