Skip to main content

GENERATION OF COMPUTER


 GENERATION OF COMPUTER
The first electronic computer was designed and built at the University of Pennsylvania based on vacuum tube technology. Vacuum tubes were used to perform logic operations and to store data. Generations of computers has been divided into five according to the development of technologies used to fabricate the processors, memories and I/O units.
I Generation : 1945 – 55
II Generation : 1955 – 65
III Generation : 1965 – 75
IV Generation : 1975 – 89
V Generation : 1989 to present

­­­­­­­­FIRST GENERATION
A glass tube surrounding a vacuum (an area from which all gases have been removed). What makes it interesting is that when electrical contacts are put on the ends, you can get a current to flow though that vacuum. Thomas Edison noticed this first in 1883
(ENIAC - Electronic Numerical Integrator And Calculator
EDSAC – Electronic Delay Storage Automatic Calculator
EDVAC – Electronic Discrete Variable Automatic Computer
UNIVAC – Universal Automatic Computer
IBM 701) Read more...


CHARACTERISTICS

Vacuum tubes were used – basic arithmetic operations took few milliseconds
Bulky
Consume more power with limited performance
High cost
Uses assembly language – to prepare programs. These were translated into machine level language for execution.
Mercury delay line memories and Electrostatic memories were used
Fixed point arithmetic was used
100 to 1000 fold increase in speed relative to the earlier mechanical and relay based electromechanical technology
Punched cards and paper tape were invented to feed programs and data and to get results.
Magnetic tape / magnetic drum were used as secondary memory
Mainly used for scientific computations.


Comments

Popular posts from this blog

Create a nigerian news blog -4- Homepage Customization Finalized

Laravel one to one relationship with example

  Laravel one to one relationship with example “Laravel eloquent one to one relationship with example”: A one-to-one relationship is a very basic, fundamental Laravel eloquent relationship. Following our  complete guide to Laravel relationships , it simply relates one entity to another. For instance, in our voting application, a User is associated with one Vote. If we were to describe this relationship, we could say: “ Each user has one vote”. READ THE UPDATED VERSION HERE   Defining a one-to-one relationship In order to define this relationship, we call the  hasOne  method on the entity that owns the relationship. Here’s a code snippet defining the relationship. <?php namespace App \ Models ; use Illuminate \ Database \ Eloquent \ Model ; class User extends Model { /** * Get's this user's vote */ public function vote () { return $this ->hasOne(App\Models\Vote::class); } } What happens here is, we pass the n...

9 THINGS THAT A CHURCH WEBSITE SHOULD HAVE

THINGS THAT A CHURCH WEBSITE SHOULD HAVE There so many church website round the internet so am not going to tell you where to find a church website for any church but in this article am going to explain the basic things a church website should have which are outline below: A DESIGN THAT REFLECTS “PEOPLE”, NOT BUILDINGS. People are searching for others whom they can relate to in order to establish a relationship. Buildings represent “institution”, not one on one fellowship. ANNOUNCEMENTS AND CALENDAR OF EVENTS. The page that gets the most visits on any church site is the events page. Surveys on many church websites have revealed as high as 60% of visitors are looking for information about what, where, and when. A website can be a cost saving advertisement medium.