Data Types
Controls
Making Variables
Misc.
More about Variables
100
This is the dataType that can do true or false
What is Boolean
100
A control that allows users to enter (input) values at run time
What is TextBox
100
=
What is Assignment Operator
100
The label placed near the text box to describe its contents or purpose
What is Prompt
100
A named location in the computer's memory
What is Variable
200
4 bytes
What is Integer
200
Prefixes used when naming variables/controls
What is Hungarian Notation
200
Keyword used to tell VB that a variable declaration is coming
What is Dim
200
This is what a text box returns as an object
What is String
200
A named memory location which stores a value that cannot be changed from its initial assignment
What is Constant
300
!6 bytes
What is Decimal
300
What is displayed inside the text box
What is text
300
Keyword used to declare a variable data type
What is As
300
One way of formatting output
What is ToString
300
Where (location) a variable "lives" in a program
What is Scope
400
8 bytes
What is Double
400
Btn is a common object name
What is Button
400
Converts any value given to it to a string and formats it with the format given
What is ToString method
400
Strings can be combined from several different sources
What is Concatenation
400
A variable that can only be used in a specific sub/function
What is Local
500
Storage varies
What is String
500
Lst is the common object name
What is List Box
500
A data type used for single letters/number/symbols.
What is Char
500
Keyword to declare a variable
What is Dim
500
A variable that can be used anywhere in a program
What is Global
M
e
n
u