Edexcel GCSE Computer Science 2020

6.5.3: be able to write programs that use logical operators (AND, OR, NOT)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
andlogical operator with two inputs which only evaluates to True if both inputs are True
boolean expressionquestion which has an answer of either True or False
logical operatorsymbol or character which can combine boolean expressions or values using AND, OR or NOT
notlogical operator which inverts a single boolean input from True to False or vice versa
orlogical operator with two inputs which evaluates to True if either or both inputs are True
Keyword games:
Resources: