Data types
Controls
Making Variables
Misc
More about
variables
100
tells the computer what type of value to expect in a variable
What is Data Types
100
a control that allow users to enter (input) values at run time
What is Textbox
100
a named location in the computer's memory
What is variable
100
Fernando Fernandez Jr.
What is My Name
100
1010100101
What is binary
200
assignment operator
What is =
200
a named memory location which stores a value that cannot be changed from its initial assignment
What is constant
200
keyword used to tell VB that a variable declaration is coming
What is dim
200
1010101011010
What is binary
200
keyword used to declare a variable data type
What is As
300
converts any value given to it to a string and formats it with the format given
What is to string method
300
where (location) a variable "lives" in a program
What is scope
300
global
What is a variable that can be used anywere in a progam
300
a100
What is hexadecimal
300
a variable that can only be used in a specific sub/function
What is local
400
a data type used for single letters/numbers/symbols
What is char
400
prefixes used when naming variables/controls
What is hungarian notation
400
merging two or more items together
What is concantenation
400
10 + 20 = ?
What is decimal
400
text box
What is a control that allow users to enter (input) values at run time
500
a variable that holds its value, as in a counter, between runs of a program
What is static varible
500
vaiable
What is a named location in the computer's memory
500
static variable
What is a variable that holds its value, as in a counter, between runs of a program
500
27 times world series champion ships(baseball)
Who is the Yankees
500
Dim
What is keyword used to tell VB that a variable declaration is coming
M
e
n
u