Skip to content

Logic Gates Practice Paper

Test your knowledge of Boolean logic with these exam-style questions. Use the toggle below to reveal all answers once you’ve finished.

Show all answers
Question 1 [1 marks]

Identify the logic gate that performs the following operation: The output is TRUE only if both inputs are TRUE.

View Answer & Mark Scheme

The gate is the AND gate.

  • 1 mark for correctly identifying the AND gate.
Question 2 [2 marks]

A logic circuit has two inputs, A and B, connected to a NAND gate. Complete the truth table for this operation.

View Answer & Mark Scheme

You earn marks for each correct row in the truth table:

ABOutput
001
011
101
110

Self-Correction Tip: Remember, NAND is simply the opposite of AND!

Question 3 [1 marks]

Write the Boolean expression for an OR gate with inputs X and Y.

View Answer & Mark Scheme

The expression is: X OR Y (or X + Y).