Use Sophia to knock out your gen-ed requirements quickly and affordably. Learn more
×

Internal Computer Hardware

Author: Sophia

what's covered
If you’ve ever wondered what’s going on inside the case of a computer, this lesson breaks it down in simple terms. In this lesson, you will explore the inside of a computer to see what the main parts do and how they work together. You’ll learn about the CPU, GPU, motherboard, memory, and storage options. You will also examine how power gets to the parts and how computers stay cool. Specifically, this lesson will cover:

Table of Contents

1. The CPU

Most computing devices have a similar architecture. The core of this architecture is the central processing unit (CPU). The CPU is the brain of the computer, executing software instructions and returning results.

An Intel core i7 CPU

The earliest CPUs were large circuit boards with limited functionality. Modern CPUs are much more powerful and compact. What once took an entire circuit board now fits on a single chip about the size of postage stamp. These chips can contain multiple cores, which means they can handle several tasks at the same time.

There are two main types of CPU designs used in today’s devices:

  • x86 and x86-64 processors are made primarily by Intel and AMD and are common in desktop and laptop computers. The x86 architecture was originally 32-bit, while x86-64 (also called x64) extends it to 64-bit computing, which most modern CPUs use today. These processors are designed for high-performance computing and can run complex programs such as video editing software, games, and other large applications.
  • ARM processors use a simpler instruction set that requires less power. They are often found in smartphones, tablets, and lightweight laptops because they generate less heat and help extend battery life. ARM processors are also used in embedded systems, which are computers built into everyday devices such as smart TVs, fitness trackers, and home assistants.
Understanding the CPU and its role helps you recognize how computing devices manage everything from apps and games to internet browsing and background tasks.

did you know
A CPU chip contains over 10 billion microscopic switches called transistors. They’re so small that thousands could fit on the tip of a sharpened pencil.

term to know
Embedded System
A small computer built into a larger device to perform specific functions, such as in smartwatches, TVs, or appliances.


2. The GPU

NVIDIA GeForce FX 5900 graphics card with visible GPU chip

While the CPU handles most of the general processing in a computer, another important component is the graphics processing unit (GPU), a special computer chip built to quickly handle and change computer memory to create images, videos, and animations. Unlike the main computer chip, the central processing unit (CPU), which handles many different kinds of tasks one step at a time, a GPU has a design that allows it to do many calculations at once. A CPU is designed for general purpose computing and can switch rapidly between tasks. A GPU, in contrast, has many smaller cores that work together to process large groups of similar tasks in parallel. This makes GPUs very good at creating visuals in video games and special effects in movies.

did you know
When you play a video game, the GPU is doing most of the heavy lifting to make everything look smooth and realistic. It calculates the lighting, shadows, textures, and movement of every object on the screen—sometimes millions of pixels every second! That’s why games with high-end graphics need powerful GPUs to run without lag or choppy visuals.

CPU GPU
Main Function General purpose processing; runs the operating system and programs Specialized for handling images, video, and repetitive tasks
Design Few powerful cores (usually 4–16) Many smaller cores (hundreds to thousands)
How It Completes Tasks Best at sequential processing, solving one complex task at a time very quickly Best at parallel processing, solving thousands of simple tasks at the same time
Best Uses Browsing, word processing, system tasks, and apps Gaming, video editing and processing, and animations
Common Devices Found in all computers and smart devices Found in gaming PCs, phones, tablets, and high-performance laptops


3. Motherboard

The motherboard is the main circuit board on the computer. The CPU, RAM, hard disk, integrated graphics card, and sound card (if not embedded into the motherboard), among other things, all connect into the motherboard. Motherboards come in different shapes and sizes, depending upon how compact or expandable the computer is designed to be. Most modern motherboards have many integrated components, such as video and sound processing, which used to require separate components.

A motherboard consisting of a CPU, RAM slots, capacitors, integrated chips, and a battery

The motherboard provides much of the bus of the computer (the term “bus” refers to the electrical connection between different computer components). The bus is an important determiner of the computer’s speed: The combination of how fast the bus can transfer data and the number of data bits that can be moved at one time determine the speed.

term to know
Motherboard
The main circuit board on the computer, to which the CPU, memory, and storage connect.


4. Memory

