You are on page 1of 2

Inside the system

What components can we find in a computer system?

Inside the computer system there are numerous components, which work as a chain to make the
magic of the flow of information.

PROCESSING

It could be said that the processor, also called CPU, or central processing unit, is the nerve
center of the PC. This is built into a single chip which executes instructions and coordinates the
activities that take place within the computer system. The chip itself is a small piece of silicon
with a complete electrical circuit called an integrated circuit.

The processor consists of three main parts:

The control unit examines the instructions in the users program, and interprets each instruction
and causes the circuits and the rest of the componentes - monitor, disk drives etc. - to execute the
functions specified.

The arithmetics logic unit ALU) performs mathematical calculations (+, -, etc.) and logical
operations (AND, OR, NOT).

The registers are high -speed units of memory used to store and control the data. One of the
registers (the program control or PC) keeps track of tje next instruction to be performed in the
main memory. Tfhe other (the instruction resgister or IR) holds the instruction that is being
executed. see fig. above.

The power and performance of the computer is partly determined by the speed of the
processor. A system clock sends out signals at fixed intervals to measure and synchronize the
flow of data. Clock speed is measured in gigahertz (GHz). For example, a CPU running at 3
GHz (three thousand million hertz or cycle, per second) will enable your PC to handle the most
demanding applications.
RAM and ROM

The programs and data which pass through the processor must be loaded into the main memory
in order to be processed. When the user runs a program, the CPU looks for it on the hard drive
and transfers a copy into the RAM chips. RAM (random access memory) is volatile - that is, its
information is lost when the computer is turned off. However ROM (read only memory) is non -
volatile, containing instructions and routines for the basic operation of the CPU. The BIOS
(basic input / output system) uses ROM to control communication with peripherals.

RAM capacity can be expanded by adding extra chips, usually contained in small circuit boards
called dual in-line memory module (DIMMs).

Buses and cards

The main circuit board inside the computer system is called the mother board and contains the
processor, the memory chips, expansions slots, and controllers for peripherals, connected by
buses - electric channels which allows devices inside the computer to communicate with each
other. The size of bus, is called bus width, determines how much data can be transmitted. It can
be compared to the number of lanes on a motorway - the larger the width, the more data can
travel along the bus ie. a 64-bit bus can transmit 64 bits of data.

Expansion slots

Definition:

An expansion slot is a socket on the motherboard that is used to insert an expansion card (or
circuit board), which provides additional features to a computer such as video, sound, advanced
graphics, Ethernet or memory.

The expansion card has an edge connector that fits precisely into the expansion slot as well as
a row of contacts that is designed to establish an electrical connection between the motherboard
and the electronics on the card, which are mostly integrated circuits. Depending on the form
factor of the case and motherboard, a computer system generally can have anywhere from one to
seven expansion slots. With a backplane system, up to 19 expansion cards can be installed.

Refer to the practice section to complete the exercises for this unit.

You might also like