1.1 Certificate Overview & Core Hardware

Key Takeaways

  • The Google IT Support Professional Certificate consists of five core Coursera courses (plus an optional "Accelerate Your Job Search with AI" course) with hands-on lab environments, requiring an 80% passing grade on all graded assessments.
  • The certificate carries an ACE (American Council on Education) credit recommendation for up to 15 college credits and connects graduates directly to the Google Employer Consortium of over 150 top companies.
  • The CPU executes instructions via the Control Unit (CU) and Arithmetic Logic Unit (ALU), utilizing multi-level cache (L1, L2, L3) to bridge latency gaps between high-speed registers and system RAM.
  • DDR4 and DDR5 RAM provide volatile high-speed primary memory across DIMM (desktop) and SO-DIMM (laptop) form factors, featuring multi-channel architectures for expanded bandwidth.
  • Modern storage balances capacity and speed across mechanical HDDs (100–200 IOPS), SATA III SSDs (~550 MB/s limit), and high-throughput NVMe M.2 PCIe SSDs (>7,000 MB/s, >1M IOPS).
Last updated: August 2026

Certificate Overview & Core Computer Hardware

The Google IT Support Professional Certificate is an industry-recognized training program developed by Google to prepare learners for entry-level roles in information technology support. Whether managing corporate help desks, diagnosing hardware malfunctions, or administering enterprise systems, IT support specialists must master both the theoretical principles and hands-on skills required to maintain modern computing infrastructure.

This section covers the curriculum structure and academic credentials of the certificate, followed by an exhaustive breakdown of fundamental computer hardware: processors, memory, motherboards, storage interfaces, and power distribution.


1. Google IT Support Professional Certificate Overview

Hosted on the Coursera platform, the certificate curriculum was engineered by Google's internal IT experts to simulate real-world IT support environments. It blends instructional video lectures, practical readings, graded assessments, and interactive cloud sandbox labs.

+-----------------------------------------------------------------------------+
|         GOOGLE IT SUPPORT PROFESSIONAL CERTIFICATE: 5-COURSE PATHWAY        |
|                                                                             |
|   [COURSE 1] Technical Support Fundamentals                                 |
|              - Hardware components, OS basics, networking, customer support |
|                                     |                                       |
|                                     v                                       |
|   [COURSE 2] The Bits and Bytes of Computer Networking                      |
|              - TCP/IP 5-layer model, IP addressing, DNS/DHCP, routing       |
|                                     |                                       |
|                                     v                                       |
|   [COURSE 3] Operating Systems and You: Becoming a Power User               |
|              - Windows & Linux shells, PowerShell/Bash, package managers    |
|                                     |                                       |
|                                     v                                       |
|   [COURSE 4] System Administration and IT Infrastructure Services           |
|              - Active Directory, LDAP, cloud services, disaster recovery    |
|                                     |                                       |
|                                     v                                       |
|   [COURSE 5] IT Security: Defense Against the Digital Dark Arts             |
|              - Cryptography, AAA security, firewalls, incident response     |
+-----------------------------------------------------------------------------+

Coursera now lists the program as a 6-course series: the five graded IT courses above plus an optional, ungraded career course called Accelerate Your Job Search with AI (about 6 hours), which uses Gemini tools for resume building, interview practice, and a structured job-search plan. It does not affect certificate IT content or the 80% grading requirement.

Key Program Characteristics:

  • Interactive Qwiklabs Environments: Rather than relying solely on multiple-choice testing, the program incorporates hands-on virtual lab environments powered by Qwiklabs. Learners configure live Linux and Windows virtual machines, manage file permissions, troubleshoot user accounts, and execute command-line scripts directly in the browser.
  • Passing Grade Threshold: Learners must achieve an 80% or higher passing grade on every graded quiz, interactive lab, and cumulative module assessment to successfully earn the certificate.
  • ACE Credit Recommendation: The American Council on Education (ACE) has evaluated and recommended the certificate for up to 15 college credits (the equivalent of five bachelor-degree-level college courses, per Google and the ACE National Guide).
  • Google Employer Consortium: Certificate graduates gain exclusive access to the Google Employer Consortium—a network of over 150 leading employers (including Google, Walmart, Bank of America, Ford, Deloitte, and Infosys) committed to considering certificate holders for entry-level IT positions.
  • CompTIA Alignment: The curriculum closely aligns with the objectives of the CompTIA A+ (Core 1 220-1101 and Core 2 220-1102) credential, providing a natural dual-badge pathway for aspiring technical professionals.

