Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.46 KB

File metadata and controls

28 lines (16 loc) · 1.46 KB
description
Electricity baby! Down to the basics and physical layer!

Transistors & Memory

Electronics

Let's zoom in all the way:

Computers are simply made out of transistor switches.

Transistors are microscopic crystals of silicon that use the electrical properties of silicon to act as switches. Modern computers have what are referred to as field-effect transistors.

Simplifying Electricity

Let's visualize 3 different pins.

When an electrical voltage is applied to pin 1, current then flows between pins 2 and 3. However, when voltage is removed from the first pin, current stops flowing between pins 2 and 3.

When we begin to zoom out we notice that there are diodes and capacitors when taken together with the transistor switches, we now have a memory cell.

A memory cell keeps a minimum current flow to which when you put a small voltage on its input pin and a similar voltage on the select pin, a voltage will appear and remain on its output pin. The output pin remains in its set state until the voltage is removed from the input pin in conjunction with the select pin.

Okay, so why is this important?

  • The presence of voltage indicates a 1 in binary and the absence of voltage indicates a 0 in binary
  • This is what is meant by ON or OFF