Definitions
"S"
Fill in the Blank
More
Wild
100

What is is a flow of program logic that repeats and never ends?

infinite loop

100

What are errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error?

syntax errors

100

When you combine AND and OR operators, the ____ operators take precedence.

AND

100

The assignment operator is the ____ sign.

=

100

Many loop control variable values are altered by ____, or adding to them.

incrementing

200

What type of variables and constants are known to the entire program?

global

200

What can can hold digits such as account numbers and zip codes?

string variable

200

Both operands in a comparison expression must be the same ____.

data type

200

When you use the ____ operator, only one of the listed conditions must be met for the resulting action to take place.

OR

200

How many dots are on one six-sided die?

21

300

What is a named memory location whose value can vary?

variable

300

What is the amount by which a for loop control variable changes often called?

step value

300

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

300

You may hear programmers refer to looping as ____.

iteration

300

Who (what country) gave the U.S. The Statue of Liberty?

France

400

What is similar to a variable, except it can be assigned a value only once ?

named constant

400

Use a counter or a ____ to control a loop’s repetitions.

sentinel value

400

Programmers use the term ______to describe programs that are well designed and easy to understand and maintain.

elegant

400

Usually, when you create nested loops, each loop must have its own ____.

loop control variable

400

Whats my Zodiac sign?

Aries

500

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

500

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

500

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

500

The maximum number of entry points that any programming structure can have is ____.

one

500

What's my Chinese zodiac sign?

Pig (boar)