2. The Central Processing Unit (CPU)

The Central Processing Unit (CPU) serves as the primary computational engine of the computer. It executes program instructions by performing fundamental arithmetic, logical, control, and input/output (I/O) operations specified by system software.

+-----------------------------------------------------------------------------+
|                        CPU INTERNAL ARCHITECTURE                            |
|                                                                             |
|   +---------------------------------------------------------------------+   |
|   |                             CPU DIE                                 |   |
|   |                                                                     |   |
|   |   +---------------------+               +-----------------------+   |   |
|   |   |    CONTROL UNIT     | <-----------> | ARITHMETIC LOGIC UNIT |   |   |
|   |   |        (CU)         |               |         (ALU)         |   |   |
|   |   +---------------------+               +-----------------------+   |   |
|   |              ^                                      ^               |   |
|   |              |                                      |               |   |
|   |              v                                      v               |   |
|   |   +-------------------------------------------------------------+   |   |
|   |   |                     INTERNAL REGISTERS                      |   |   |
|   |   |       (Program Counter, Instruction Register, Accumulator)  |   |   |
|   |   +-------------------------------------------------------------+   |   |
|   |                                  ^                                  |   |
|   |                                  |                                  |   |
|   |                                  v                                  |   |
|   |   +-------------------------------------------------------------+   |   |
|   |   |                   L1 CACHE (L1i / L1d)                      |   |   |
|   |   +-------------------------------------------------------------+   |   |
|   |                                  ^                                  |   |
|   |                                  |                                  |   |
|   |                                  v                                  |   |
|   |   +-------------------------------------------------------------+   |   |
|   |   |                         L2 CACHE                            |   |   |
|   |   +-------------------------------------------------------------+   |   |
|   +---------------------------------------------------------------------+   |
|                                      ^                                      |
|                                      |                                      |
|                                      v                                      |
|   +---------------------------------------------------------------------+   |
|   |                  L3 CACHE (Shared Smart Cache)                      |   |
|   +---------------------------------------------------------------------+   |
+-----------------------------------------------------------------------------+

Core Functional Units:

  1. Control Unit (CU): The orchestrator of the CPU. It directs the flow of data through the processor by coordinating the four stages of the Instruction Cycle (Fetch-Decode-Execute-Store). The CU extracts instructions from memory, translates them into micro-operations, and directs other hardware components to execute them.
  2. Arithmetic Logic Unit (ALU): The computational engine. It executes all mathematical calculations (addition, subtraction, multiplication, division) and logical decision-making operations (AND, OR, NOT, XOR, data comparisons).
  3. Registers: High-speed, low-capacity storage cells located directly inside the processor core. They hold immediate operands, memory addresses, and status flags during execution (e.g., the Program Counter (PC) tracking the next instruction address, and the Instruction Register (IR) holding the current instruction).

Clock Speed, Multi-Core Processing & SMT:

  • Clock Speed: Measured in Gigahertz (GHz), clock speed represents the number of electrical synchronization pulses generated by the system clock per second (1 GHz = 1 billion cycles per second). Instructions per Cycle (IPC) multiplied by clock frequency determines raw throughput.
  • Multi-Core Architecture: Rather than increasing clock speeds beyond thermal dissipation limits (the "power wall"), modern CPUs place multiple independent execution engines (cores) onto a single silicon die (e.g., quad-core, octa-core, 16-core). Each core can execute separate instruction threads simultaneously.
  • Simultaneous Multithreading (SMT / Intel Hyper-Threading): A hardware optimization that presents a single physical core to the operating system as two logical cores. By duplicating architectural registers while sharing execution units, SMT allows the CPU to process a second thread during pipeline stalls or cache misses.

CPU Cache Hierarchy:

To bridge the massive speed disparity between the ultra-fast CPU and relatively slow system RAM, processors employ multi-tiered SRAM (Static RAM) caches located directly on the processor package.

Cache TierLocationTypical Size per CoreRelative LatencyPrimary Function
Level 1 (L1)Built into each individual core (split into L1 Data and L1 Instruction)32 KB – 64 KB~0.5 – 1.5 ns (4–5 clock cycles)Holds immediate instructions and data for active pipeline stages
Level 2 (L2)Dedicated to each individual core512 KB – 2 MB~3 – 5 ns (12–14 clock cycles)Secondary buffer catching L1 misses before querying shared cache
Level 3 (L3)Shared across all cores on the CPU die (Smart Cache)16 MB – 128+ MB~10 – 20 ns (40–60 clock cycles)High-capacity shared pool preventing costly system RAM access

