Using the simulator

Introduction

You have arrived at the Magic Forest of Costa Rica. In this place lives a sphere that protects the animals and nature, but its energy is disappearing.
To restore it, we first need to learn how to use the logic circuit simulator.


Decorative pattern for the logic workshop

Basic simulator usage

Before learning about logic gates, we need to understand how to place components and how to connect them correctly.

1. Main interface

On the left side, there is a bar with all available components, such as:

Icon of an AND logic gate Icon of an OR logic gate Icon of a NOT logic gate

At the top there are important buttons:

The white area is where you will build your circuit.


First mission: connect an input with an output

Steps

  1. Make sure Edit mode is selected.
  2. In the left bar, click on Input.
  3. Click anywhere in the white space to place it.
  4. Then select Output and click again to place it to the right of or near the input.
  5. To connect them:
    • Click on the small circle of the input.
    • Then click on the circle of the output.
    • A wire will be drawn automatically.
  6. Click on the input symbol to toggle its value on or off:
    • 0 = off
    • 1 = on

If the input is at 1 and the output shows 1, your circuit is working.


What did you learn?


Simulator


Next up

When you are ready, in the next activity you will meet the Toucan and learn how to use the AND logic gate.