| AND Gate |
|
|
|
|
|
|
|
| OR Gate |
|
|
|
|
|
|
|
| NOT Gate |
| Transistor Diagram |
|
|
|
|
|
|
|
| Transistor Diagram |
|
|
|
|
|
|
|
| Transistor Diagram |
|
|
|
|
| 0 |
|
| |
|
|
|
|
| 0 |
|
| |
|
|
|
|
| 0 |
|
| |
|
|
|
|
| 0 |
|
|
|
|
|
|
|
| 0 |
| The AND operator gives the value one if and only if all the inputs are 1. Insert a formula in the yellow shaded cell that gives the correct output. |
|
|
|
|
|
|
|
| The OR operator gives the value 1 if at least one input has a value of 1. Insert a formula in the yellow shaded cell that gives the correct output. |
|
|
|
|
|
|
|
| A NOT gate performs logical negation on its input. In other words, if the input is 1, the output is 0 and vice versa. Insert a formula in the yellow shaded cell that gives the correct output. |
| NAND Gate |
|
|
|
|
|
|
|
| NOR Gate |
|
|
|
|
|
|
|
| A logic gate is a conceptualized or physical device that performs a logical operation on one or more binary inputs and produces a single binary output. Using Microsoft excel formulas, provide the proper output for the AND, OR, NOT, NAND, and NOR gates. (There may be more than one way to implement the logic in excel!) |
| Transistor Diagram |
|
|
|
|
|
|
|
| Transistor Diagram |
|
|
|
|
| 0 |
|
| |
|
|
|
|
| 0 |
|
| |
|
|
|
|
| 0 |
|
|
|
|
|
|
|
| 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
| The NAND operator gives the value of 0 if and only if all the inputs have a value of 1, otherwise it has a value of 1. It is equivalent to a NOT AND. Insert a formula in the yellow shaded cell that gives the correct output. |
|
|
|
|
|
|
|
| A NOR gate is a logic gate which gives the value of 1 only when both inputs are 0. It is equivalent to a NOT OR. Insert a formula in the yellow shaded cell that gives the correct output. |