Vocabulary Terms

Boolean Expressions and If Statements

Back to standards

Terms

Boolean expression
evaluates to either true or false
Branching logic
Complex condition
Compound boolean expression
Conditional statement
DeMorgan's Laws
Empty statement
Flow of control
If statement
If-else statement
Logical AND
Logical NOT
Logical OR
Negation operator
Primitive data type
Reference data type
Relational operator
remainder operator
The % operator which returns the remainder from one number divide by another.
Selection statement
Shortcut operator
Operators like x++ which means x = x + 1 or x *=y which means x = x * y.
Statement block