Chapter 5 Firmware Vocabulary Flashcards
Chipset
electronic chips handling all of the low-level functions of a PC. Chipsets usually consisted of one, two, or three separate chips embedded into a motherboard.
Southbridge
a chip that handled all the inputs and outputs to the many devices in the PC.
Northbridge
a chip that connects a CPU to memory, the PCI bus, Level 2 cache, and high-speed graphics. Communicates witht the CPU through the frontside bus.
Platform Controller Hub (PCH)
Intel’s name for the chip that collects functions once performed by multiple chips known as chipset.
Scan code
one and zeros
Basic Input/Output Services (BIOS)
communicates to peripheral devices (keyboard, USB, etc)
Services
programs dedicated to enabling the CPU to communicate withn
Read-Only Memory (ROM)
code and data stored in ROM cannot be corrupted by accidental erasure. Makes it the perfect medium for storing BIOS data or information such as scientific constants.
Nonvolatile
describe storage that retains data even if power is removed
Flash ROM
ROM technology that can be electrically reprogrammed while still in the PC. Overwhelmingly the most common storage medium of BIOS in computers.
System ROM
Flash ROM chip that stores the system BIOS.
System BIOS
primary set of BIOS stored on a flash ROM chip on the motherboard. Defines the BIOS for all the assumed hardware on the motherboard, such as keyboard controller, basic video, and RAM.
Firmware
embedded programs or code stored on a ROM chip.
Unified Extensible Firmware Interface (UEFI)
modern 32- or 64-bit firmware programming interface. Replaced the original 16-bit PC BIOS. UEFI supports large capacity storage drives, additional features, and a more direct booting process.
CMOS (Complementary Metal-Oxide Semiconductor)
Computer systems had a standalone CMOS chip - a tiny bit RAM hooked up to a small battery that enabled it to hold system settings for the BIOS firmware even with the computer off. CMOS is often informally used to refer to the CMOS setup program or system setup utility.