A(n) ____ statement is a control structure that repeatedly executes a statement or series of statements while a specific condition is TRUE or until a specific condition becomes TRUE.

A. repeat
B. replicate
C. loop
D. circular


Answer: C

Computer Science & Information Technology

You might also like to view...

The statement s1.startsWith("art")

a. s1.regionMatches(0, "art", 0, 3); b. s2 = s1.getChars(0, 3); s2.equals("art"); c. s1.regionMatches(true, 0, "art", 0, 3); d. All of the above

Computer Science & Information Technology

Which string matching algorithms are better suited (or can be extended to be better suited) to work with a set of patterns (check all that apply)?

a. Boyer-Moore b. Rabin-Karp c. Knuth-Morris-Pratt d. Aho-Corasick

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Observers offer technical explanations and advice during a JAD session. 2. Behaviors are what people in the organization say they want. 3. Beliefs are what people think is actually true. 4. Behavior is what organizational members do.

Computer Science & Information Technology

When using the Yes/No data type, the ________ is the default option to indicate that the option is selected

A) 1 B) check box C) zero D) -1

Computer Science & Information Technology