Activity 5 - The Toucan's inverted gate (AND + NOT)

Nuvi dressed as a toucan

Introduction

In front of the stone gate, the Toucan winks at you:

“Remember my AND gate? Today we’re going to invert it with the help of NOT.
The gate will open unless both torches are lit.”


Decorative pattern for the logic workshop

Logical goal

Build an output that is true except when A = 1 and B = 1:

See full truth table
ABA AND BOutput = NOT(A AND B)
0001
0101
1001
1110

Landscape of the stone gate in the forest

Simulator instructions

1. Place the components

  1. Make sure you are in Edit mode.
Visual example of the AND followed by NOT circuit with two inputs and one output

2. Connect

  1. A and B ➔ AND
  2. AND output ➔ NOT
  3. NOT output ➔ Output

3. Test

Victory condition: the output is 0 only when A = 1 and B = 1.


Quick tips


Simulator


What did you learn?