Chapter 2 Basic Computer Organisation
Chapter 2 Basic Computer Organisation
Storing. It is the process of saving data and ínstructions to make them_readily available for initial or
Theg0al of this chapter is to familiarize you with the units of a computer system that perfom these functions.
orovides an overview of computer systems as computer system architects view them.
Internal architecture
of com
organization re
the same for all computer systems. Figure 2.1 shows a block diagram of basic computer organization. [n
Asyatiom Aoopatua InputUnit19
figure, solid lines indicate flow of instruction and data, and dotted lines represent control exercised by control
unit. It displays the five major building blocks (functional units) of a digital computer system. These five units
corespond to the five basic operations performed by all computer systems. Functions of each of these units are
described below.
Storage unit
Secondary
storage
Program and data Input Output Information(Result5)
unit unit
Primary
storage
Control
Indicates flow of
Unit instructions and data Aot taus
issesgs5E9assssresessssd
INPUT UNIT
Data and instryctions must enter a computer system before the computer can perform any computation on the
Supplied data. The input unit that links a computer with its external environment performs this task. Data and
instructions enter a computer through an input unit in a form that depends upon
the input device used. For
and this differs from the way in
example, data can be entered using a keyboard in a manner similar to typing
which data is entered through a scanner, another type of input devicekHowevera.computer s memery is designed
to accept input in binary code and hence, all input devices must transform input signals to binary codes. Units
called input interfaces accomplish this transformation. Input interfaces match the unique physical- or electrical
characteristics of input devices to the requirements of a computer system.
functions:
In short, an input unit performs following
OUTPUT UNIT
An output unit performs the reverse operation of that of an input unit. It supplies information obtained from data
processing to outside world. Hence, it links a computer with its external cnvironment. As computers work with
binary code, results produced are also in binary form. Therefore, before supplying the results to outside world, the
20 Chapter 2: Basic Computer Organization
systenm ust.convert them so human acceptable.(readable) form. Units called ouput interfaces accomplish this
ask.Output inserfaces match the unique physical or electrical characterisics of output devices (teminals,
printers, cc) to the requirements of an external environment.
h acceps the produced results, which are in coded form. We cannot understand the coded results easily.
h converts these coded resuits so-human acceptable (readable) form. Units called outpu interfuces
accomplish this task.
t supplies the convernted results to outside world.
The data and instructions required for processing (received from input units).
Intermediate results of processing
Final results of processing, before the system releases them to an output unit
Primary storage. Primary storage of a computer system, also known as main memory, stores pieces of
program instructions and data, intermediate results of processing, and recently produced results of those
jobo, on which the computer system is currently-working. The central processing unit can access these
pieces of information directly at a very fast speed because they are represented electronically in the main
memory chip's circuitry. However, primary storage is volatile, and it loses the information in it as soon
as the computer system switches off or resets. Moreover, primary storage normally has limited storage
caacity because it is very expensive, Primary storage of modern computer systems is made up of
AnConductor devICes
2. secondry storage. Secondary storage of a computer system, also known as auiliary storage, takes care
of the limittions of primary storage. It supplements the limited storage capacity and volatile
characteristic of primary storage. This is because secondary storage is much cheaper than primary storage
and it can reain information even when the computer system switches off or resets. A computer system
uses secondary storage to store program instructions, data, and information of those jobs on-which the
computer system is currently not working but needs to hold them for processing later The most
Commonly used secondary storage medium is magnetic disk.
Arithmetic Logic Unit(ALU)21
Points to Remember
Two types of storage are
output results of processing.
As compared to
1. All computer systems perform the following five -
Questions
1 What are the five basic functions performed by a 5. Differentiate between the characteristics of primany
computer system? and secondary storage of a computer system.
Draw a block diagram to illustrate basic 0. What are the two main components of CPU ot
2.
organization of a computer system and explain the computer system? List the main functions of eac
functions of various units. component.
What is an input interface? How it differs from an Write the logical steps taken
by a computer syste
Output interface? along with the roles óf its main units in each
while
step
How many types of storage a computer system transtorming input data to useful informato
for
normally uses? Justify the need for each storage presentation to a user.
type. 8. What is a
system? Why do we often refer to
computer as a
computer system?