Installing, Configuring, and Troubleshooting Internal System Components

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering CPU architectures, power supplies, BIOS/UEFI firmware, hardware troubleshooting, and custom PC client configurations.

Last updated 4:31 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

Central Processing Unit (CPU)

The processor that executes program instruction code, performs mathematical and logical calculations, and controls Input/Output (I/O) functions.

2
New cards

Micron

A unit of length equal to one millionth of a meter (106m10^{-6}\,m).

3
New cards

Nanometer (nm)

A unit of length equal to one billionth of a meter (109m10^{-9}\,m).

4
New cards

Register

A temporary storage area available to the different internal units within the CPU.

5
New cards

x86-32 (IA-32)

The 32-bit instruction set (Intel Architecture) used by IBM PC compatible CPUs, updated from the original 16-bit x86 instruction set.

6
New cards

AMD64

AMD's 64-bit instruction set extension, also adopted by Intel as EM64T (Intel 64) and commonly referred to as x86-64 or x64.

7
New cards

Data Bus

The portion of the system bus between the CPU and memory whose width (64-bit on current CPUs) determines how much data can be transferred per clock cycle.

8
New cards

Address Bus

The portion of the system bus between the CPU and memory whose width determines how many memory locations the PC can access.

9
New cards

CPU Cache

A small block of high-speed memory that enhances performance by preloading code and data from relatively slow system memory and passing it to the CPU on demand.

10
New cards

Superpipelining

An architectural design featuring longer execution pipelines with multiple stages performing shorter actions (micro-ops) at each stage.

11
New cards

Simultaneous Multithreading (SMT)

A technique (referred to as HyperThreading or HTT by Intel) that allows multiple instruction streams (threads) to run through the CPU concurrently by duplicating registers.

12
New cards

Symmetric Multiprocessing (SMP)

An approach that speeds up system performance by physically installing two or more physical CPUs on a multisocket motherboard.

13
New cards

Chip Level Multiprocessing (CMP)

An approach combining two or more physical processor cores on the same die, such as dual-core or multicore CPU packages.

14
New cards

Core Clock Speed

The internal frequency at which a CPU executes processes and accesses L1 and L2 cache.

15
New cards

Front Side Bus (FSB) Speed

The speed of the interface connecting the CPU to system memory.

16
New cards

Overclocking

The practice of increasing CPU core clock speed or FSB speed beyond factory default settings via system setup firmware to boost performance.

17
New cards

Throttling

Power management routines that reduce CPU power states and clock speed to decrease power consumption or protect the processor from overheating.

18
New cards

Second Level Address Translation (SLAT)

A virtualization extension designed to improve virtual memory management, known as Extended Page Table (EPT) by Intel and Rapid Virtualization Indexing (RVI) by AMD.

19
New cards

Integrated Graphics Processor (IGP)

A built-in graphics adapter integrated directly into the CPU package rather than located on a separate expansion card or motherboard chipset.

20
New cards

Land Grid Array (LGA)

A CPU form factor used primarily by Intel where the connecting pins are located on the motherboard socket rather than on the processor.

21
New cards

Pin Grid Array (PGA)

A CPU form factor used primarily by AMD where pins are located on the underside of the chip and plug into holes on a Zero Insertion Force (ZIF) socket.

22
New cards

Heat Sink

A passive cooling block made of copper or aluminum with fins designed to dissipate heat from components via air convection.

23
New cards

Thermal Paste

A thermally conductive compound gel applied between the CPU surface and heat sink to fill microscopic air gaps and facilitate efficient heat transference.

24
New cards

Passive Cooling

Cooling mechanisms, such as heat sinks, heat pipes, or heat spreaders without fans, that operate without consuming electrical power.

25
New cards

Active Cooling

Cooling devices, such as fans or liquid cooling pumps, that require electrical power to operate.

26
New cards

Heat Pipe

A sealed tube containing liquid coolant (water or ethanol) that evaporates near a hot component, condenses at a cooler point, and flows back to provide enhanced cooling.

27
New cards

Firmware

Specialized low-level software stored in non-volatile memory chips that initializes hardware components and loads the main operating system.

28
New cards

Basic Input/Output System (BIOS)

Legacy system firmware that provides industry-standard program code to initialize essential hardware components and ensure IBM PC compatibility.

29
New cards

Unified Extensible Firmware Interface (UEFI)

Modern system firmware supporting 64-bit CPU boot operation, graphical user interfaces with mouse input, networking capabilities, and Secure Boot.

30
New cards

Serial Presence Detect (SPD)

A chip located on memory modules that provides module specifications to system software during boot.

31
New cards

Real Time Clock (RTC)

A motherboard component powered by an onboard battery that maintains the continuous system calendar date and time.

32
New cards

Secure Boot

A UEFI security feature that verifies operating system boot loaders against stored digital certificates to prevent unauthorized or malware-modified code from executing.

33
New cards

Voltage

The potential difference between two points in an electrical circuit, measured in Volts (V).

34
New cards

Current

The actual flow of electrons through an electrical circuit, measured in Amps (I or A).

35
New cards

Resistance

The degree of opposition to electrical current flow through a conductor, measured in Ohms (Ω\Omega).

36
New cards

Electrical Power

The rate at which electricity is drawn from a supply, measured in Watts (W) and calculated as W=V×IW = V \times I.

37
New cards

Power Supply Unit (PSU)

An internal PC component that converts AC grid power into required DC low voltages (+3.3 V, +5 V, +12 V) for system hardware.

38
New cards

Rail

An internal PSU wire or circuit line delivering direct current at a specific voltage output.

39
New cards

Overcurrent Protection (OCP)

A PSU safety feature that cuts off the circuit if the electrical current on a rail exceeds a safe limit.

40
New cards

P1 Adapter

The primary motherboard power connector from the PSU, configured as either a 20-pin connector or a 24-pin (20+4 pin) connector.

41
New cards

Molex and SATA Power Connectors

Power adapters used to supply +12 V and +5 V power to internal peripheral devices such as hard drives and optical drives.

42
New cards

Multimeter

An electronic measurement device used to measure voltage, current, and electrical resistance across components and circuits.

43
New cards

Power Supply Tester

A specialized testing device designed to quickly verify PSU cable connectors and output voltages without manually testing individual pins with a multimeter.

44
New cards

Power On Self Test (POST)

A diagnostic routine executed by system firmware upon startup to verify essential hardware components before loading the operating system.

45
New cards

Beep Code

An audible sequence of beeps generated by POST to indicate specific hardware failures when screen output is unavailable.

46
New cards

Chip Creep

The gradual working loose of an adapter card or component from its socket over time due to thermal expansion and contraction.

47
New cards

Standard (Thick) Client

An ordinary office end-user computer configured to run locally installed desktop operating systems and applications.

48
New cards

Thin Client

A low-power PC or appliance designed primarily to act as an interface to virtual desktop environments (VDI) or software hosted on network servers.

49
New cards

Virtual Desktop Infrastructure (VDI)

A setup where user desktop environments and software processing are hosted centrally on network servers rather than on local client hardware.

50
New cards

Audio Interface

An external professional-level sound unit featuring 14"\frac{1}{4}\text{"} phone plugs, S/PDIF, and 5-pin DIN MIDI ports for high-quality audio recording and production.

51
New cards

Network Attached Storage (NAS)

A dedicated appliance containing hard drives/RAID arrays that connects directly to a network to provide shared file storage services.