Computer Systemm Notes
Computer Systemm Notes
Control Unit
Registers
Memory Unit
INPUT UNIT: The devices which are used to input data into a
computer system is called input unit.
Examples: keyboard, Mouse.
Central Processing Unit (CPU)
The CPU of the computer is also called processor/micro-processor.
The CPU is commonly called as brain or heart of the computer
system. It is a fastest computing device.
The CPU consists of three components - Register, ALU
(Arithmetic Logic Unit) and CU (Control Unit).
Register
A register is a high-speed storage device that stores data and
instructions for processing.
It has comparatively limited storage space.
It is available in various sizes like 8/16/32/64 bits.
Arithmetic and Logic Unit (ALU)
It performs arithmetic and logical units. such as +,-,* etc,.
Control Unit (CU)
It controls sequential instruction execution translates.
It also controls the devices by sending the signals.
Output Unit
The devices which are used to obtain the results from the computer
system is called output unit.
Output devices include monitor, speaker, printer, plotter, projector
etc.
Monitor
The monitor is used to display the results.
It is also called Visual Display Unit (VDU).
Printer
A printer generates hard copy (printout) as output; thus, it is called hard
copy outs device.
The printer is classified into following types.
(a) Dot matrix printer is an impact printer used for printing bills. It
consumes less ink.therefore, is cheaper. It is also known as
character printer.
(b) Ink jet printer is a non-impact printer uses more ink and
generates high equals output. It used for printing sale deed,
invitation etc.
(c) Laser printer is a high-quality printer, used much in industries.
It is also know as page printer.
(d) 3-D printer is an advanced device used for printing physical
replica of digital 3-D design in manufacturing industries.
Evolution of Computer System
The study of computer history is called evolution of computer,
The different sequential stages (time line) described below.
1. Abacus (500 BC) The first mechanical calculating device used for
arithmetic calculations.
2. Pascaline/Pascal Calculator (1642) It was invented by Blaise
Pascal, a French mathematician? It performs addition and
subtraction directly It also performs multiplication and division
using repeated addition and subtraction method.
3. Analytical Engine (1834) - Analytical Engine, a general purpose
mechanical, computing device was invented by Charles Babbage
He used the punched cards to encode the machine
instructions.
Charles Babbage is known as father of computer.
He also invented Difference Engine in 1822 to evaluate
differential equations.
4. Tabulating Machine (1890)
This machine was invented by Hermann Hollerith, an
American scientist invented the first electromechanical
punched card tabulator for programming.
He used the punched cards for input, data storage and output
purpose.
A punched card is a piece of stiff paper that stores digital
data in the form of holes at predefined positions,
5. Turing Machine (1936)
The Turing machine was invented by Alan Turing
A Turing Machine (TM) is a mathematical model which has
a tape divided into cells on which input is given.
6. EDVAC/ENIAC (1945)
The EDVAC (Electronic Discrete Variable Computer) and
ENIAC (Electronic Numerical Integrator And Computer)
were developed based on John Von Neumann's stored
program computer concept.
It was capable of storing data as well as program in the
computer's memory.
7. Transistor (1947)
The vacuum tubes used in I generation computers were
replaced by transistors.
A transistor is a semiconductor device that controls the flow
of electrical signals in electronic circuits.
It invented at Bell Lab, USA.
Integrated Circuit (1970)-
Integrated Circuit (10) or micro-chip was invented by Jack Kilby.
As it is a small sized component and made up of semiconductor
material (silicon).
The size of the computer drastically reduced due to existence of
these Is in modern computer.
Von Neumann Architecture
This architecture was invented by John Von Neumann in 1945.
The Von Neumann Architecture is also known as the Princeton
Architecture, a fundamental computer architecture.
ENIAC (Electronic Numerical Integrator And Computer) is the
first computer which is programmed using binary digits based on
Von Neumann architecture.
It has following components.
Central Processing Unit This includes an Arithmetic Logic Unit
(ALU), Control Unit and processor registers like, program
counter(PC). Accumulatori ACC), Memory Address
Register(MAR) and Memory Data Register(MDR).
Memory Unit - It stores both data and instructions.
External Mass Storage - It is used for data storage for future use.
Input and Output Units - These units are used for communication
with external devices.
The step by step technological developments in the field of computer
are:
1970-CPU on a single chip called micro-processor using LSI
(Large Scale Integration)circuits.
1980- Micro-processor with millions of electronic components
using VLSI (Very Large Scale Integration) technology Further
SLSI (Super Large Scale Integration) technology was used to add
more number of electronic components (transistors) on to a single
chip.
1981-Introduction of first Personal Computer (PC) by IBM
company.
1984-Apple introduced Macintosh machines.
1990-World Wide Web (WWW) was launched and started
revolution in the field of computer and internet by using Graphical
User Interfaces (GUI) like Windows.
Later, introduction of laptops, smart phones, tablets and various
digital devices have been introduced.
As common public started using these digital devices for fulfilling
their needs, many other gadgets like smart watches, head phones
were introduced.
Today, we find Internet of Things (IoT), e-commerce, online
transactions, Robots, Artificial Intelligence (Al) technology and
many more.
Computer Memory
The Central Processing Unit (CPU) is the fastest computing unit.
It has few registers to store the data during processing.
A register can store small amount (some bits) of data.
So that there is a need of large memory space for keeping data and
instructions.
A computer system stores data and instructions in the form of
binary digits (0 and 1).
These bits are called Binary digITs(BITs).
For example, in ASCII standard, letter 'A' is stored as 01000001.
Because ASCII value of 'A' is 65, it is converted into binary
number.
The data is measured using following units.
Units of Memory
Units with description Units with description
4 bits 1 nibble 1024 GB 1 TB (Terra Byte)
8 bits-1 byte 1024 TB1 PB (Peta Byte)
1024 bytes=1 KB (Kilo Byte) 1024 PB-1 EB (Exa Byte)
1024 KB-1 MB (Mega Byte) 1024 EB1 ZB (Zetta Byte)
1024 MB 1GB (Giga Byte) 1024 ZB-1 YB (Yotta Byte)
The external bus is made up of the electronic pathways that connect the
different external devices such as printer, peripheral devices etc., to the
computer.
MICROPROCESSOR
A Microprocessor is an important component of a computer
system without which you will not be able to perform anything on
your computer.
It is a programmable device that takes in input, performs some
arithmetic and logical operations over it and produces the desired
output.
In simple words, a Microprocessor is a digital device on a chip that
can fetch instructions from memory, decode and execute them and
generates results.
Microprocessor performs three basic things while executing the
instruction:
1. It performs some basic operations like addition, subtraction,
multiplication, division and some logical operations (AND OR NOT)
using its Arithmetic and Logic Unit (ALU),
2. Data in microprocessor can move from one location to another.
3. It has a Program Counter (PC) register that stores the address of the
next instruction to be executed.
Generations of Micro-Processor
Generation Chip type Word size Examples
First LSI 4-bits 4004
generation(1971-
72)
Second LSI 8-bits Intel 8008,8085
Generation Motorola 6800/6801
(1973-78)
Third Generation VLSI 16-bits Intel 8086
(1979-80) Motorola 68000
I. Structured Data:
Structured data is a type of data which is organized formatted in predefined
record format.
It can be easily readable and understandable by humans and machines.
Data are arranged in tabular format (rows and column)
Ex:
Roll NO Name Percentage Result
100001 Roshan 87 Pass
100002 Kiran 90 Pass
100003 Naveen 30 Fail