Chapter 3 – Flow of Control Flashcards
parentheses
.
if statement
.
if-else with multiple statements
.
compound statement
.
indenting
.
multiway if-else statement
.
switich statement
.
controlling expression
.
case labels
.
break statement
.
default
.
conditional operator
.
ternary operator
.
arithmetic if
.
Boolean expression
.
lexicographic ordering
.
compareTo
.
compareToIgnoreCase
.
&& means “and”
.
|| means “or”
.
truth tables
.
boolean variables in assignments
.
short-circuit evaluation
.
lazy evaluation
.
complete evaluation
.
precedence rules
.
associativity rules
.
higher precedence
.
binding
.
side effect
.
body of the loop
.
iteration
.
while and do-while compared
.
executing the body zero times
.
algorithm
.
pseudocode
.
sentinel value
.
for statement
.
empty statement
.
null statement
.
infinite loop
.
nested loops
.
break statement
.
continue statement
.
label
.
off-by-one error
.
tracing variables
.
incremental development
.
code review
.
pair programming
.
assertion
.
assert
.
assertion check
.
random numbers
.
pseudorandom
.