Home > Physics > Options > The age of silicon > The Age of Silicon: 5. Circuits and information processing
Related truth table:
(Can you use a NOR gate and another gate to achieve the same result?)
Yes simply add a NOT gate (which is an inverter) to the output. This would change the outputs...0 would become 1 and vice versa.
Related truth table:
Truth table
| A | B | P | Q | R |
|---|---|---|---|---|
| 0 | 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 | 1 |
| 0 | 1 | 1 | 1 | 0 |
| 1 | 1 | 0 | 1 | 1 |
Answer (b) (i) - The gate represented here is an OR gate. The output would be a 1.
Answer (b) (ii) - Truth table
| A | B | C | D | E | X | Output |
|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 0 | 1 | OR gate | 1 |