InterviewSolution
Saved Bookmarks
| 1. |
How many rows are there in the truth table of a 3-input gate? |
|
Answer» Each of the 3 inputs can take 2 values (0 and 1). Hence, the number of rows in the truth table of a 3-input gate = 2 × 2 × 2 = 22 = 8. |
|