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