Computer System Overview: CH Balasubramanyam Pgt-Computer Science Velammal Bodhi Campus - Ponneri
Computer System Overview: CH Balasubramanyam Pgt-Computer Science Velammal Bodhi Campus - Ponneri
CH BALASUBRAMANYAM
PGT-COMPUTER SCIENCE
VELAMMAL BODHI CAMPUS - PONNERI
INTRODUCTION
• Computers are the machines that have
revolutionized the world around us.
• The way we used to live around 25-30 years
ago is very different from how we live today.
• Computers have wonderful combination of
their hardware and software.
HARDWARE and SOFTWARE
• HARDWARE – The physical electronic
components of a computer are called Hardware.
• Ex: Keyboard , CPU , Monitor , Printer etc.
• SOFTWARE – These are the recorded
instructions and programs that govern the
working of a computer.
Program is a set of instructions to carry out a
specific task or achieve a specific work goal.
BASIC COMPUTER ORGANIZATION
• Computer Organization refers to the logical
structure of a computer describing how its
components are connected to one another.
• And also it describes functioning and overall
performance of the computer
o Computers , as you must follow the ‘IPO’
principle i.e., INPUTPROCESS OUTPUT
Fig : Basic Computer Organization
1.INPUT UNIT
• The input unit is formed by the input devices
attached to the computer.
• Input devices are – Keyboard , mouse ,
Magnetic Ink Character Reader (MICR) , Optical
Mark Reader (OMR ), Optical Character Reader
(OCR) , joystick etc.
• The input unit is responsible for taking input
and converting it into computer understandable
form (BINARY CODE).
• A computer operates on electricity , it can
understand only the language of electricity.,
either ON or OFF or HIGH VOLTAGE or LOW
VOLTAGE.
• That means computer can understand two stages
ON/OFF or HIGH/LOW.
• The binary language that uses two symbols : 1
for ON and 0 for OFF.
• Ex: Keyboard , Mouse, Microphone (mic) etc.
OUTPUT UNIT
• The output unit is formed by the output devices
attached to the computer.
• Output unit converts the output in binary form to
human readable form.
• The output coming from the CPU is in the from of
electronic binary signals which needs conversion
in some form which can be easily understood by
human beings.
• Ex: Monitors (or) screen , Printers, Speakers etc
CPU (CENTRAL PROCESSING UNIT)
• The CPU is the main control centre and
processing unit.
• It is also called brain of the computer as it
guides, directs, controls and governs the
performance of a computer.
• The CPU has sub-components
• (i)Arithmetic Logical unit (ALU)
• (ii) Control Unit (CU)
• (iii) Registers
(i) ARITHMETIC LOGICAL UNIT
• The ALU performs all the four arithmetic
(+,-,*,/) and some logical (<,>,=,<=,>=,!=)
operations.
• The result of a arithmetic operations is output
(in the form of numbers).
• The result of a logical operation is either True
or False, These operation provide the
capability of decision-making to the computer.
(ii) CONTROL UNIT
• The CU controls and guides the interpretation , flow
and manipulation of all data and information.
• The CU sends control signals until the required
operations are done properly by ALU and memory .
• Another important function of CU is the Program
Execution i.e., carrying out all the instructions stored in
the program.
• The control unit even controls the flow of data from
input devices to memory and memory to output
devices.
(iii) Registers
• Registers or Processor registers are small units
of data holding places.
• The CPU uses registers to temporarily hold
some important processing –information
during the time the processing is taking place.
• CPU may store some part data or some
memory address.
MEMORY [MAIN MEMORY /PRIMARY
MEMORY]
• The memory of a computer is divided into
smaller ‘cells’.
• Each of those cells is further broken down into
smaller parts known as ‘bits’ . A bit means binary
digit i.e., either 0 or 1.
• A number of bits together are used to store data
instructions by their combination.
• A bit is an elementary unit of the memory. Eight
bits together form a byte.
UNITS OF COMPUTER MEMORY
MEASUREMENTS
PARTS OF MAIN MEMORY
• In RAM , The memory cells can be accessed for
information transfer from any desired random
location.
• The main drawback of RAM memory is that it is a
volatile memory. That is when the power goes off ,
the contents of RAM get erased.
• The RAM Chips in a computer can be of two basic
types.
• (i)DRAM
• (ii) SRAM
(i) DRAM
• DRAM stands for Dynamic Random Access
Memory.
• DRAM made up of transistors and capacitors.
• The amount of time taken to produce data
required from memory is known as “MEMORY
ACCESS TIME”.
• Today’s DRAM chips have access time ranging
from 20 to 70 nanoseconds.
(ii) SRAM
• SRAM stands for STATIC RANDOM ACCESS
MEMORY.
• These are the made up of flip-flops .
• Fast Access time than DRAM (10 nano
seconds).
• Static RAM are that used in specialized
applications.
READ ONLY MEMORY
• Read Only Memory is a memory unit that
performs the read operation only, it does not
have a write capability.
• The binary information stored in a ROM is
made permanent during the hardware
production.
• ROM is non-volatile
• ROM is slower than RAM.
VARIOUS TYPES OF ROM
• There are 5 types of ROM.
– (i) PROM - Programmable ROM
– (ii) EPROM – Erasable Programmable ROM
– (iii) EEPROM - (Electrically Erasable
Programmable ROM)
– (iv) Flash EEPROM
– (V) MASK ROM (programmed by IC manufacturer)
THE STORAGE UNIT
• Computers need to store and retrieve data for
processing.
• Primary memory has a limited storage
capacity and is not permanent.
• Secondary storage devices are used to store
large amount of data permanently.
• There are various types of secondary devices
are available .
– (i) Hard Disks
– (ii) Compact Disks
(a)CD-ROM
(b) CD-R
( c) CD-RW
-(iii) DVDs
(a) DVD-ROM
(b) DVD-R
(c ) DVD-RW
-(iv) Flash Memory
-(v) Blu Ray Disk
THE SYSTEM BUS
• The system bus is an electronic pathway
composed of connecting cables and that
connects the major components of a computer
system.
• DATA BUS – The data is carrying part of system
bus is called DATA BUS.
• CONTROL BUS – The control instruction carrying
part of system bus is called CONTROL BUS.
• ADDRESS BUS – The memory address carrying
part of system bus is called ADDRESS BUS.
• I/O BUS – A separate type of bus is called I/O
BUS, it connects the Input, Output and other
external devices to the system.
MOBILE SYSTEM ORGANIZATION
• Modern mobile system are tiny computers in your
hand.
• Mobile system organization combination of following
sub-systems.
– 1.Mobile Processor
– 2. Display subsystem
– 3. camera subsystem
– 4. Mobile system memory
– 5. storage
– 6. power management subsystem (Battery)
1. MOBILE PROCESSOR (MOBILE CPU)