Binary + Logic Gates Game
Logic Gate Challenge
Score: 0/0
Loading question...
A | B | ? |
---|
How to play:
1. For each question, you'll be shown a truth table or a logic gate problem.
2. Select the correct logical operator (AND, OR, XOR, NOT) or output value.
3. You need to score at least 7/10 to pass the challenge.
4. Remember the basic logic gates:
- AND: Returns true only if both inputs are true
- OR: Returns true if at least one input is true
- XOR: Returns true if exactly one input is true
- NOT: Inverts the input (true becomes false, false becomes true)
- NAND: Opposite of AND, returns false only if both inputs are true
- NOR: Opposite of OR, returns true only if both inputs are false