24 Mar 2013

Milestones in digital electronics evolution

Ask someone about what electronics is, the answer will probably be related to all the modern devices we're using everyday : mp3 players, televisions, computers, cell phones... All of these are made of many integrated circuits containing millions of transistors (sized in nanometer). In numeric circuits, you always need a switching device that can be used to create logic gates and registers. However, these switches have not always been as small as they are today. Here are some milestones in the advances of modern electronics.

The mechanical relay (1835)

The relay is one of the oldest device used to make computers (primitive ones) and is still used a lot nowadays in all sort of different applications. The basic relay consist of a coil, spring, armature and contacts. When the coil is energized the armature close the normally open contact, otherwise the spring maintains the normally closed contact.


Computer with limited programming capabilities could be made using relays, like the Z1 in germany around 1938. It is considered as the first freely programmable computer, but it's operation was unreliable.


The vacuum tube (1907)

The vacuum tube is a great improvement over the mechanical relay because it contains no moving parts, that means it's a lot more reliable. Like the transistor, the vacuum tube can be used as an amplification device or as a switch. Hi-fidelity audio equipment still use vacuum tubes, for the clarity of the sound it provides. However, it is no more used as a switching device.


The first computers using vacuum tubes appeared around 1945 : the Colossus and the ENIAC. They were quite power hungry and heavy machines. The ENIAC contained around 17500 vacuum tubes as well as 1500 relays.


The transistor (1954)

The transistor is the device of choice to create digital electronics circuit and has evolved considerably since it's beginnings. The biggest advantages of the transistor over the vacuum tube is it's small size and small power consumption. That marks the debut of lightweight and portable electronics. In the picture below, you can see a replica of the first bipolar junction germanium transistor.


With the invent of the transistor, computers got a lot smaller and were ready to be manufactured for the commercial market. The IBM 608 is one of these fully transistorised computers. Below, a picture of Harwell CADET computer.


The integrated circuit (1962)

Transistors really began to get small when packaged into chips. That way, a lot of transistors could be packed on the same "die". I bet you have ever heard about Moore's law, stating in 1965 that the transistors count in integrated circuits will double every year for at least ten years. Here is a picture (a little bit outdated) representing the advances in the number of transistor in IC.

As you can see, the first generation of integrated circuits were used to make logic gates. Lots of things could be done with simple TTL gates, take a look at this circuit schematic of an arcade machine Pong game made by Atari in 1974.


 Generations of computers

I found an interesting article about computer generations here's the summary (mechanical relay computers not included) :
  1. First Generation (1940-1956) Vacuum Tubes
  2. Second Generation (1956-1963) Transistors
  3. Third Generation (1964-1971) Integrated Circuits
  4. Fourth Generation (1971-Present) Microprocessors
I bet you learned something new about computers... That's all for today folks!

2 comments:

  1. The evolution of electronics is amazing, especially when you consider this all happened in less than 75 years.

    ReplyDelete
    Replies
    1. It's interesting to note that mathematics behind digital circuits have been introduced a long time before computers. Take a look at Boolean algebra (George Boole). Also take a look at Ada Lovelace for the first "computer program".

      Delete