Episode 1: NOT

Preview

In the next few episodes, we’ll be meeting the members of the Great Gates. In this episode, we meet the gate NOT.

The NOT gate takes one input (on the left of the diagram) and produces one output (on the right of the diagram).

In general, we can have two possible inputs to give to the NOT gate: an input and its opposite. You might see different pairs of inputs like:

  1. true and false,
  2. high and low (for high voltage and low voltage),
  3. on and off,
  4. yes and no, or
  5. cat and dog (okay this one is a joke!).

In this season of The Great Gates and Their Circuit Circus, we will use the inputs 0 and 1, which we consider opposites. But everything we encounter here would work with the other examples of inputs listed above.

Play

Below is an example of a logic diagram. The logic diagram for the NOT gate has three components. The input (on the left), the output (on the right), and the symbol for the NOT gate (in the middle). It will be important to remember that the symbol for NOT looks like a triangle with a little circle on its tip.

As you can see in the diagram, when the input is 0, the output is 1. This diagram is interactive. Click on the input to change it to its opposite. How does the output change? How would you describe what the NOT gate is doing for different inputs?

https://circuitverse.org/simulator/edit/not-ec7d1cec-83b7-4c69-b5b7-7d7aa0712916

Progress

You may have noticed that the NOT gate just changes an input to its opposite. We like to organize what a gate does to different inputs in a truth table. Here is an incomplete truth table for NOT. You can complete it by filling out the outputs for the corresponding inputs. What entries belong in the output column (where the question marks are now)?

Input: A Output: NOT A
1 0
0 1

Notice that we called used the variable A to represent the input, which can have the value 0 or the value 1.

In the next exercise, we’ll complete a truth table for two NOT gates in a row. To enter “NOT A” as an answer, we can type here it in two different ways:

  1. not A (“not” must be lower case for this exercise, even though in this text we’ll usually use capital letters), or
  2. A’ (this is called the Boolean expression for NOT A).

Practice

We have seen three different representations of the NOT gate:

  1. the logic gate symbol,
  2. the truth table, and
  3. the Boolean expression.

This flashcard activity may seem a little silly now (there are three questions and they all have the same answer) but we’ll have representations of more gates that we have to remember in upcoming episodes, so we’ll start by memorizing the representations of the NOT gate now!