2 Main compnents of computer system
2 Main compnents of computer system
2 Main compnents of computer system
computer systems.
Main components of computer systems
Main components of computer
systems
• a typical computer system is made up of hardware and
software. The diagram in Figure 1.6 shows an example
of a computer system consisting of input devices,
output devices and secondary storage. These will be
discussed in more detail in Chapter 2, but some
examples are listed in Table 1.1.
Main components of computer system
• The internal hardware devices were shown in Figure 1.2 –
these consist of four key components:
• » the central processing unit (CPU) (contained on the
motherboard)
• » internal hard disk drive or solid-state drive
• » random access memory (RAM)
• » read-only memory (ROM).
Main components of computer system
CPU
The central processing unit (CPU) is the part of the computer
that interprets and executes the commands from the computer
hardware and software. It is normally part of the computer
motherboard.
CPUs used to be made up of discrete components and numerous
small integrated circuits; these were combined together on one
or more circuit board(s). However, due to modern
manufacturing techniques, the CPU is now referred to as a
microprocessor. This is a single integrated circuit which is at the
heart of most PCs and is also found in many household devices
and equipment where some control or monitoring is needed (for
example, the engine management system in a car).
Main components of computer system
CPU
The CPU/microprocessor is made up of a control
unit, which controls the input and output devices;
an arithmetic and logic unit (ALU), which carries
out calculations and makes logical decisions, and
small memory locations called registers.
Main components of computer system
Internal memory
Random access memory (RAM) is an internal chip where
data is temporarily stored when running applications. This
memory can be written to and read from. Because its
contents are lost when power to the computer is turned
off, it is often referred to as a volatile or temporary
memory.
Read-only memory (ROM) is a memory used to store
information that needs to be permanent. It is often used to
contain, for example, configuration data for a computer
system. Chips used for ROM cannot be altered and can only be
read from (hence their name). One of the main advantages is
that the information stored on the ROM chip is not lost, even
when power is turned off to the computer. They are often
referred to as non-volatile memories.
Internal memory continuation…
• It is worth noting that that ROM also contains some
coding known as the boot file. This code tells the
computer what to do when it first starts up; it is often
referred to as the BIOS (basic input/output system).
• When the computer is turned on, the BIOS carries out
a hardware check to find out if all the devices are
present and whether they are functional. Then it loads
the operating system into the RAM.
• The BIOS stores the date, time and system
configuration in a non-volatile chip called a CMOS
(complementary metal oxide semiconductor) – this is
usually battery powered.
Input and output devices
Input devices are hardware that allows data to
be entered into a computer (these are covered
in detail in Chapter 2). They use either manual
entry (such as a keyboard or a mouse) or direct
data entry (such as sensors or optical character
readers). Essentially, these devices turn input
into a form the computer can understand – for
example, a mouse turns hand movements into
cursor movements on the screen. As mentioned
earlier, sometimes the data has to go through
an ADC before the computer can make any
Input and output devices
When a computer processes data, and the human
operator wants to see the results of the
processing, then the computer sends the data to
an output device. An output device shows the
computer’s output in a form that is understood by
a human – for example, as text on a printer or
moving images on a monitor.
Some devices can act as both input and output.
For example, a touch screen can do both, as can a
DVD writer/player; but most devices are only
capable of either inputting data into a computer
or displaying the results of computer processing
Backing storage
The main memories in a computer are RAM and
ROM. However, to permanently store large
amounts of data it is necessary to use backing
storage. This normally takes the form of the
internal hard disk drive (HDD) or solid-state drive
(SSD). This is the computer’s main internal
storage where the applications software, disk
operating system and files (for example, text,
photo or music) are stored. A key feature of a
backing store is that it must store data
permanently – that is, it must be non-volatile.
Backing storage
Unlike RAM and ROM, backing storage is not directly addressable
(that is, it cannot be read directly by the CPU). The data access
time for RAM and ROM is much shorter than it is for backing
storage. Backing storage is considerably larger than RAM because
it is considerably less expensive per byte.