A loop that executes as long as a particular condition exists is called a(n) __________ loop.

a. infinite
b. count-controlled
c. conditional
d. relational


c. conditional

Computer Science & Information Technology

You might also like to view...

A variable's name should be a(n) ____ that describes the value it stores.

A. verb B. adjective C. adverb D. noun

Computer Science & Information Technology

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

1. The string "Hello" could be stored in the variable str declared as follows char str[5]; 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character. 4. If name is a string variable whose value is "Elizabeth", the function call strcpy(target, &name[5]); assigns the string "beth" to target. 5. The length of a string is determined by the size of the variable in which it is stored and does not depend on the value stored in the variable.

Computer Science & Information Technology

To access SkyDrive as shown in the accompanying figure, you need a Windows Live ID.

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

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. Color is a primary consideration for text. 2. Slices cannot be used for image maps. 3. Slices give you poorer control over the function and file size of your image, because slices cannot be optimized to load individually. 4. Slices automatically created by Photoshop display blue slice numbers and blue slice badges. 5. Photoshop displays a gray slice number and gray slice badge on user-defined slices.

Computer Science & Information Technology