VB Controls & Loops
Review modules 9 & 10
Created Date
04.14.20
Last Updated
04.14.20
Viewed 2 Times
Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!
But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.
Download the Chakalaka mobile app here:
Topics of this game:
-
When a nested selection structure is encountered, the first decision is always made by the ____ selection structure.
-
The numeric counter variable in a For...Next statement is
-
A(n) ____-controlled loop requires that you initialize a variable before the loop.
-
The ____ statement has a built-in automatic counter and condition.
-
An infinite loop is a loop:
-
A ____ structure is referred to as a loop.
-
What type of expression follows the Do While keywords?
-
A ____ loop checks for the terminating condition after the body of the loop is executed.
-
In a loop, a(n) ____, which is either true or false, determines whether the computer will execute the loop again.
-
Which statement correctly displays a user-defined DialogBox?
-
Which of the following statements will check to see if an item was selected in the ComboBox cboColors?
-
Which control would allow a user to select from a list as well as enter input?
-
Which control displays a list from which the user can select one or more items?
-
What is the data type of the value returned from an InputBox?
-
The purpose of using a loop is to
User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.