Variable Locations
Variable Types
More About Variables
Misc.
Even More About Variables
100
Where Do you store a single letter
What is Char
100
named location in the computer's memory
What is Variable
100
converts any value given to it to a string and formats it with the format given
What is Too String Method
100
Nintendos Mascot
What is Mario
100
a variable that holds its value, as in a counter, between runs of a program
What is A Static Variable
200
Where Do you store a bunch of letters, It makes a good cat toy
What is a string?
200
a named memory location which stores a value that cannot be changed from its initial assignment
What is Constant
200
tells the computer what type of value to expect in a variable
What is Data Type
200
Segas Mascot
What is Sonic?
200
Fill it in Dim intAge As Integer 0
What is =
300
Where a Variable Lives in a program
What is Scope?
300
=
What is Assignment Operator
300
prefixes used when naming variables/controls
What is Hungarian Notation
300
What Is My Brothers Name
What is Asa
300
Fill it in Dim intAge As = 0
What is Integer
400
a variable that can only be used in a specific sub/function
What is Local
400
keyword used to tell VB that a variable declaration is coming
What is Dim
400
merging two or more items together
What is Concatination
400
What Is This Code For? (2 Up, 2 Down, Left, Right, Left, Right, B, A, Start)
What is Contra (Double Points)
400
Fill it in Dim intAge As Integer =
What is The Value
500
a variable that can be used anywhere in a program
What is Global
500
keyword used to declare a variable data type
What is As
500
a control that allow users to enter (input) values at run time
What is Text Box
500
The Best Thing You Can Make In A Shell, Hint: Beefis usually the best ingrediant
What is A Taco
500
Fill it in Dim Age As Integer = 0
What is int