Chapter 5 Firmware Vocabulary Flashcards

1
Q

Chipset

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Southbridge

A

a chip that handled all the inputs and outputs to the many devices in the PC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Northbridge

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Platform Controller Hub (PCH)

A

Intel’s name for the chip that collects functions once performed by multiple chips known as chipset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Scan code

A

one and zeros

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Basic Input/Output Services (BIOS)

A

communicates to peripheral devices (keyboard, USB, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Services

A

programs dedicated to enabling the CPU to communicate withn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Read-Only Memory (ROM)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Nonvolatile

A

describe storage that retains data even if power is removed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Flash ROM

A

ROM technology that can be electrically reprogrammed while still in the PC. Overwhelmingly the most common storage medium of BIOS in computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

System ROM

A

Flash ROM chip that stores the system BIOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

System BIOS

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Firmware

A

embedded programs or code stored on a ROM chip.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Unified Extensible Firmware Interface (UEFI)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CMOS (Complementary Metal-Oxide Semiconductor)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

RTC (Real-Time Clock)

A

Device within the CMOS memory chip that provides data and time information to the computer and operating system.

16
Q

System Setup Utility

A

Program enabling you to access and update CMOS data. Also referred to as the system setup utility, BIOS setup,and UEFI/BIOS setup.

17
Q

Administrator password

A

Credentials for the system administrator account

18
Q

User password

A

Credentials assigned to a login account that does not have administrative capabilities.

19
Q

Secure boot

A

UEFI features that secures the boot process by requiring properly signed software. This includes boot software and software that supports specific, essential components.

20
Q

Chassis Intrusion Detection

A

Features offered in some chassis that trips a switch when the chassis is opened.

21
Q

LoJack

A

Security feature included in some BIOS/UEFI that enables a user to track the location of a stolen PC, install a keylogger, or remotely shut down the stolen computer.

22
Q

TPM (Trusted Platform Module)

A

A hardware platform for the acceleration of cryptographic functions and the secure storage of associated information. BitLocker, for example, requires a TPM chip on the motherboard to validate on boot that the computer has not changed.

23
Q

Option ROM

A

Alternative way of telling the system how to talk to a piece of hardware. Option ROM stores BIOS for the card in a chip on the card itself.

24
Q

Device driver

A

Program used by the operating system to control communications between the computer and peripherals.

25
Q

POST (Power-On Self Test)

A

Basic diagnostic routine completed by a system at the beginning of the boot process to make sure a display adapter and the system’s memory are installed; it then searches for an operating system.

26
Q

Beep Codes

A

Series of audible tones produced by a motherboard during the POST. These tones identify whether the POST has completed successfully or
whether some piece of system hardware is not working properly. Consult the manual for your particular motherboard for a specific list of beep codes.

27
Q

POST card

A

Device installed into a motherboard expansion slot that assists in troubleshooting boot problems by providing a two-digit code indicating the stop of the boot process where the problem is occurring.

28
Q

Power Good Wire

A

Used to wake up the CPU after the power supply has tested for proper voltage.

29
Q

Bootstrap Loader

A

Segment of code in a system’s BIOS that scans for an operating system, looks specifically for a valid boot sector, and, when one is found, hands control over to the boot sector; then the bootstrap loader removes itself from memory.

30
Q

Boot sequence

A

List containing information telling the bootstrap loader in which order to check the available storage devices for an OS. Configurable in CMOS setup.

31
Q

System disk

A

Any storage device with a self-starting operating system.

32
Q

PXE (Preboot Executable Environment)

A

Technology that enables a PC to boot without any local storage by retrieving an OS from a server over a network.

33
Q

CLRTC (Clear RTC)

A

Motherboard jumper to restart the real-time clock.

34
Q

CMOS battery

A

A coin cell lithium-ion battery that maintains power to the CMOS memory chip when the computer is otherwise unpowered. The usual battery size is CR2032.

35
Q

Firmware updates

A

Process by which the BIOS of a motherboard can be updated to reflect patched bugs and added features. Performed, usually, through CMOS, though some motherboard manufacturers provide a Windows program for performing a firmware update.