Python for GCSE

2.3: be able to use and understand AND, OR, NOT and XOR logical operators as symbols and in selection criteria

Keywords:
Logic and flow control
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
andlogical operator which combines two boolean expressions and results in True if both inputs are True
boolean expressionquestion which has an answer of either True or False
logical operatorkeyword which allows you to combine boolean expressions into a single boolean value
notlogical operator which gets the opposite boolean value of a single input
orlogical operator which combines two boolean expressions and results in True if either or both inputs are True
xorlogical operator which combines to boolean expressions and results in True if only one of the inputs is True
Keyword games:
Resources: