Skip to main content

Computer Generation

The development of computer has been very rapid in the last 60 years. The development has
been in five distinct stages and each stage is called as generation. There are totally fivecomputer generations.
  the generation term was used to distinguish between varying hardware technologies. Nowadays, generation includes both hardware and software, which together make up an entire computer system.

types of computer generation :-



1. First generation :-The First generation started from 1946 with ENIAC. It was the first fully automatic electronic
computer. It was constructed at the Moore school of engineering of the university of
Pennsylvania (USA) by a design team led by professor J. Presper Eckert and John Mauchly.
The main component of this generation was vacuum tubes.In the ENIAC used 18000 vacuum
tubes.

ADVANTAGE
1. Vacuum tubes ware the only electronic component available.
2. These computers were the fastest calculating devices of that time.
3. Vacuum tubes technology made possible the advent of electronic digital computer.

DISADVANTAGE

1. Too bulky in size
2. Unreliable.
3. Air condition required.
4. Constant maintenance

2. Second Generation-The second generation started form 1955 with the use of transistor. The main component of
this generation was Transistors. The transistor was invented in 1947. The second generation
emerged with transistors being the brain of computer.
Another major event during this period the invention of magnetic disk for storage data and
developed high-level language like FORTRAN, COBOL, ALGOL etc.
Eg :- PDP –8, PDP-11, IBM –1401.

ADVANTAGE
1. Smaller.
2. More reliable.
3. Less heat generated.
4. Better portability.

DISADVANTAGE

1. Air condition required.
2. Frequent Maintenance.
3. Manual Assembly.
4. Commercial production was difficult.

3. Third Generation:- Third generation emerged with the invention of IC (Integrated Chips). This led to the emergence of extremely powerful computers. The integrated circuit also known as semiconductor chips consisted of transistors, resistors and capacitors mounted on a single
chip of silicon eliminating wired inter connection between components.
System 360 was the major invention by IBM in this generation.

ADVANTAGE
1. Highly reduce in size.
2. Less heat generated.
3. It becomes portable.
4. Used in commercial application and home purpose.
DISADVANTAGE
1. Highly suffocated technology is used to construct the main component.

2. Air condition required in many cases.

4. Fourth Generation:- The main component of fourth generation compute is microprocessor. Microprocessor arrived in 1970 by Dr. Ted Half of Intel corporation (USA). The Microprocessor it self-packing about
million transistors and performing arithmetically and logically operation very quickly. These computers are very reliable and heat generated negligible.

ADVANTAGE
1. Highly reduce in size
2. Less heat generated
3. It becomes portable
4. Used in commercial application and home purpose
DISADVANTAGE
1. Highly technology is used

2. It is not assembled manually

5. Fifth Generation:-The Fifth Generations computer will be able to think and make decision. It will able to think and make decision. It will be based on ultra large-scale integration. This system will have tremendous processing power and speed. The computer will support a high degree
artificial intelligence by which they will be able to think and learn on their own.

Comments

Popular posts from this blog

Introduction to Computer

COMPUTER- Basically the term COMPUTER is derived from "GREEK" word which means to calculate. Hence we can say that computer is a calculating device. In other word we can say that Computer is an electronic device which store data processing and give out the result. A computer is an electronic device which performs "Arithmetical and logical operation. A computer understood binary digit that is 0 and 1. Computer is an electronic device which accepts  data form user through input device and process the data with the help of processor after processing we desired output form. A computer also refereed as data processor because It can store the data, Process the data, and Retrieve data whenever desired. FULL FORM OF "COMPUTER" C-  Calculate O- Operate M- Machine P- Process U- User T- Trade E- Education R- Research

Network Topology

Types of Network Connections Computer networks can be broken down historically into topology , which is a technique of connecting computers. The most common topology today is a collapsed ring. This is due to the success of a network protocol called the Ethernet. This protocol, or network language, supports the Internet, Local Area Networks, and Wide Area Networks. Star Topology A star topology is a design of a network where a central node extends a cable to each computer on the network. On a star network, computers are connected independently to the center of the network. If a cable is broken, the other computers can operate without problems. A star topology requires a lot of cabling. Bus Topology A bus topology is another type of design where a single cable connects all computers and the information intended for the last node on the network must run through each connected computer. If a cable is broken, all computers connected down the line cannot r...

Number system and its types:-

Number system :- This is the medium by which we can represent the number into equivalent of different format when we type some letter or word the computer translate them a number because computer can understood only number. Types of number system      Positional number system      Non positional number system   Positional Number System: In positional number system, there are only a few symbols called digits, and these symbols represent different values depending on the position they occupy in the number. The value of each digit in such a number is determined by three considerations__ 1.        The digit. 2.        The position of the digit in the number. 3.        The base of the number system. Non-Positional Number System:  In the non-positional number systems, the characters used are I for 1, II for 2, etc, and are of...