Unit 1.4 Basic Organisation of Computer System
Unit 1.4 Basic Organisation of Computer System
Definition and Characteristics of Computer System, Computer Generation from First Generation to Fifth
Generation. Classifications of Computers: Micro, Mini, Mainframe and super computers.
Computer Hardware: Major Components of a digital computer, Block Diagram of a computer, Input-
output devices, Description of Computer Input Units, Output Units, CPU.
Computer Memory: Memory Hierarchy, Primary Memory - RAM and its types, ROM and its types,
Secondary Memory, Cache Memory, Secondary Storage Devices- Hard disk, Compact Disk, DVD, Flash
memory.
3
TEXT BOOKS
[TB1] P. K. Sinha & Priti Sinha , “Computer Fundamentals”, BPB Publications, 1992.
[TB2] Anita Goel “Computer Fundamentals”, Pearson.
REFERENCE BOOKS
[RB1] B. Ram Computer fundamentals Architecture and Organization, New Age Intl.
[RB2] Alex Leon & Mathews Leon, “Introduction to Computers”, Vikas Publishing .
[RB3] Norton Peter, “Introduction to computers”, 4th Ed., TMH, 2001.
[RB4] Vikas Gupta, “Comdex Computer Kit”, Wiley Dreamtech, Delhi, 2004.
•
Learning Objectives
4
• Computer Organization
is concerned with the
structure and behaviour
of a computer system as
seen by the user.
• Computer Organisation
tells us how exactly all
the units/components in
the system are arranged
and connected to each
other.
Inputting: The process of entering data and instructions into the computer system
Storing: Saving data and instructions to make them readily available for initial or
additional processing whenever required
Processing: Performing arithmetic operations (add, subtract, multiply, divide, etc.)
or logical operations (comparisons like equal to, less than, greater than, etc.) on
data to convert them into useful information
Outputting: The process of producing useful information or results for the user such
as a printed report or visual display
Controlling: Directing the manner and sequence in which all of the above
operations are performed
7 Input Unit
It accepts the results produced by the computer, which are in coded form
and hence, cannot be easily understood by us.
Hence, this unit converts these coded results to human acceptable
(readable) form and supplies the converted results to outside world
9 Storage Unit
The storage unit of a computer system holds (or stores) the following :
Data and instructions required for processing (received from input devices)
Intermediate results of processing
Final results of processing, before they are released to an output device
10 Two Types of Storage
Primary storage/Main Memory Secondary storage/Secondary
Memory
Characteristics:
Characteristics:
Used to hold running program
Used to hold stored program
Used to hold data, intermediate results,
instructions
and results of ongoing processing of
job(s) Used to hold data and information
of stored jobs
Fast in operation
Slower than primary storage
Small Capacity
Large Capacity
Expensive
Lot cheaper than primary storage
Volatile (looses data on power
dissipation) Retains data even without power
11 Central Processing Unit (CPU)
Arithmetic Logic Unit of a computer system is the place where the actual
executions of instructions takes place during processing operation
It is used to perform arithmetic and logical operations
13 Control Unit
THANKS