UNIT-1 Computer System (1)
UNIT-1 Computer System (1)
Computer System
Learning Objective: To familiarize with the basic understanding of computer systems and their
evolution, introduction to software and their categorisation, computer memory, awareness of
emerging trends in the field of information and communication technology.
Pretest:
1. A computer is an ______________ device.
a. Electronic
b. Electrical
c. Mechanical
d.None of the above
Ans. a. Electronic
A computer is an electronic device that can be programmed to accept data (input) process
it and generate result (output). A computer along with additional hardware and software
together is called a computer system.
It comprises of a central processing unit, memory, input/output devices, and storage
devices.
A computer system comes in various forms and sizes.eg, personal desktop, laptop, tablet
computer, or smartphone.
Arithmetic & Logic Unit- It performs all the arithmetic and logic operations that need to be
done as per the instruction in a program.
Control Unit- It controls sequential instruction execution, interprets instructions and guides data
flow through the computer’s memory, ALU and input or output devices.
Input Devices- The devices through which control signals are sent to a computer are termed as
input devices. These devices convert the input data into a digital form that is acceptable by the
computer system.
Output Devices- The device that receives data from a computer system for display, physical
production, etc., is called output device. It converts digital information into
human understandable form.
For example, monitor projector, headphone, speaker, printer, etc.
Printers- 3 types (Inkjet, LaserJet and dot matrix), a new type – 3D printer.
Evolution of Computer
From the simple calculator to a modern day powerful data processor, computing devices have
evolved in a relatively short span of time.
Abacus:
o 500 BC
o It was a mechanical device capable of doing simple arithmetic calculations only.
Pascaline:
o 1642
o Blaize Pascal invented a mechanical calculator known as Pascal calculator or
Pascaline
o Addition and subtraction of two numbers directly and multiplication and division
through repeated addition or subtraction.
Analytical Engine:
o 1834
o Invented by Charles Babbage.
o A mechanical computing device for inputting, processing, storing and displaying
the output, which is considered to form the basis of modern computers.
Tabulating Machine:
o 1890
o Designed by Herman Hollerith
o Summarizes the data stored on the punched card.
o First step towards programming.
Turing Machine:
o 1937
o Turing machine concept was a general purpose programmable machine that was
capable to solve any problem by executing the program stored on the punched
cards.
EDVAC/ENIAC:
o 1945
o Introduced stored program concept by John Von Neumann.
o Stores data as well as program in the memory.
o The EDVAC(Electronic Discrete Variable Automatic) and then the
ENIAC(Electronic Numerical Integrator And Computer) computers were
developed based on this concept.
Transistors:
o 1947
o Vacuum tubes were replaced by transistors developed at Bell Labs, using
semiconductor materials.
Integrated Circuit:
o 1970
o An Integrated Circuit (IC) is a silicon chip which contains entire electronic circuit
on a very small area. The size of computer has drastically reduced because of ICs.
Computer Memory
A computer system needs memory to store the data and instructions for processing.
Units of Memory
o A computer system uses binary numbers to store and process data. The binary
digits 0 and 1, which are the basic units of memory, are called bits.
o 4-bit word- a Nibble,eg; e 1001, 1010
o A two nibble word, i.e., 8-bit word- a byte, eg; 01000110, 01111100, 10000001,
etc.
Types of Memory
o Primary Memory
Program and data are loaded into the primary memory before processing.
2 types- RAM(Random access memory) & ROM(Read only memory)
RAM ROM
o Cache memory
To speed up the operations of the CPU, a very high speed memory is
placed between the CPU and the primary memory known as cache.
It stores the copies of the data from frequently accessed primary memory
locations,
o Secondary Memory
Permanently store the data or instructions for future use.
Slower and cheaper than the main memory.
It cannot be accessed directly by the CPU.
Contents of secondary storage need to be first brought into the main
memory for the CPU to access.
Examples of secondary memory devices include Hard Disk Drive (HDD),
CD/ DVD, Memory Card, etc.,
There are secondary storage devices like Solid-State Drive (SSD) which
support very fast data transfer speed as compared to earlier HDDs.