A = 1, B = 0 — AND gate
introthe row students misread
Answer
output 0
Why this example is worth doing
A single row of the table, reachable as a permalink so the live toggle opens already set. One input high and one low gives 0, because AND demands every input be true at once. It is the row worth landing on first because it is where AND and OR visibly disagree, and the page shows the OR result beside it. The permalink encoding is the same one the rest of the site uses, so this URL is what a tutor pastes into a message rather than describing the setting in words.
Try your own input in the AND gate. Truth table, symbol and algebraic form for A·B, with a live two-input toggle.
How the answer is reached
The probed row
A = 1, B = 00— Row 2 of 4.
Truth table
| # | A | B | A · B |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 0 | 1 | 0 |
| 2 | 1 | 0 | 0 |
| 3 | 1 | 1 | 1 |