Match each item with a statement below.Match each item with a statement below:
A. A loop that (theoretically) never ends.
B. A variable that controls the execution of a while loop.
C. A loop body with no statements in it.
D. Another name for a definite loop.
E. A shorthand structure for programming a definite loop.
F. Contains an inner loop when loops are nested.
G. The value of an uninitialized variable.
H. Checks at the "bottom" of the loop after the first iteration.
I. The amount by which a loop control variable changes on each cycle.
J. The area of a program in which a variable or named constant is known and can be used.
A. infinite loop
B. loop control variable
C. empty body
D. counted loop
E. for loop
F. outer loop
G. garbage
H. do loop
I. step value
J. scope
You might also like to view...
Laptop computers present an ergonomic problem because the screen and keyboard are attached to each other.
Answer the following statement true (T) or false (F)
Define a regular expression for validating each of the following:
a. A U S zip code. The zip code must have five digits, followed by an optional hyphen and four digits. b. A telephone number in the format (aaa) nnn-nnnn, where aaa represents the area code and the n’s represent digits. c. A date in the form of day-month-year, where the month is a three-letter code and the year is four digits. A hyphen must separate the day and month and year and month. d. The alphabetic derivation code illustrated in this chapter for a magazine subscriber. The format is 99999XXX9999X X X, where X represents a letter and 9 represents a number.
You ____________________ the class in the start tag of an element.
Fill in the blank(s) with the appropriate word(s).
Double-clicking the right edge of a column heading activates the ____ feature for the column.
A. AutoCorrect B. Format C. AutoFit D. Format as Table