What is is a flow of program logic that repeats and never ends?
infinite loop
What are errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error?
syntax errors
When you combine AND and OR operators, the ____ operators take precedence.
AND
The assignment operator is the ____ sign.
=
Many loop control variable values are altered by ____, or adding to them.
incrementing
What type of variables and constants are known to the entire program?
global
What can can hold digits such as account numbers and zip codes?
string variable
Both operands in a comparison expression must be the same ____.
data type
When you use the ____ operator, only one of the listed conditions must be met for the resulting action to take place.
OR
How many dots are on one six-sided die?
21
What is a named memory location whose value can vary?
variable
What is the amount by which a for loop control variable changes often called?
step value
In many programming languages, if you declare a variable and do not _________it, the variable contains an unknown value until it is assigned a value.
initialize
You may hear programmers refer to looping as ____.
iteration
Who (what country) gave the U.S. The Statue of Liberty?
France
What is similar to a variable, except it can be assigned a value only once ?
named constant
Use a counter or a ____ to control a loop’s repetitions.
sentinel value
Programmers use the term ______to describe programs that are well designed and easy to understand and maintain.
elegant
Usually, when you create nested loops, each loop must have its own ____.
loop control variable
Whats my Zodiac sign?
Aries
What clause is the part of the decision that holds the action or actions that execute when the tested condition in the decision is true?
if-then
What is when each part of an expression is evaluated only as far as necessary to determine whether the entire expression is true or false?
short-circuit evaluation
if-else examples can also be called ____ because they contain the action taken when the tested condition is true and the action taken when it is false.
dual-alternative selections
The maximum number of entry points that any programming structure can have is ____.
one
What's my Chinese zodiac sign?
Pig (boar)