nerdexam
LPI

010-150 · Question #29

Where is the BIOS located?

The correct answer is C. Motherboard. The BIOS is firmware stored on a non-volatile ROM or flash chip soldered directly onto the motherboard.

The Linux Operating System

Question

Where is the BIOS located?

Options

  • ARAM
  • BHard drive
  • CMotherboard
  • DLCD monitor

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    11% (5)
  • C
    83% (39)
  • D
    4% (2)

Why each option

The BIOS is firmware stored on a non-volatile ROM or flash chip soldered directly onto the motherboard.

ARAM

RAM is volatile memory that loses its contents when power is removed; the BIOS must persist without power and therefore cannot reside in RAM.

BHard drive

The hard drive stores the operating system and user data but is not initialized until after the BIOS runs; storing the BIOS there would create a circular dependency preventing boot.

CMotherboardCorrect

The BIOS (Basic Input/Output System) is a type of firmware embedded in a dedicated chip - historically a ROM and now typically a flash memory chip - that is physically mounted on the motherboard. It is the first code executed when a PC powers on, initializing hardware before handing control to the bootloader, and its physical location on the motherboard is fixed and independent of other storage devices.

DLCD monitor

An LCD monitor is a display output device and contains no programmable storage or firmware relevant to system initialization.

Concept tested: BIOS firmware physical location on motherboard

Source: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/bios-and-uefi

Topics

#BIOS#motherboard#hardware#firmware

Community Discussion

No community discussion yet for this question.

Full 010-150 Practice