Exam 7: More on the Repetition Structure
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
The purpose of the ____ operator is to reverse the sign of a number.
(Multiple Choice)
4.7/5
(33)
In the following For clause, if the stepvalue is negative, then the startvalue must be ____ to the endvalue for the loop instructions to be processed. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
(Multiple Choice)
4.8/5
(38)
A programmer uses a counter-controlled loop to process the loop instructions a(n) ____ number of times.
(Multiple Choice)
4.8/5
(39)
Describe the three combo box styles available in Visual Basic and how they are set.
(Essay)
4.9/5
(38)
In the following For clause, you can use the ____ portion to declare the counter variable. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
(Multiple Choice)
4.8/5
(36)
In Visual Basic, how many styles of combo boxes are available?
(Multiple Choice)
4.8/5
(31)
Why is it highly recommended to specify the name of the counter variable in the Next clause of a For...Next statement?
(Essay)
4.9/5
(37)
In the following For clause, how many times will the computer count though the loop structure? For counter As numeric = 1 To 5 Step 1
(Multiple Choice)
4.9/5
(43)
You use the ____ tool in the toolbox to add a combo box to an interface.
(Multiple Choice)
4.9/5
(43)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)