What does BIOS stand for?
Basic Input/Output System
What is the primary function of BIOS?
To initialize hardware and prepare the system to load the operating system
What is POST?
Power-On Self-Test, a diagnostic process that checks hardware components during startup
What components does POST check?
CPU, memory, keyboard, mouse, and other essential hardware
What happens if POST detects an error?
An error message is displayed on the screen
What is a bootloader?
A program that loads the operating system after POST completes
Where is BIOS typically stored on modern motherboards?
Flash memory
What is ROM BIOS?
An older term referring to BIOS stored in Read-Only Memory
What is UEFI?
Unified Extensible Firmware Interface, a modern replacement for legacy BIOS
Who created the UEFI standard?
Intel
What are the advantages of UEFI over legacy BIOS?
Graphical user interface, mouse support, faster boot times, support for larger storage devices, and secure boot
What is Secure Boot?
A UEFI feature that ensures only trusted operating systems and drivers are loaded
What is the purpose of having a backup BIOS chip?
To provide a fallback in case the main BIOS becomes corrupted during an update
What is a legacy BIOS?
An older BIOS type that supports traditional hardware and lacks modern features
What type of interface does legacy BIOS use?
Text-based interface controlled by keyboard inputs
What type of interface does UEFI use?
Graphical user interface with mouse support
What are some common settings found in UEFI?
CPU configuration, storage devices, audio, network, power options, security, and startup settings
Why is it important to be cautious when changing UEFI/BIOS settings?
Incorrect settings can cause system instability or prevent the system from booting
What should you do before updating BIOS/UEFI?
Back up current settings and ensure you have documentation or a recovery plan
What is firmware?
Software programmed into hardware devices, such as BIOS/UEFI on a motherboard
What is flash memory?
A type of non-volatile memory used to store BIOS/UEFI firmware that can be updated
BIOS is stored in volatile memory.
False (BIOS is stored in non-volatile memory like flash memory)
POST checks for the presence of a monitor.
False (POST checks for essential hardware like CPU, memory, and input devices)
UEFI supports secure boot.
True