This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
next [2022/05/29 17:39] scox |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | When multiple inputs control a single output, it may help to organize all of the possible combinations into a form known as a "truth table" | ||
| - | |||
| - | When creating a truth table for binary conditions (like and on/off switch), it helps to follow a pattern. | ||
| - | |||
| - | ^ Inputs | ||
| - | | Switch Positions | ||
| - | ^ A ^ B ^ C ^ Result | ||
| - | | 0 | 0 | 0 | ? | | ||
| - | | 0 | 0 | 1 | ? | | ||
| - | | 0 | 1 | 0 | ? | | ||
| - | | 0 | 1 | 1 | ? | | ||
| - | | 1 | 0 | 0 | ? | | ||
| - | | 1 | 0 | 1 | ? | | ||
| - | | 1 | 1 | 0 | ? | | ||
| - | | 1 | 1 | 1 | ? | | ||
| - | |||
| - | |||
| - | Can you find any patterns in the input columns of this truth table? | ||
| - | Test each of the eight input conditions, and record the output result. | ||
| - | Can you find any patterns in the output? Did you discover anything by using this table that you did not notice when you first explored the circuit boxes? | ||
| - | |||
| - | [[Logical_Terms|Next]] | ||
| - | |||