Lecture 2
Lecture 2
EET 2211
4TH SEMESTER – CSE & CSIT
CHAPTER 1, LECTURE 2
A BRIEF HISTORY OF COMPUTERS
ü The computer generations are classified based on the
fundamental hardware technology employed.
2 LECTURE 2 6/2/2021
COMPUTER GENERATIONS
GENERATION APPROXIMATE TECHNOLOGY TYPICAL SPEED
DATES (operations per
second)
3 LECTURE 2 6/2/2021
FIRST GENERATION : VACUUM TUBES
ü The first generation of computers used vacuum tubes for digital
logic elements and memory.
ü Famous first generation computer is known as IAS computer (is the
basic prototype for all general-purpose computers).
ü Basic design approach is the stored-program concept.
ü The idea was proposed by von Neumann.
ü It consists of (i) a main memory (which stores both data and
instructions), (ii) an arithmetic and logic unit (ALU) (capable of
operating on binary data), (iii) a control unit (which interprets the
instructions in memory and causes them to be executed), and (iv)
Input-Output (I/O) (equipment operated by the control unit).
4 LECTURE 2 6/2/2021
Contd.
6 LECTURE 2 6/2/2021
Contd.
ü The memory of IAS consists of 4096 storage locations (words of 40
binary digits/bits each).
ü It stores both data and instructions.
ü Numbers are represented in binary form and instructions are in binary
codes.
ü Each number is represented by a sign bit and a 39-bit value.
ü A word may alternatively contain 20-bit instructions.
ü Each instruction consists of an 8-bit operation code/opcode (specifying
the operation to be performed) and a 12-bit address designating one of
the words in the memory (0-999).
7 LECTURE 2 6/2/2021
Contd.
9 LECTURE 2 6/2/2021
THIRD GENERATION : INTEGRATED CIRCUITS
ü The integrated circuits consists of discrete components like transistors,
resistors, capacitors etc.
ü Two fundamental components that are required are gates and memory
cells.
ü Gates control the data flow.
ü Memory cells store 1 bit data.
ü Governed by Moore’s Law which states that the number of transistors
doubles in every 18 months.
11 LECTURE 2 6/2/2021
Contd.