Computer Maintenance Chapter 1 - System Hardware 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/52

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering computer hardware components, safety procedures, and BIOS/UEFI settings based on the Computer Maintenance lecture transcript.

Last updated 9:36 AM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

53 Terms

1
New cards

Computer System

A complete set of components that work together to input, process, store, and output information, consisting of hardware and software.

2
New cards

Hardware

The physical components of a computer that can be seen and touched, such as the system unit, keyboard, monitor, and cables.

3
New cards

Software

The programs and instructions that tell a computer how to operate and perform tasks, divided into Operating Systems and Application Software.

4
New cards

Desktop Computer

A personal computer designed to be used at one fixed place, consisting of separate parts like a monitor, system unit, keyboard, and mouse.

5
New cards

Laptop (Notebook)

A portable personal computer with a built-in screen, keyboard, and touchpad that runs on a battery or power adapter.

6
New cards

Form factor

The physical design and look of a computer case or the size and shape of a motherboard.

7
New cards

ATX12V

The most common power supply on the market today, which includes a second motherboard connector to provide dedicated power to the CPU.

8
New cards

EPS12V

A power supply originally designed for network servers but now commonly used in high-end desktop models.

9
New cards

P1 Connector

A 2020-pin or 2424-pin connector that provides power to the motherboard.

10
New cards

Molex

A 44-pin peripheral power connector used to supply power to IDE disk drives and CD-ROM/DVD drives.

11
New cards

Berg (Mini-Molex)

A $$4$-pin power connector that supplies power to a floppy disk drive.

12
New cards

SATA power connector

A 1515-pin power connector mainly used for SATA hard drives.

13
New cards

PCIe power connector

A 66-pin or 88-pin power connector used for PCI Express graphics cards.

14
New cards

1212 volts (VV)

The voltage supply typically used to run motors in disk drives and fans.

15
New cards

Dual Voltage Power Supply

A power supply with a voltage selector switch to set the input voltage to either 110V/115V110V/115V or 220V/230V220V/230V.

16
New cards

Voltage (VV)

Measured in Volts (VV), it is the measure of work required to move a charge.

17
New cards

Current (II)

Measured in Amperes (AA), it is the measure of the amount of electrons moving through a circuit per second.

18
New cards

Resistance (RR)

Measured in Ohms (Ī©\Omega), it refers to the opposition to the flow of current in a circuit.

19
New cards

Power (PP)

Measured in Watts (WW), it is the measure of the work required to move electrons multiplied by the number of electrons going through the circuit per second (P=VIP = VI).

20
New cards

Ohm's Law

The electrical equation expressing that voltage is equal to the current multiplied by the resistance (V=IRV = IR).

21
New cards

8080 Plus Certification

A voluntary program certifying that a PSU is more than 80%80\% energy efficient at 20%20\%, 50%50\%, and 100%100\% of rated load.

22
New cards

Motherboard

The main printed circuit board containing buses and electrical pathways that allow data to travel among various components.

23
New cards

Northbridge

The chipset component that controls high-speed access to the RAM and video card.

24
New cards

Southbridge

The chipset component that allows the CPU to communicate with slower speed devices like hard drives and USB ports.

25
New cards

Central Processing Unit (CPU)

A small microchip responsible for interpreting and executing commands from hardware and software.

26
New cards

Pin Grid Array (PGA)

An architecture where the pins are on the underside of the processor package and insert into the motherboard socket.

27
New cards

Land Grid Array (LGA)

An architecture where the pins are located in the socket instead of on the processor.

28
New cards

Zero Insertion Force (ZIF)

A socket design that uses a lever or slider to lock the CPU in place with no force required during insertion.

29
New cards

Cache

Special high-speed memory that stores frequently used data and instructions nearby for rapid CPU access.

30
New cards

Hyper-Threading

An Intel technology that executes multiple pieces of code (threads) simultaneously so a single CPU performs like two CPUs.

31
New cards

Overclocking

A technique used to make a processor work at a faster speed than its original specification.

32
New cards

CPU Throttling

A technique where the processor runs at less than the rated speed to conserve power or produce less heat.

33
New cards

Multicore Processor

A single integrated circuit that contains two or more processors (cores) to execute instructions more quickly.

34
New cards

GPU (Graphics Processing Unit)

A chip that performs rapid mathematical calculations required to render graphics; can be integrated or dedicated.

35
New cards

Thermal Design Power (TDP)

The maximum amount of heat, measured in watts (WW), that a computer chip generates and a cooling system must dissipate.

36
New cards

ROM (Read Only Memory)

Nonvolatile memory chips that contain essential instructions, such as booting the computer, which are not erased when powered off.

37
New cards

EEPROM

Electrically Erasable Programmable Read Only Memory, also called Flash ROM, because its contents can be flashed for deletion or upgrade.

38
New cards

RAM (Random Access Memory)

Volatile temporary working storage for data and programs currently being accessed by the CPU.

39
New cards

DDR SDRAM

Double Data Rate Synchronous Dynamic RAM, which transfers data twice as fast as standard SDRAM.

40
New cards

ECC (Error-Correcting Code)

A memory type that can detect multiple-bit errors and correct single-bit errors in memory.

41
New cards

DIMM (Dual Inline Memory Module)

A circuit board holding SDRAM or DDR chips that is mounted directly on the motherboard’s memory slots.

42
New cards

SODIMM (Small Outline DIMM)

A smaller version of DIMM commonly used in laptops and small form factor PCs.

43
New cards

PCIe (PCI Express)

A serial expansion bus that uses data lanes (x1x1, x4x4, x8x8, x16x16) to provide high throughput for adapter cards.

44
New cards

HDD (Hard Disk Drive)

A traditional magnetic disk storage device with speeds measured in revolutions per minute (RPMRPM).

45
New cards

SSD (Solid-State Drive)

A storage device that use semiconductor flash memory to store data, with no moving parts, making it faster and more reliable than HDDs.

46
New cards

NVMe (Non-Volatile Memory Express)

A specification developed to allow SSDs to attach directly to the PCIe bus without requiring special drivers.

47
New cards

Electrostatic Discharge (ESD)

The buildup of an electric charge resting on a surface that can damage computer components with as little as 3030 volts (VV).

48
New cards

Antistatic Wrist Strap

A safety tool wrapped around the wrist and connected to the metal chassis to keep the technician's body at the same voltage as the computer.

49
New cards

POST (Power-On Self-Test)

A hardware check performed by the BIOS when the computer is booted to ensure main components are functioning.

50
New cards

CMOS

Complementary Metal Oxide Semiconductor; a memory chip that stores BIOS settings and is powered by a battery.

51
New cards

UEFI (Unified Extensible Firmware Interface)

A modern firmware interface that replaces legacy BIOS, addressing security issues and supporting larger boot drives.

52
New cards

Secure Boot

A UEFI security standard that ensures a computer only boots an Operating System trusted by the motherboard manufacturer.

53
New cards

TPM (Trusted Platform Module)

A chip designed to secure hardware by storing encryption keys, digital certificates, and passwords.