bios
Word family
Synonym discussion
Sense: noun/1
These four words all describe low-level software that runs before a computer's main operating system, but each names a different layer. 'Firmware' is the umbrella term for any program stored on a chip inside a device — printers, routers, and washing machines all have firmware. 'BIOS' is one specific kind of firmware, found in older PCs, that checks the hardware and hands control to the operating system. 'UEFI' does the same job as BIOS on newer machines, but offers mouse support, larger drives, and a more modern menu. A 'bootloader' is the small program that the BIOS or UEFI loads next; it actually starts Windows, macOS, or Linux. So a typical PC boots in this order: firmware (BIOS or UEFI) → bootloader → operating system.
Etymology
BIOS is an acronym formed from the initial letters of 'Basic Input/Output System'. The term was coined in 1975 by computer scientist Gary Kildall while he was designing the CP/M operating system, and was later adopted by IBM for its early personal computers in the 1980s. From there it spread to almost every PC made in the following three decades, before being gradually replaced by UEFI from around 2010 onwards.