StayTalentReady

Computer Hardware

Week of 2026-09-01 · Download .docx

Objectives

Key terms

Clock Speed
The number of instruction cycles a CPU can execute per second, measured in GHz (gigahertz, billions of cycles per second).
Core Count
The number of independent processing units on a single CPU die. More cores allow simultaneous execution of multiple threads.
Hyper-Threading
Intel's SMT (Simultaneous Multi-Threading) technology that allows each physical core to run two hardware threads, doubling the OS's logical processor count.
TDP
Thermal Design Power — the maximum sustained heat (watts) a CPU generates, determining minimum cooling requirements.
DDR
Double Data Rate — DRAM that transfers data on both edges of each clock cycle. DDR5 is the current desktop standard.
Dual-Channel
Memory configuration where two matched RAM sticks activate two 64-bit data paths simultaneously for 128-bit total bandwidth.
NVMe
Non-Volatile Memory Express — storage protocol over PCIe lanes, bypassing the SATA controller for 5–10× faster speeds than SATA SSDs.
RAID 1
Disk mirroring — identical data written to two drives simultaneously. One drive can fail with no data loss; capacity is 50% of total drives.
RAID 5
Striping with distributed parity across three or more drives. Tolerates one drive failure; better capacity efficiency than RAID 1.
PoE
Power over Ethernet — delivers electrical power alongside data over standard Cat5e/Cat6 cable, eliminating separate power outlets near IP cameras and WAPs.
USB-C
Reversible USB connector supporting multiple protocols (USB 3.x, Thunderbolt, DisplayPort, USB Power Delivery) over a single small connector.
Thunderbolt 4
Intel multi-protocol connector (physical USB-C) supporting 40 Gbps data, DisplayPort video, and power delivery simultaneously.
SATA III
Serial ATA interface with 6 Gbps maximum bandwidth (~600 MB/s effective), used for 2.5" and 3.5" SSDs and HDDs.

The concept

Computer hardware is the physical foundation on which all software runs. Understanding components, their specifications, and their interactions allows an IT professional to build, troubleshoot, and upgrade systems effectively.

**The CPU: Brain of the Computer**

The Central Processing Unit (CPU) is the component that executes all program instructions. It repeats the fetch-decode-execute cycle billions of times per second. Three specifications most directly predict CPU performance: clock speed (GHz), core count, and cache size.

Clock speed measures cycles per second on each core. A 4.5 GHz CPU completes 4.5 billion cycles per second per core. Core count determines how many tasks can be executed in parallel — a 12-core CPU can run 12 independent instruction streams simultaneously. L1/L2/L3 cache is on-chip, ultra-fast memory that stores frequently accessed instructions and data, reducing the slower RAM access penalty.

Hyper-Threading (Intel) and Simultaneous Multi-Threading (AMD) allow each physical core to present two logical processors to the OS by duplicating certain execution resources. A 6-core/12-thread CPU appears to the operating system as 12 processors.

TDP (Thermal Design Power) measures maximum sustained heat output in watts. A 125W TDP CPU needs a more capable cooling solution than a 65W model. Exceeding the TDP causes the CPU to throttle (reduce clock speed) to protect itself.

**Memory and Storage**

RAM (Random Access Memory) is volatile — it holds data only while powered. DDR (Double Data Rate) RAM transfers data on both edges of each clock cycle, effectively doubling throughput. Matching RAM sticks in paired slots activates dual-channel mode, doubling memory bandwidth by using two 64-bit data paths simultaneously.

Storage is non-volatile. HDDs store data magnetically on spinning platters read by moving actuator arms — relatively slow (~150 MB/s) and vulnerable to physical shock. SATA SSDs use NAND flash but are limited to ~550 MB/s by the SATA III interface. NVMe SSDs connect directly via PCIe lanes, reaching 3,500–7,000+ MB/s by bypassing the SATA controller entirely.

**RAID: Combining Multiple Drives**

RAID (Redundant Array of Independent Disks) configurations combine physical drives for performance, redundancy, or both. RAID 0 stripes data across drives for doubled performance but zero redundancy. RAID 1 mirrors identical data to two drives — one can fail with no loss. RAID 5 distributes parity across three drives, tolerating one failure while maintaining good capacity efficiency.

**Connectivity**

Modern systems connect peripherals through standardized interfaces. USB-C's reversible connector supports USB 3.x (up to 40 Gbps), Thunderbolt 4 (40 Gbps), DisplayPort video, and USB Power Delivery (up to 240W) — all over the same physical connector. HDMI carries digital audio and video. DisplayPort supports higher refresh rates and daisy-chaining. PoE (Power over Ethernet) delivers both data and power over standard Ethernet cable, essential for deploying IP cameras and wireless access points without running separate power cables.

Worked examples

Example 1: Selecting storage for a workstation: A video editor needs fast scratch disk storage. Compare: HDD (150 MB/s, cheap, 4TB), SATA SSD (550 MB/s, moderate cost, 2TB), NVMe SSD (5,000 MB/s, expensive, 2TB). For video editing with large 4K files, NVMe provides the best throughput for the active project while a large HDD handles long-term archive storage. The correct answer is NVMe SSD for the active scratch volume, HDD for archive.
Example 2: Designing RAID for a small business: The business needs 4TB of usable storage and can tolerate one drive failure. Option A: RAID 1 with two 4TB drives = 4TB usable, one-drive fault tolerance. Option B: RAID 5 with three 2TB drives = 4TB usable (2TB for parity), one-drive fault tolerance. Both meet the requirements; RAID 5 uses three drives for the same usable space. If the business had four 2TB drives available and needed maximum performance with redundancy, RAID 10 (mirrored stripes) would be the answer.

Common mistakes

Self-check

Try each question before reading the answer. Answers at the bottom of this page.

1. Which storage interface offers the fastest sequential read speeds on modern systems?

  1. SATA III
  2. USB 3.0
  3. NVMe PCIe
  4. HDD RAID 0

2. What does TDP measure?

  1. Transfer rate
  2. Maximum heat output in watts
  3. Threading performance
  4. Total disk partitions

3. Dual-channel memory mode is activated by:

  1. Installing two drives in RAID 1
  2. Placing matched sticks in paired color-coded slots
  3. Using DDR5 instead of DDR4
  4. Enabling Hyper-Threading in BIOS

4. Which RAID level provides fault tolerance without parity, using a minimum of two drives?

  1. RAID 0
  2. RAID 1
  3. RAID 5
  4. RAID 10

5. PoE is used primarily to:

  1. Speed up Ethernet to 10 Gbps
  2. Deliver power and data over a single Ethernet cable
  3. Connect USB-C devices to RJ45 ports
  4. Enable wireless 802.11ax

Self-check answers

  1. 1. C — NVMe PCIe bypasses the SATA controller, reaching 3,500–7,000+ MB/s versus SATA's 550 MB/s ceiling.
  2. 2. B — TDP (Thermal Design Power) measures maximum sustained heat in watts, determining minimum cooling requirements.
  3. 3. B — Matched RAM sticks in the correct paired slots double memory bandwidth by activating two 64-bit data paths.
  4. 4. B — RAID 1 mirrors data identically on two drives — one drive can fail with no data loss.
  5. 5. B — PoE (Power over Ethernet) delivers electrical power alongside data over Cat5e/Cat6, eliminating separate power outlets near cameras and WAPs.

Canvas is the official record. This companion enhances the PGCC curriculum; it does not replace it. Last name and class year only. Students with a 504 plan or IEP: your accommodations apply.

↑ Back to top