Data Types
Controls
Making Variables
Misc.
More About Variables
100
Keyword used to declare a variable data type
What is As
100
assignment operator
What is =
100
a variable that can be used anywhere in a program
What is Global
100
Americas first president.
Who is George Washington.
100
a named memory location which stores a value that cannot be changed from its initial assignmenta variable that can only be used in a specific sub/function
What is Local Constant
200
Keyword used to tell VB that a variable declaration is coming
What is Dim
200
a control that allow users to enter (input) values at run time
What is TextBox
200
a named location in the computer's memory
What is Variable.
200
The player that throws the passes in football.
What is a quarterback.
200
Can only be used in the block of code it is declared it
What is procedural
300
tells the computer what type of value to expect in a variable
What is Data Type
300
merging two or more items together
What is concatenation
300
Creator of Apple.
Who is Steve Jobs.
300
converts any value given to it to a string and formats it with the format given
What is ToString method
400
a data type that contains words/letters
What is String
400
What is displayed in the textbox.
What is Text
400
prefixes used when naming variables/controls
What is Hungarian notation
400
Founder f Microsoft.
Who is Bill Gates.
400
a variable that holds its value, as in a counter, between runs of a program
What is Static Variable.
500
a data type used for single letters/numbers/symbols
What is Char.
500
The label placed near the text box to describe its contents or purpose.
What is a prompt.
500
merging two or more items together
What is Concatenation
500
This Game comes out October 29 2013.
What is Battle Field 4
500
Global, local, and procedural are all different types of this.
What is Scope