Instruction Set Architectures (ISA): x86 vs. ARM

  • x86 / x86-64 (AMD64): Complex Instruction Set Computer (CISC) architecture dominating desktop, workstation, and traditional server ecosystems (e.g., Intel Core/Xeon, AMD Ryzen/EPYC). Features variable-length instructions, rich hardware instruction sets, and backward compatibility with 32-bit and 16-bit software.
  • ARM: Reduced Instruction Set Computer (RISC) architecture prioritizing energy efficiency, fixed-length instructions, and optimized load/store execution. Dominates smartphones, IoT devices, tablets (Apple Silicon M-series, Qualcomm Snapdragon), and modern energy-efficient cloud datacenters (AWS Graviton).

3. Random Access Memory (RAM)

Random Access Memory (RAM) is the primary volatile workspace of the computer. Any application, operating system kernel module, or user document actively running must be loaded from secondary storage into RAM before the CPU can process it.

+-----------------------------------------------------------------------------+
|                        RAM FORM FACTORS & BUS FLOW                          |
|                                                                             |
|   [DESKTOP MOTHERBOARD]  <===> 288-Pin Standard DIMM (Dual In-Line Module)  |
|   [LAPTOP / MINI-PC]     <===> 260/262-Pin SO-DIMM (Small Outline DIMM)     |
|                                                                             |
|   +---------------------------------------------------------------------+   |
|   |                      MULTI-CHANNEL ARCHITECTURE                     |   |
|   |                                                                     |   |
|   |   Channel A (64-bit Bus) ---> Slot DIMM_A2 (Primary Module)         |   |
|   |   Channel B (64-bit Bus) ---> Slot DIMM_B2 (Secondary Module)       |   |
|   |                                                                     |   |
|   |   * Dual-Channel Operation = 128-bit Aggregate Data Bus Width       |   |
|   +---------------------------------------------------------------------+   |
+-----------------------------------------------------------------------------+

Generational Comparison of Dynamic RAM (DRAM):

Modern computers utilize Synchronous Dynamic RAM (SDRAM) adhering to Double Data Rate (DDR) standards, which transfer data on both the rising and falling edges of the clock signal.

Memory StandardOperating VoltageStandard Data RatesPin Count (DIMM / SO-DIMM)Architectural Innovations
DDR31.5 V (1.35 V for DDR3L)800 – 2133 MT/s240 / 204 pins8n prefetch buffer, point-to-point topology
DDR41.2 V (1.05 V for DDR4L)2133 – 3200 MT/s288 / 260 pins16n prefetch buffer, bank grouping, improved power efficiency
DDR51.1 V4800 – 8400+ MT/s288 / 262 pinsDual 32-bit independent subchannels per DIMM, on-die PMIC, on-die ECC

Critical RAM Concepts:

  • DIMM vs. SO-DIMM: Dual In-Line Memory Modules (DIMMs) are full-length (approx. 133 mm) modules designed for desktop motherboards and rackmount servers. Small Outline DIMMs (SO-DIMMs) are compact modules (approx. 67 mm) designed for laptops, compact small-form-factor (SFF) PCs, and network routers.
  • Multi-Channel Memory: Utilizing dual-channel or quad-channel configurations increases memory bandwidth by communicating across two or four independent 64-bit memory buses simultaneously. To enable dual-channel mode, memory modules must be installed in matching color-coded or numbered slots (typically slots 2 and 4, labeled A2 and B2).
  • ECC vs. Non-ECC: Error-Correcting Code (ECC) memory contains an additional 8-bit parity chip for every 64 bits of data. The memory controller uses Hamming codes to detect multi-bit memory errors and automatically correct single-bit soft errors caused by electrical interference or cosmic radiation. ECC RAM is mandatory for mission-critical enterprise servers and financial databases.

4. The Motherboard & Expansion Architecture

The Motherboard is the primary Printed Circuit Board (PCB) that houses the CPU socket, memory slots, expansion buses, storage headers, and chipset controllers, providing electrical and logical connectivity between all hardware components.

