Exam 6: The Repetition Structure
Exam 1: An Introduction to Visual Basic Net50 Questions
Exam 2: Designing Applications50 Questions
Exam 3: Using Variables and Constants50 Questions
Exam 4: The Selection Structure50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Sub and Function Procedures50 Questions
Exam 8: Manipulating Strings50 Questions
Exam 9: Sequential Access Files and Printing50 Questions
Exam 10: Arrays50 Questions
Exam 11: Classes and Objects50 Questions
Exam 12: Adonet and Aspnet50 Questions
Select questions type
The loop created by the For...Next statement is a ____ loop.
(Multiple Choice)
4.8/5
(38)
According to the following code when the loop terminates what value is in num? Dim startNum, stopNum, stepNum, num As Integer startNum = 1 stopNum = 8 stepNum = 2 For num = startNum To stopNum Step stepNum . . Next num
(Multiple Choice)
4.9/5
(30)
In the Do...Loop statement, the keyword While indicates that the loop instructions should be processed while the condition is false.
(True/False)
4.8/5
(39)
The condition used in the Do...Loop statement must evaluate to an Integer value.
(True/False)
4.8/5
(38)
An accumulator is a numeric variable used for counting something.
(True/False)
4.8/5
(37)
The repetition programming structure is used to make decisions in a program.
(True/False)
4.8/5
(32)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)