Edexcel GCSE Computer Science

2.5.3: understand the purpose of, and how to use, logic operators (AND, OR, NOT)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
ANDa logic operator that combines two boolean inputs into a single output, which is True if both inputs are also True
Boolean expressiona question with a True / False answer
Logic OperatorSymbol or symbols that combine Boolean expressions
NOTa logic operator that inverts an input so that the output is the opposite boolean value
ORa logic operator that combines to boolean inputs into a single output, which is True if either or both inputs are True
Keyword games:
Resources: