To create a loop that executes exactly b times, we create a ____.
A. control object
B. counting method
C. counter
D. variable
Answer: C
Computer Science & Information Technology
You might also like to view...
Broadband offers speeds of ____.
A. 10 Mbps B. 10 Gbps C. 1000 Mbps D. 100 Mbps
Computer Science & Information Technology
If an expression contains logical operators, comparison operators, and arithmetic operators, ____.
A. the comparison operators are evaluated last B. the arithmetic operators are evaluated last C. the logical operators are evaluated last D. the operators are evaluated in order
Computer Science & Information Technology
Which of the following is the default Marquee tool?
a. Circle Marquee b. Single Column Marquee c. Elliptical Marquee d. Rectangular Marquee
Computer Science & Information Technology
How many times will the following loop execute?For intCount = 10 To 1 Step -2 ‘Body of loopNext
A. 4 B. 5 C. 9 D. 10
Computer Science & Information Technology