+-----------------------------------------------------------------------------+
|                   MODERN MOTHERBOARD ARCHITECTURE (PCH)                     |
|                                                                             |
|   +---------------------------------------------------------------------+   |
|   |                             CPU DIE                                 |   |
|   |   - Integrated Memory Controller (DDR4 / DDR5 Channels)             |   |
|   |   - Direct PCIe x16 Lanes (Primary Graphics Slot)                   |   |
|   |   - Direct PCIe x4 Lanes (Primary M.2 NVMe SSD Slot)                |   |
|   +---------------------------------------------------------------------+   |
|                                      |                                      |
|                                      | Direct High-Speed Interconnect       |
|                                      | (Intel DMI / AMD Infinity Fabric)    |
|                                      v                                      |
|   +---------------------------------------------------------------------+   |
|   |                 PLATFORM CONTROLLER HUB (PCH) / CHIPSET             |   |
|   |   - SATA III 6 Gbps Ports          - USB 3.2 / USB4 Controllers     |   |
|   |   - Secondary PCIe x1/x4 Slots     - Gigabit / 10G Ethernet NIC     |   |
|   |   - High-Definition Audio          - UEFI Flash ROM / TPM 2.0       |   |
|   +---------------------------------------------------------------------+   |
+-----------------------------------------------------------------------------+

Chipset Architecture Evolution:

  • Legacy Northbridge / Southbridge: In traditional motherboards, the Northbridge controller managed high-speed communication between the CPU, RAM, and AGP/PCIe graphics bus. The Southbridge handled slower I/O buses, including SATA, USB, IDE, audio, and the BIOS ROM.
  • Modern Unified Platform Controller Hub (PCH): Modern CPUs integrate the Northbridge functions (memory controller and primary PCIe lanes) directly onto the CPU die. The motherboard chipset now consists of a single Platform Controller Hub (PCH) or Fusion Controller Hub (FCH) connected to the CPU via a high-speed point-to-point link (Intel DMI or AMD Infinity Fabric).

Peripheral Component Interconnect Express (PCIe):

PCIe is the ubiquitous high-speed serial expansion bus standard. Unlike legacy parallel PCI buses, PCIe uses dedicated point-to-point lanes containing two pairs of differential wires (one pair to transmit, one pair to receive).

  • Physical Lane Widths: PCIe slots are classified by physical lane count: x1, x4, x8, and x16. An x1 card fits into an x1, x4, x8, or x16 slot (up-plugging).
  • Throughput by Generation:
    • PCIe 3.0: ~1 GB/s per lane (~16 GB/s for an x16 slot).
    • PCIe 4.0: ~2 GB/s per lane (~32 GB/s for an x16 slot).
    • PCIe 5.0: ~4 GB/s per lane (~64 GB/s for an x16 slot).
    • PCIe 6.0: ~8 GB/s per lane (~128 GB/s for an x16 slot using PAM4 modulation).

CPU Socket Types: LGA vs. PGA

  • Land Grid Array (LGA): The delicate gold contact pins are located inside the motherboard socket itself, while the underside of the CPU features flat gold contact pads (e.g., Intel LGA 1700, AMD AM5). Reduces risk of damaged CPU pins, but requires extreme caution when seating the processor into the socket.
  • Pin Grid Array (PGA): The pins are physically attached to the underside of the CPU, which drops into a Zero Insertion Force (ZIF) socket on the motherboard and locks with a lever arm (e.g., legacy AMD AM4).

5. Storage Technologies: HDD vs. SATA SSD vs. NVMe M.2

Computer storage provides non-volatile data persistence. IT professionals must understand the physical mechanisms, performance metrics, and interface bottlenecks of modern storage drives.

