System Unit Lesson
System Unit Lesson
System Unit Lesson
Specific Learning Outcomes: At the end of the lesson, the student will be able to:
• Differentiate among various styles of system units on desktop computers, notebook computers, and
mobile devices
• Describe the control unit and arithmetic logic unit components of a processor, and explain the four
steps in a machine cycle
• Differentiate among the various types of memory: RAM, cache, ROM, flash memory, and CMOS
• Describe the purpose and types of expansion slots and adapter cards
• Differentiate between a port and a connector, and explain the differences among a USB port and
other ports
The Motherboard
The motherboard, sometimes called a system board, is the main circuit board of the system unit.
Many electronic components attach to the motherboard; others are built into it. A photo of a current desktop
personal computer motherboard and identifies its slots for adapter cards, the processor chip, and memory.
Memory chips are installed on memory cards (modules) that fit in a slot on the motherboard. A computer chip
is a small piece of semi conducting material, usually silicon, on which integrated circuits are etched. An
integrated circuit contains many microscopic pathways capable of carrying electrical current. Each integrated
circuit can contain millions of elements such as resistors, capacitors, and transistors.
Processor
The processor, also called the central processing unit (CPU), interprets, and carries out the basic
instructions that operate a computer. The processor significantly impacts overall computing power and manages
most of a computer’s operations. On a personal computer, all functions of the processor usually are on a single
chip. Some computer and chip manufacturers use the term microprocessor to refer to a personal computer
processor chip. Most processor chip manufacturers now offer multi-core processors. A processor core
contains the circuitry necessary to execute instructions. The operating system views each processor core as a
separate processor. A multi-core processor is a chip with two or more separate processor cores. Two
common multi-core processors are dual-core and quad-core. A dual-core processor is a chip that contains
two separate processor cores. Similarly, a quad-core processor is a chip with four separate processor cores.
Each processor core on a multi-core processor generally runs at a slower clock speed than a single-core
processor, but multi-core processors typically increase overall performance. For example, although a dual-core
processor does not double the processing speed of a single-core processor, it can approach those speeds. Multi-
core processors also are more energy efficient than separate multiple processors, requiring lower levels of
power consumption and emitting less heat in the system unit. Processors contain a control unit and an
arithmetic logic unit (ALU). These two components work together to perform processing operations.
Memory
Memory consists of electronic components that store instructions waiting to be executed by the
processor, data needed by those instructions, and the results of processing the data (information). Memory
usually consists of one or more chips on the motherboard or some other circuit board in the computer. Memory
stores three basic categories of items:
(1) the operating system and other system software that control or maintain the computer and its
devices.
(2) application programs that carry out a specific task such as word processing; and
(3) the data being processed by the application programs and resulting information. This role of memory
to store both data and programs is known as the stored program concept.
Types of Memory
The system unit contains two types of memory: volatile and nonvolatile. When the
computer’s power is turned off, volatile memory loses its contents. Nonvolatile memory, by contrast,
does not lose its contents when power is removed from the computer. Thus, volatile memory is
temporary and nonvolatile memory is permanent. RAM is the most common type of volatile memory.
Examples of nonvolatile memory include ROM, flash memory, and CMOS.
RAM
Users typically are referring to RAM when discussing computer memory. RAM (random
access memory), also called main memory, consists of memory chips that can be read from and
written to by the processor and other devices. When you turn on power to a computer, certain operating
system files (such as the files that determine how the desktop appears) load into RAM from a storage
device such as a hard disk. These files remain in RAM as long as the computer has continuous power. As
additional programs and data are requested, they also load into RAM from storage.
The processor interprets and executes a program’s instructions while the program is in RAM.
During this time, the contents of RAM may change. RAM can hold multiple programs simultaneously,
provided the computer has enough RAM to accommodate all the programs. Most RAM is volatile, which
means it loses its contents when the power is removed from the computer. For this reason, you must
save any items you may need in the future. Saving is the process of copying items from RAM to a storage
device such as a hard disk.
Three basic types of RAM chips exist: dynamic RAM, static RAM, and magnetoresistive RAM.
• Dynamic RAM (DRAM pronounced DEE-ram) chips must be re-energized constantly, or they lose their
contents. Many variations of DRAM chips exist, most of which are faster than the basic DRAM.
• Static RAM (SRAM pronounced ESS-ram) chips are faster and more reliable than any variation of DRAM
chips. These chips do not have to be re-energized as often as DRAM chips, thus, the term static.
• A newer type of RAM, called magnetoresistive RAM (MRAM pronounced EM-ram), stores data using
magnetic charges instead of electrical charges. Manufacturers claim that MRAM has greater storage
capacity, consumes less power, and has faster access times than electronic RAM.
RAM Configurations
The amount of RAM necessary in a computer often depends on the types of software you plan
to use. A computer executes programs that are in RAM. The more RAM a computer has, the faster the
computer will respond. Retail software typically indicates the minimum amount of RAM it requires. If
you want the software to perform optimally, usually you need more than the minimum specifications
for the software. Generally, home users running the latest version of Windows and using basic
application software such as word processing should have at least 1 GB of RAM. Most business users
who work with accounting, financial, or spreadsheet programs, and programs requiring multimedia
capabilities should have 2 to 8 GB of RAM. Users creating professional Web sites or using graphics-
intensive applications will want 8 GB or more of RAM. The amount of RAM in computers purchased today
ranges from 1 GB to 128 GB.
Cache
Most of today’s computers improve processing times with cache (pronounced cash). Two types
of cache are memory cache and disk cache. This lesson discusses memory cache. Memory cache helps
speed the processes of the computer because it stores frequently used instructions and data. Most
personal computers today have at least two types of memory cache: L1 cache and L2 cache.
• L1 cache is built directly in the processor chip. L1 cache usually has a very small capacity, ranging from
8 KB to 128 KB.
• L2 cache is slightly slower than L1 cache but has a much larger capacity, ranging from 64 KB to 16 MB.
Current processors include advanced transfer cache, a type of L2 cache built directly on the
processor chip. Processors that use advanced transfer cache perform at much faster rates than those
that do not use it. Personal computers today typically have from 512 KB to 12 MB of advanced transfer
cache. Cache speeds up processing time because it stores frequently used instructions and data. When
the processor needs an instruction or data, it searches memory in this order: L1 cache, then L2 cache,
then RAM — with a greater delay in processing for each level of memory it must search. If the instruction
or data is not found in memory, then it must search a slower speed storage medium such as a hard disk
or optical disc.
ROM
Read-only memory (ROM pronounced rahm) refers to memory chips storing permanent
data and instructions. The data on most ROM chips cannot be modified — hence, the name read-only.
ROM is nonvolatile, which means its contents are not lost when power is removed from the computer.
Manufacturers of ROM chips often record data, instructions, or information on the chips when they
manufacture the chips. These ROM chips, called firmware, contain permanently written data,
instructions, or information.
Flash Memory
Flash memory is a type of nonvolatile memory that can be erased electronically and rewritten.
Most computers use flash memory to hold their startup instructions because it allows the computer
easily to update its contents. For example, when the computer changes from standard time to daylight
savings time, the contents of a flash memory chip (and the real-time clock chip) change to reflect the
new time. Flash memory chips also store data and programs on many mobile computers and devices,
such as smart phones, portable media players, PDAs, printers, digital cameras, automotive devices,
digital voice recorders, and pagers. Some portable media players store music on flash memory chips.
Others store music on tiny hard disks or flash memory cards. Flash memory cards contain flash memory
on a removable device instead of a chip.
CMOS
Some RAM chips, flash memory chips, and other types of memory chips use complementary
metal-oxide semiconductor (CMOS pronounced SEE-moss) technology because it provides
high speeds and consumes little power. CMOS technology uses battery power to retain information even
when the power to the computer is off. Battery-backed CMOS memory chips, for example, can keep the
calendar, date, and time current even when the computer is off. The flash memory chips that store a
computer’s startup information often use CMOS technology.
It takes about one-tenth of a second to blink your eye, which is the equivalent of
100 million nanoseconds. In the time it takes to blink your eye, a computer can
perform some operations 10 million times.