Variables
Loops
Conditionals
Controls
Misc.
100
The keyword/reserved word to declare a variable in Visual Basic
What is Dim?
100
This is what you call one run through a loop
What is an Iteration?
100
This the first keyword you use when making a conditional statement
What is If?
100
This is the area of the IDE where all the controls are located.
What is the Toolbox?
100
10001 to decimal
What is 17?
200
The datatype that contains words
What is String?
200
This is when you test a condition before a loop runs
What is a Pretest?
200
This is the second keyword you use after If .... when making a conditional statement
What is Then?
200
This control is used to display text on the screen.
What is a Label?
200
This is what IDE stands for.
What is an Integrated Development Environment?
300
The datatype that can hold whole numbers
What is Integer?
300
This is when you test a condition after a loop runs at least once.
What is a Posttest?
300
<>
What is Not Equal?
300
This control gets text from a user
What is a Textbox?
300
This is the city where Duke University started
What is Trinity, NC?
400
The datatype that holds single characters
What is Char/Character?
400
This is the loop you use when you know how many times you want to repeat something
What is a For Loop?
400
x = 5 x > 10 OR x = 5
What is True?
400
This control groups items together on a form
What is a GroupBox?
400
45 to binary
What is 101101?
500
The keyword used to declare a variable that holds its value between runs of a program.
What is Static?
500
This is the loop you use when you are evaluating a condition to be true or false
What is a Do Loop?
500
This is the statements you can use instead of nested If statements.
What is Select ... Case?
500
This control allow the user to select only one choice among 2 or more
What is a Radio Button?
500
5B Hex to binary
What is 1011011?
M
e
n
u