Chapter 5
CONDITIONS, LOGICAL EXPRESSIONS, AND SELECTION CONTROL STRUCTURES
ANSWERS TO QUESTIONS
True/False
Multiple Choice
Fill-In
38. logical (Boolean)
39. relational
40. short-circuit (conditional)
41. logical (Boolean)
42. full
43. testScore >= 90 && testScore <= 100
44.
x != 5 && y != 545. flow of control
47. multi
48. testing the state
49. control structure
50. postcondition
51. code walk-through
52. precondition
53. code
54. walk-through (algorithm walk-
through)