Data types
Controls
Misc.
Making Variables
More About Variables
100
Key word to declare a variable
What is dim
100
Allows the user to enter (input) values at run time
What is TextBox
100
My brother is a
What is marine
100
Key word before Data Type
What is As
100
Converts any value given to it to a string and formats it with the format given
What is To String
200
Used with decimal numbers
What is Decimal
200
Opens a new window when click action takes place
What is MsgBox/MessageBox
200
My Favorite Color
What is Blue
200
= comes before the value that makes the data type
What is Assignment
200
Can be accessed from anywhere in the program
What is Global
300
Used with characters/words
What is String
300
Only one can be selected
What is Radio Button
300
I go to school at
What is Asheboro City School
300
Holds its value between of the program
What is Static Variable
300
Can only be used in the sub/functions in which it was declared
What is Local
400
Used for True or False
What is Boolean
400
One or more can be selected
What is CheckBox
400
I'm in the ___ Grade
What is 11th
400
Variable that once declared cannot be changed by the program
What is Constant Variable
400
Can only be used in a block of code it is declared
What is Procedural
500
Used for one character
What is Char
500
Were all controls are placed
What is Form
500
I was born in the state of
What is Tenneessee
500
Address used when working with a variable
What is Variable Name
500
Strings can be combined from several different sources
What is Conctination