Data Types
Controls
Variables
Misc.
More About Variables
100
data type used for characters or words
What is string?
100
control used to enter values at run time
What is a TextBox?
100
keyword used to declare a variable data type
What is As?
100
Founder(s) of Microsoft
What is Bill Gates and Paul Allen?
100
prefixes used when naming variables/controls
What is Hungarian notation?
200
data type used for large decimal numbers
What is double?
200
control used to when user can select only one option
What is a RadioButton?
200
keyword used to tell VB that a variable declaration is coming
What is Dim?
200
a named location in the computer's memory
What is a variable?
200
where (location) a variable lives in a program
What is scope?
300
data type used for single letters/numbers/symbols
What is char?
300
control used when user can select multiple options
What is a CheckBox?
300
converts any value given to it to a string and formats it with the format given
What is ToString method?
300
values or strings the program displays for the user based on the execution of the program
What is output?
300
can only be called in the sub/function it is declared in
What is local?
400
data type used for currency
What is decimal?
400
control used to display information to user
What is a label?
400
assignment operator
What is the equal (=) sign?
400
a named memory which stores a value that cannot be changed from its initial assignment
What is a constant?
400
merging two or more items together
What is concatenation?
500
data type used for true or false
What is boolean?
500
main control used for all Visual Basics programs; control where all other controls are placed upon
What is a form?
500
used to merge two or more items together
What is the & sign?
500
a function that changes the data type of a variable from one type to another
What is the convert method?
500
can only be used in the block of code it is declared in
What is procedural?
M
e
n
u