A computer uses different types of memory to perform different tasks. Two of the most important internal memory components are Random-Access Memory (RAM) and Read-Only Memory (ROM).

RAM is the computer’s short-term memory. It temporarily stores information and programs so the CPU can access data quickly. For example, when you open a web browser or a document, that program is loaded into RAM so it runs faster. RAM is installed as long, rectangular chips called DIMMs that plug into the motherboard. The more RAM a computer has, the better it can handle multiple programs at once.

ROM stores the permanent instructions a computer needs during startup, including the steps for loading the operating system. Unlike RAM, ROM is nonvolatile, meaning its data remains even when the computer is powered off.

Most modern computers use Flash ROM, a type of rewritable memory that holds the system’s firmware—essential startup instructions that tell the computer how to check hardware and locate the operating system. Firmware is rarely changed, but it can be updated when necessary to fix bugs or add new hardware support. Even though Flash ROM can be rewritten, its data usually remains unchanged for long periods because it’s critical for the system to run correctly.

Dual In-Line Memory Module, which is a long, thin strip of circuit board containing RAM chips

terms to know
Read-Only Memory (ROM)
A form of memory in which the data stored can only be read; it cannot be changed.
Flash ROM
A modern type of read-only memory that can be updated if needed. It stores important instructions for starting the computer and rarely changes.
Firmware
A set of basic instructions stored in ROM that helps the computer start up and control its hardware.


5. Other Internal Components

While the CPU, GPU, RAM, and motherboard are some of the most important parts of a computer, there are a few other key components that help everything run smoothly.

The Power Supply Unit (PSU) is responsible for managing the electricity needed for the operation of the system. It takes electricity from the wall outlet (AC) and converts it into a form the computer (DC) can use. Then it sends that power to the motherboard, CPU, storage drives, fans, and other components. Power supplies vary in size and strength depending on how much energy the system needs.

When the CPU and GPU are working hard, they create a lot of heat. To keep the computer from overheating, cooling systems are used. Most computers have one or more fans to move hot air out of the case. A heat sink is a metal piece attached to the CPU or GPU that helps pull heat away so it can cool down faster. Without proper cooling, a computer can slow down or even shut down to protect itself.

Now that you’ve learned about the key internal components of a computer—like the CPU, GPU, motherboard, memory, and power supply—it’s helpful to see how these parts fit together inside the case.

The diagram below shows a typical desktop computer with each of the main internal components labeled.

Labeled diagram of a desktop PC interior showing processor, memory (RAM), motherboard, graphics card, power supply, optical drive, and hard drive

terms to know
Power Supply Unit (PSU)
A hardware component that converts electricity into usable power for the computer’s internal parts.
Heat Sink
A metal device that helps absorb and release heat from the CPU or GPU to keep them cool.

watch
See how all the hardware components come together! Check out the video to learn more about CPUs, motherboards, memory, and storage.

summary
In this lesson, you learned what’s going on under the hood of a computer, starting with the CPU, or central processing unit, the part that keeps everything running smoothly by handling instructions and juggling tasks. You also looked at the GPU, a special computer chip designed to create images, videos, and animations, like visuals in video games and special effects in movies. All the parts connect to the motherboard, which is kind of like the computer’s nervous system. Then there’s memory—RAM helps the computer think fast in the moment, while ROM hangs on to the stuff it needs to remember every time it starts up. Finally, you learned about a few other internal components that help everything run smoothly, understanding how the power supply unit sends electricity where it’s needed, and how cooling systems like fans and heat sinks help keep things from overheating when the computer’s working hard.

Source: This tutorial was authored by Sophia Learning. Please see our Terms of Use.

Terms to Know
Embedded System

A small computer built into a larger device to perform specific functions, such as in smartwatches, TVs, or appliances.

Firmware

A set of basic instructions stored in ROM that helps the computer start up and control its hardware.

Flash ROM

A modern type of read-only memory that can be updated if needed. It stores important instructions for starting the computer and rarely changes.

Heat Sink

A metal device that helps absorb and release heat from the CPU or GPU to keep them cool.

Motherboard

The main circuit board on the computer, to which the CPU, memory, and storage connect.

Power Supply Unit (PSU)

A hardware component that converts electricity into usable power for the computer’s internal parts.

Read-Only Memory (ROM)

A form of memory in which the data stored can only be read; it cannot be changed.