Hungarian Notation
Variable scope
Variable uses
Input/Output
Static/Constant Variable
100
int
What is Integer?
100
Where variables can be used
What is Variable scope?
100
Used to assign True/False
What is Boolean?
100
The values or strings the program displays for the user based on the execution of the program
What is Output?
100
Maintains its value between runs of the program
What is a static variable?
200
bln
What is Boolean?
200
A variable that can be used anywhere
What is a Global Variable?
200
Used to assign whole numbers
What is Integer?
200
Allows users to input data during run time
What is a Text box?
200
this kind of variable can't be defined globally
What is a static variable?
300
flt
What is Float?
300
A variable that can only be used sub/event it was created in.
What is Local Variable?
300
Used to assign money
What is Decimal?
300
Label next to text box to describe its purpose
What is Prompt?
300
this variable must be given a value when assigned, or will produce an error
What is a Constant variable?
400
lst
What is ListBox?
400
a variable that can only be used in the block of code it was created in
What is Procedural Variable?
400
Used to assign a single character
What is Char?
400
Always returns a string
What kind of variable does a textbox return?
400
fix this line of code Dim decTAXRATE As Decimal = 0.775
What is Const decTAXRATE As Decimal = 0.775
500
cbo
What is ComboBox?
500
Below the public class form
Where is a Global Variable assigned?
500
-2,147,483,648 to 2,147,483,647
What is Integer value range?
500
Used to clear a text box
What is a CheckChanged event?
500
This variable is declared in ALL CAPS
What is a constant variable?
M
e
n
u