Chapter 3 – Flow of Control Flashcards

1
Q

parentheses

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

if statement

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

if-else with multiple statements

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

compound statement

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

indenting

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

multiway if-else statement

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

switich statement

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

controlling expression

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

case labels

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

break statement

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

default

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

conditional operator

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ternary operator

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

arithmetic if

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Boolean expression

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

lexicographic ordering

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

compareTo

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

compareToIgnoreCase

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

&& means “and”

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

|| means “or”

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

truth tables

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

boolean variables in assignments

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

short-circuit evaluation

24
Q

lazy evaluation

25
complete evaluation
.
26
precedence rules
.
27
associativity rules
.
28
higher precedence
.
29
binding
.
30
side effect
.
31
body of the loop
.
32
iteration
.
33
while and do-while compared
.
34
executing the body zero times
.
35
algorithm
.
36
pseudocode
.
37
sentinel value
.
38
for statement
.
39
empty statement
.
40
null statement
.
41
infinite loop
.
42
nested loops
.
43
break statement
.
44
continue statement
.
45
label
.
46
off-by-one error
.
47
tracing variables
.
48
incremental development
.
49
code review
.
50
pair programming
.
51
assertion
.
52
assert
.
53
assertion check
.
54
random numbers
.
55
pseudorandom
.