Show:
Questions
Responses
Print
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 equal sign =
100
A named location in the computer's memory
What is variable
100
What is my Favorite color
What is blue
100
Where (location) a variable "lives" in a program
What is scope
200
A data type used for single letters/numbers/symbols
What is Char
200
A control that allow users to enter (input) values at run time
What is TextBox
200
Keyword used to tell VB that a variable declaration is coming
What is Dim
200
Favorite type of console to play
What is Xbox
200
Can only be used in the block of code it is declared in
What is Procedural
300
A data type that contains words/letters
What is String
300
The label placed near the text box to describe its contents or purpose
What is prompt
300
Tells the computer what type of value to expect in a variable
What is Data type
300
Favorite sport(s)
What is Basketball or Soccer
300
A variable that holds its value, as in a counter, between runs of a program
What is Static variable
400
A data type that is either true or false
What is Boolean
400
Merging two or more items together
What is Concantenation
400
A variable that can only be used in a specific sub/function
What is local
400
The school colors
What is blue & white
400
a variable that can be used anywhere in a program
What is Global
500
A data type used with whole numbers
What is Integer
500
a function that changes the data type of a variable from one type to another
What is convert
500
A named memory location which stores a value that cannot be changed from its initial assignment
What is constant
500
Football Team that is better than any other school football team around asheboro
What is Asheboro high
500
Prefixes used when naming variables/controls
What is Hungarian notation