Examo
PracticeAbout
Homecomputer-scienceBoolean Logic and Expressions
0984

Boolean Logic and Expressions

Boolean Logic · 5 question types

Practise
Download PDF

0984 Topics

Logic Gates and Circuits9%
Boolean Logic and Expressions6%
  1. What a Boolean Expression Is
  2. Boolean Notation
  3. Deriving an Expression from a Logic Circuit
  4. Deriving an Expression from a Truth Table (Sum-Of-Products)
  5. Evaluating a Boolean Expression for Given Inputs
  6. The Boolean Algebra Laws
  7. De Morgan's Laws
  8. Simplifying Boolean Expressions
  9. The Two-Way Road: Expression ↔ Circuit ↔ Truth Table

Frequency legend

High (≥14%)
Above avg (10 to 13%)
Average (<10%)

Exam Frequency Analysis

Past paper frequency (2018 to 2024)

This topic accounts for approximately 6% of your exam marks.

stable
Low
Stable6%

Writing Boolean expressions from logic diagrams and simplifying using laws appear regularly.

Topic 26 covered the six logic gates as physical components: AND, OR, NOT, XOR, NAND, NOR. This topic covers the same gates as algebra: how to write them as expressions, manipulate them with laws, derive them from circuits or truth tables, and evaluate them for given inputs.

A Boolean expression is an algebraic statement built from Boolean variables (each 0 or 1), the operators AND, OR and NOT, and brackets. Every expression evaluates to a single Boolean value, 0 or 1.

The output of a logic circuit can always be written as a Boolean expression in its inputs. Working the other way, every Boolean expression has a corresponding logic circuit and a corresponding truth table. The three representations are interchangeable; choosing the right one for a question is half the work.

Previous

Going the Other Way: Writing the Expression for a Circuit

Next

Boolean Notation