Y7

5p: Create conditions that 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
ANDlogic operator which combines two conditions. The result will only be true if both conditions evaluate to true
conditionan expression that will be evaluated as either true or false
evaluatereplacing variables with their values and performing all operations necessary until you're left with a single value
expressionvalues and or variables combined using operators or functions
logic operatora type of operator that can combine or change conditions using AND, OR or NOT
NOTlogic operator which inverts a condition so it becomes the opposite of its original value (true becomes false and false becomes true)
ORlogic operator which combines two conditions. The result will be true if either or both condition evaluate to true
Keyword games:
Resources: