Show:
Questions
Responses
Print
Data Types
Controls
Making Variables
Misc.
More about variables
100
a data type that can only hold one character.
What is a chr?
100
a control that allow users to enter (input) values at run time
What is TextBox?
100
Is a hint for the computer that lets the computer know a data type is about to be inserted
What is Dim?
100
A university where Steve Jobs graduated from.
What is Stanford?
100
a variable that never changes
What is constant?
200
a data type that can hold decimals.
What is a Double?
200
Can be used to create an even when clicked
What is Button?
200
The keyword that comes after the data type
What is As?
200
The company that just bought Nokia?
What is Microsoft?
200
prefixes used when naming variables/controls
What is Hungarian notation?
300
a data type that contains words/letters
What is String?
300
You can find label and button controls in it
What is Toolbox?
300
converts any value given to it to a string and formats it with the format given
What is Hungarian notation
300
Most successful soccer team
What is Real Madrid?
300
a variable that can be used anywhere in a program
What is global ?
400
He either did it or didn't
What is Boolean
400
where (location) a variable "lives" in a program
What is a scope
400
tells the computer what type of value to expect in a variable
What is data type
400
was elected president in 1860
Who is Abraham Lincoln?
400
a variable that can only be used in a specific sub/function
What is local?
500
0 through 255 (unsigned)
What is Byte?
500
merging two or more items together
What is concatenation
500
assignment operator
What is =
500
stayed awake for 264.4 hours (eleven days)
Who is Randy Gardner?
500
merging two or more items together
What is concantenation