Skip to content

Course home

x
Boolean operations in a programming language
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 on AQA GCSE Computer Science Boolean operations in a programming language. Each one builds up to exam-style questions. Build strong foundations in binary, logic and core programming constructs before moving on to the more complex algorithm design and evaluation questions.

Lessons