1 basicCO
1 basicCO
2
Basic Computer Organization
4
Basic Computer Organization
5
Basic Computer Organization
6
Basic Computer Organization
•CPU
• Memory subsystem
• I/O subsystem
• System bus
1. Central Processing Unit (CPU) consists of the following
features −
•CPU is considered as the brain of the computer.
•CPU performs all types of data processing operations.
•It stores data, intermediate results, and instructions (program).
•It controls the operation of all parts of the computer.
7
Basic Computer Organization
•CPU controls the computer, the control unit controls the CPU
•The control unit receives some data values from the register
unit, which it used to generate the control signals.
•The control unit also generates the signals for the system
control bus such as READ, WRITE, IO/ signals
8
Basic Computer Organization
9
Basic Computer Organization
Memory System
•This unit can store instructions, data, and intermediate results.
This unit supplies information to other units of the computer
when needed.
• It is also known as internal storage unit or the main memory or
the primary storage or Random Access Memory (RAM).
• Its size affects speed, power, and capability.
• A memory unit is the collection of storage units or devices
together. The memory unit stores the binary information in the
form of bits. Generally, memory/storage is classified into 2
categories:
• Volatile Memory: This loses its data, when power is switched off.
• Non-Volatile Memory: This is a permanent storage and does not
lose any data when power is switched off.
11
Basic Computer Organization
Memory System
Primary memory and secondary memory are two types of
memories in the computer.
•It stores all the data and the instructions required for processing.
•It stores the final results of processing before these results are
released to an output device.
14
Basic Computer Organization
• System Bus
• Physically the bus a set of wires. The components of a
computer are connected to the buses
• The system has three buses
– Address bus
– Data bus
– Control bus
• The uppermost bus in this figure is the address bus
• Data is transferred via the data bus
• Control bus carries the control signal
15
Basic Computer Organization
• Address Bus
• The upper most bus is the address bus. When the CPU reads
data or instructions from or writes data to memory, it must
specify the address of the memory location it wishes to
access.
• Data Bus
• Data is transferred via the data bus. When CPU fetches data
from memory it first outputs the memory address on to its
address bus. T hen memory outputs the data on to the data
bus. Memory then reads and stores the data at the proper
locations.
16
Basic Computer Organization
• Control Bus
• Control bus carries the control signal. Control signal is the
collection of individual control signals.
• These signals indicate whether data is to be read in to or
written out of the CPU.
17
18