Instructions Connect the block on the left to the block on the right. Then, remove the connection. Goals Connect block a to the output block.
Disconnect block a from the output block.
| Below there are two blocks - one labeled
a , and another labeled Output . On each of those
blocks you'll see a small blue circle. These circle are the input and output points for the block they're attached to.
Circles on the right side of a block are outputs - they send a value. Circles on the left side of a block
are inputs - they receive a value. Here, block a only has one output point while the Output
block only has one input point.
To connect the blocks, click and hold on output of block a (the circle on its right side), and drag
over to the input of the Output block (circle on its left side). You should see a light blue line
stretch out from block a . When you've reached the input of the Output block, drop the
connection. The light blue line should turn solid blue and the Output block should show the same value
as block a . These blocks are now connected. Changes to the value of block a will be sent
through the connection to the Output block.
To disconnect the blocks, just click on the dark blue connecting line between the blocks. The line will disappear, and the blocks will no longer be connected. The value of the Output block will change to ?a
1 Output
0 |
Instructions Connect the blue circles to build a circuit that adds a and b. You can click a link to delete it. Goals Connect blocks so output equals 3.
| Now we've added a new type of block that has inputs and outputs. The addition block, labeled with
+ ,
has two inputs and one output. This block takes the values of its inputs, adds them together, and sends the new
value to its output. Using the same drag-and-drop method from the last section, create a circuit that will add the
values of block a and block b , and change the value of the Output block to 3.a
1 b
2 Output
0 +
0 |
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a × b
a
0 b
0 Output
0 2
2 +
0 ×
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a + 2 × b
a
b
Output
0 2
2 ×
0 +
0 ×
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
2 × a + 2 × b
a
b
Output
0 2
2 +
0 +
0 ×
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a or b
a
b
Output
0 and
0 or
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a xor b
a
b
Output
0 and
0 or
0 not
0 and
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a nand b
a
b
Output
0 and
0 or
0 not
0 and
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a nand b
a
b
Output
0 not
0 not
0 or
0 and
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a or b
a
b
Output
0 nand
0 nand
0 nand
0 Hint:
Try connecting both nand inputs to a single block;
this converts the nand operator into a not operator.
(Remember that nand is the same as and followed by not.)
Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a and b
a
b
Output
0 nand
0 nand
0 nand
0 Hint:
Try connecting both nand inputs to a single block;
this converts the nand operator into a not operator.
(Remember that nand is the same as and followed by not.)
Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a and b
a
b
Output
0 +
0 ×
0 Make sure your circuit works for each input combination:
|
Instructions Connect the blue circles to build a circuit so that the output values match the given equation. Press the Select button on each line to change the inputs. You do not need to use every block. You can click a link to delete it. Goals Make all outputs match desired outputs.
Select each input combination.
| Create a circuit that represents this formula:
a or b
a
b
Output
0 +
0 ×
0 +
0 -
0 Make sure your circuit works for each input combination:
|
Instructions You have completed the lesson. You may scroll up to review the lesson. |