Activity 6 - The Sloth's silent summit (OR + NOT)

Nuvi dressed as a sloth

Introduction

The Sloth is waiting for you on the mountain:

“I want total silence: the output only turns on when no trail has light.
Let’s use OR to detect if there’s light, and NOT to invert.”


Decorative pattern for the logic workshop

Logical goal

The output should be 1 only if A = 0 and B = 0:

See full truth table
ABA OR BOutput = NOT(A OR B)
0001
0110
1010
1110

Landscape of the mountain summit

Simulator instructions

1. Place

Visual example of the OR followed by NOT circuit with two inputs and one output

2. Connect

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

3. Test

Victory condition: if there is any light in A or B, the output is 0.


Quick tips


Simulator


What did you learn?