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

Internal Computer Hardware

Author: Sophia

what's covered
The physical parts of computing devices — those that you can actually touch — are referred to as hardware. Devices contain hardware both inside and outside the device itself. In this lesson, we will take a look at computer hardware components inside the computer, and describe how they work.

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 can be thought of as the “brains” of the device. The CPU carries out the commands sent to it by the software, and returns results to be acted upon.

An Intel core I 7 10700K C P U with the following specifications: SRH72, 3.8 GHz, and X046k693. The C P U has been clamped to a motherboard.
An Intel central processing unit (CPU)

The earliest CPUs were large circuit boards with limited functionality. Today, a CPU is generally on one chip and can perform a large variety of functions. There are two primary manufacturers of CPUs for personal computers: Intel and Advanced Micro Devices (AMD).

did you know
The speed (“clock time”) of a CPU is measured in hertz. A hertz is defined as one cycle per second. The CPU’s processing power is increasing at an amazing rate. Besides a faster clock time, many CPU chips now contain multiple processors per chip. These chips, known as dual-core (two processors) or quad-core (four processors), increase the processing power of a computer by providing the capability of multiple CPUs.

term to know
Central Processing Unit (CPU)
The "brains" of the device; it performs computations and logic operations sent to it by application software, and returns results to be acted upon.


2. 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 Gigabyte GA-A55M-DS2 motherboard consisting of various components such as a C P U, DIMM or RAM slots, capacitors, integrated chips, and a C MOS battery.
This motherboard consists 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.


3. Memory

When a computer starts up, it begins to load information from the hard disk into its working memory. This working memory, called random-access memory (RAM), can transfer data much faster than the hard disk. Any program that you are running on the computer is loaded into RAM for processing. In order for a computer to work effectively, some minimal amount of RAM must be installed. In most cases, adding more RAM will allow the computer to run faster. RAM can store data as long as it is receiving power; when the computer is turned off, any data stored in RAM is lost.

Read-only memory (ROM) is a form of memory in which the data stored on it can only be read. Typically, the data stored on ROM is meant to only be read. The boot sequence of personal computers requires ROM to initialize the operating system.

Rectangular-shaped RAM sticks or DIMMs with multiple chips on their surface. They also consist of several closely spaced pins engraved along their length on one of the longest sides.
DIMM stands for Dual In-Line Memory Module which is a long, thin strip of circuitboard containing RAM chips.

terms to know
Random-Access Memory (RAM)
The working memory of a computer that transfers data from the hard disk upon starting the device.
Read-Only Memory (ROM)
A form of memory in which the data stored can only be read; it cannot be changed.


4. Storage Devices

While RAM is used as working memory, computers also need a place to store data long-term. Traditionally, hard disk drives (HDDs) were the primary storage devices in personal computers. An HDD stores data on a stack of spinning disks coated with magnetic material inside a hard metal case. Data is read and written by a moving read/write head. HDDs are called "hard" disks to distinguish them from the earlier "floppy" disks, which were flexible and removable.

A hard disk in the shape of a rectangular box with its internal components exposed. It consists of a circular shiny plate with a read/write head.
The internal components of a traditional hard disk include the read/write head.

In recent years, solid-state drives (SSDs) have become increasingly popular for long-term data storage. Unlike HDDs, SSDs have no moving parts and store data on flash memory chips. This makes SSDs faster, more reliable, and more durable, although they are typically more expensive per gigabyte than HDDs. Modern personal computers often use SSDs for their operating system and frequently accessed data, while HDDs are still used for larger, less frequently accessed files.

A Samsung solid-state drive which is flat, rectangular, and black in color.
As of 2024, Samsung is one of the top manufacturers of SSDs in the world.

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

term to know
Hard Disk
The location for long-term data storage when the computer is turned off, and where data is retrieved from when the computer is turned on.

summary
Computing devices consist of physical components you can touch, known as hardware. In this tutorial, we reviewed important hardware components that exist inside a computer as well as their function, including the CPU, motherboard, RAM, ROM, and hard disk.

Source: DERIVED FROM CHAPTER 2 OF “INFORMATION SYSTEMS FOR BUSINESS AND BEYOND” BY DAVID T. BOURGEOIS. SOME SECTIONS REMOVED FOR BREVITY. www.saylor.org/site/textbooks/Information%20Systems%20for%20Business%20and%20Beyond/Textbook.html

Terms to Know
Central Processing Unit (CPU)

The "brains" of the device; it performs computations and logic operations sent to it by application software, and returns results to be acted upon.

Hard Disk

The location for long-term data storage when the computer is turned off, and where data is retrieved when the computer is turned on.

Motherboard

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

Random-Access Memory (RAM)

The working memory of a computer that transfers data from the hard disk upon starting the device.

Read-Only Memory (ROM)

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