Skip to content
MathsGenie logo
Open app

Course home

x

True, False, and Boolean expressions

True, False, and Boolean expressions

Truth tables for NOT, AND and OR with example programming conditions and a note that OR is inclusive

A Boolean value is either True or False. A Boolean expression is any test that ends in one of those two results, such as score >= 50 or loggedIn.

Boolean operations in a programming language Lesson

  1. GCSE
  2. /Computer Science
  3. /Boolean operations in a programming language

Step-by-step lessons covering AQA GCSE Computer Science Boolean operations in a programming language for GCSE Computer Science. Each lesson works through exam-style questions in Paper 1 and Paper 2 format. Build strong foundations in binary, logic and core programming constructs before moving on to the more complex algorithm design and evaluation questions.

Lessons