The variable that controls the number of times a loop iterates is known as a(n) __________.

a. counter variable
b. loop control variable
c. running total
d. decrement variable


b. loop control variable

Computer Science & Information Technology

You might also like to view...

________ works like this: If the expression on the left side of the && operator is false, the expression the right side will not be checked.

a. short-circuit evaluation b. reverse logic c. Boolean logic d. relational evaluation

Computer Science & Information Technology

Which NTFS system file keeps a record of all the clusters that are considered unusable by the file system within that volume?

A. Master File Table B. Transactional NTFS C. Bad Cluster File D. Sector File

Computer Science & Information Technology

The first element in array called cellPhones is referenced by ____.

A. cellPhones[0] B. cellPhones[1] C. cellPhones(0) D. cellPhones(1)

Computer Science & Information Technology

A(n) ____ variable can hold only one of two values: true or false.

A. integer B. boolean C. true D. comparison

Computer Science & Information Technology