+-----------------------------------------------------------------------------+
|                        STORAGE TECHNOLOGY SPECTRUM                          |
|                                                                             |
|   [MAGNETIC HDD]            [SATA III 2.5" SSD]       [NVMe M.2 PCIe SSD]   |
|   - Spinning Platters       - NAND Flash Memory       - NAND Flash Memory   |
|   - Mechanical Actuator     - SATA III Bus Limit      - Direct PCIe Bus     |
|   - 75–200 IOPS             - ~50,000–90,000 IOPS     - >1,000,000 IOPS     |
|   - Latency: ~10 ms         - Latency: ~50–100 µs     - Latency: <10 µs     |
|   - Speed: ~150 MB/s        - Speed: ~550 MB/s        - Speed: >7,000 MB/s  |
+-----------------------------------------------------------------------------+
Storage CategoryPhysical ArchitectureInterface & ProtocolSequential Read/WriteRandom 4K IOPSLatencyResistance to Physical Shock
Hard Disk Drive (HDD)Magnetic spinning platters (5400/7200 RPM) with moving read/write headsSATA III (AHCI)120 – 250 MB/s75 – 200 IOPS5,000 – 15,000 µs (5–15 ms)Low (mechanical head crash risk)
SATA Solid State Drive (SSD)NAND Flash memory chips (SLC/TLC/QLC) with flash controllerSATA III (AHCI)500 – 560 MB/s (Bus Bottleneck)50,000 – 95,000 IOPS50 – 100 µsHigh (no moving parts)
NVMe M.2 PCIe SSDHigh-density 3D NAND Flash with multi-core controllerPCIe Gen4/Gen5 (NVMe)3,500 – 14,000+ MB/s500,000 – 1,500,000+ IOPS< 10 µsHigh (solid-state compact PCB)

The NVMe Advantage:

Legacy SATA SSDs are constrained by the AHCI (Advanced Host Controller Interface) protocol and the 6 Gbps SATA III bandwidth limit (~550 MB/s real-world throughput). AHCI was engineered for slow spinning disks and supports only a single command queue with up to 32 commands.

In contrast, NVMe (Non-Volatile Memory Express) communicates directly over PCIe lanes. It supports up to 64,000 independent command queues, each capable of handling 64,000 simultaneous commands. This massive queue depth unleashes the full parallel processing capability of modern multi-core flash controllers.


6. Power Supply Units (PSU) & Power Delivery

The Power Supply Unit (PSU) converts high-voltage Alternating Current (AC) from the electrical grid (115V in North America, 230V in Europe) into clean, regulated low-voltage Direct Current (DC) required by internal components.

Primary DC Voltage Rails:

  • +12V Rail: Powers the highest-draw components, including the CPU, dedicated PCIe graphics cards, cooling fans, and liquid cooling pumps.
  • +5V Rail: Powers motherboard logic circuits, legacy USB peripherals, and 2.5-inch SATA drive logic.
  • +3.3V Rail: Powers system RAM, M.2 NVMe SSDs, and motherboard chipset logic.
  • +5VSB (Standby Rail): Supplies continuous trickle power while the system is shut down, enabling Wake-on-LAN (WoL), front power button sensing, and real-time clocks.

80 PLUS Efficiency Certification Program:

The 80 PLUS standard certifies power supplies that achieve at least 80% energy efficiency at 20%, 50%, and 100% of their rated load, minimizing wasted electricity dissipated as ambient heat.

80 PLUS TierEfficiency at 20% Load (115V / 230V)Efficiency at 50% Load (115V / 230V)Efficiency at 100% Load (115V / 230V)Recommended Deployment
80 PLUS Standard80% / 82%80% / 85%80% / 82%Basic office desktop systems
80 PLUS Bronze82% / 85%85% / 88%82% / 85%Standard client workstations
80 PLUS Silver85% / 87%88% / 90%85% / 87%Mid-tier workstations
80 PLUS Gold87% / 90%90% / 92%87% / 89%High-performance IT workstations
80 PLUS Platinum90% / 92%92% / 94%89% / 90%Enterprise department servers
80 PLUS Titanium90% / 94% (at 10% load)94% / 96%90% / 91%Mission-critical 24/7 datacenter infrastructure

Essential Power Connectors:

  • 24-Pin ATX Main Power Connector: Primary motherboard power deliverer supplying +3.3V, +5V, +12V, and standby power.
  • 4/8-Pin CPU EPS 12V Connector: Dedicated power connector plugged into the upper edge of the motherboard to supply auxiliary +12V power directly to the CPU Voltage Regulator Modules (VRMs).
  • 6/8-Pin PCIe Power Connectors: Supplementary power for graphics cards and high-power expansion cards (6-pin supplies up to 75W; 8-pin supplies up to 150W; modern 16-pin 12VHPWR supplies up to 600W).
  • 15-Pin SATA Power Connector: Provides +3.3V, +5V, and +12V power to SATA SSDs, HDDs, and optical drives.
Loading diagram...
Modern Computer Hardware & Bus Architecture
Test Your Knowledge

Which specific functional unit inside the Central Processing Unit (CPU) is directly responsible for performing binary mathematical calculations and logical comparisons such as AND, OR, and NOT?

A
B
C
D
Test Your Knowledge

An IT technician is upgrading the system memory of a compact mobile laptop. Which RAM form factor and configuration should the technician order?

A
B
C
D
Test Your Knowledge

When evaluating storage options for a high-transaction SQL database server, why does an NVMe M.2 SSD achieve dramatically higher random I/O performance (IOPS) than a 2.5-inch SATA III SSD?

A
B
C
D
Test Your Knowledge

A datacenter engineer is selecting a power supply unit for a critical virtualization host operating continuously under a steady 50% load on a 115V electrical circuit. Which 80 PLUS efficiency tier guarantees at least 94% power efficiency under this specific load?

A
B
C
D