POST is performed by ______
BIOS
The question asks about which component performs the Power-On Self-Test (POST). POST is a crucial process that happens immediately after you turn on your computer.
POST stands for Power-On Self-Test. It is the initial set of diagnostic tests performed by a computer's firmware right after it is powered on. The main purpose of POST is to check if the basic hardware components of the system are present and functioning correctly before the operating system starts loading.
These tests include checking the:
If any critical hardware component fails the POST, the computer usually stops the boot process and might signal an error, often through a series of beeps or error messages displayed on the screen.
The component responsible for initiating and performing the Power-On Self-Test is the system's firmware. On most modern computers, this firmware is either the Basic Input/Output System (BIOS) or its successor, UEFI (Unified Extensible Firmware Interface). The question provides BIOS as an option, which is the correct answer.
Let's look at why the other options are incorrect:
Therefore, the BIOS (or UEFI) is the fundamental software that resides on a chip on the motherboard and is the first code executed when the computer powers on. Its initial task is to run the POST.
| Component | Role During Boot | Performs POST? | |||
|---|---|---|---|---|---|
| BIOS/UEFI | Initializes hardware, performs POST, loads bootloader | Yes | |||
| Operating System | Manages hardware and software resources after bootloader loads it | No | |||
| Assembler | Translates assembly code (development tool) | No | Linker | Combines code modules (development tool) | No |
Based on the function of each component, the BIOS (Basic Input/Output System) is the firmware responsible for executing the Power-On Self-Test (POST) when a computer is turned on.
| Term | Definition/Function |
|---|---|
| POST (Power-On Self-Test) | Initial diagnostic test performed on computer startup to check basic hardware. |
| BIOS (Basic Input/Output System) | Firmware stored on a chip on the motherboard; first software to run on boot; performs POST and initializes hardware. |
| UEFI (Unified Extensible Firmware Interface) | Modern successor to BIOS, serves similar functions including hardware initialization and POST. |
The boot process is the sequence of events that happen from the moment you press the power button until the operating system is fully loaded and the computer is ready for use. POST is the very first step in this process. Here's a simplified overview:
Understanding the boot process helps clarify the critical early role of the BIOS/UEFI and the specific function of POST within that sequence.
Arrange the following programming languages in an ascending form according to their year of development
(A) Cobol
(B) C
(C) Java
(D) FORTRAN
Choose the correct answer from the options given below:
Arrange the following search engines according to their year of launching in an ascending order.
A. Yahoo
B. Google
C. Bing
D. Hotbot
E. Scirus
Choose the correct answer from the options given below:
Arrange the file formats based on the storage space required in ascending form.
A. Text
B. Video
C. Multimedia
D. Image
E. Audio
Choose the correct answer from the options given below:
Match List I with List II
LIST I | LIST II | ||
Programming Language | Inventor | ||
A. | Java | I. | James A. Gosling |
B. | C | II. | Guido van Rossum |
C. | Lisp | III. | Dennis Ritchie |
D. | Python | IV. | John McCarthy |
Choose the correct answer from the options given below:
______ translates a low-level language program into Machine code.