Controls
Variables
Syntax
Misc.
Data Types
100
MsgBox.Show("Input Here")
What is the syntax for showing a Message Box?
100
The keyword to begin declaring your variable.
What is Dim?
100
You use this to make comments
What is REM or '
100
356 days in the year
What is leap year?
100
A variable used for true or false
What is Boolean?
200
Is useful as a prompt and showing output.
What is the label control?
200
A named place in computer memory that holds a value.
What is a variable?
200
Dim intNumber As Integer This code declares this variable
What is Integer?
200
Korean rominization for love
What is sa-rang?
200
The storage for decimal data is this many bytes.
What is 16 bytes?
300
You use this when you want to select more than one option
What is the checkbox control?
300
We use this to give a variable it's value.
What is assignment?
300
Rules of the language
What is syntax?
300
promotion, price, place, product
What is the Marketing mix/ The 4 P's
300
A data type that is used with larger decimal numbers
What is Double (dbl)?
400
the hungarian notation for textbox
What is txt?
400
String variables can be set to “empty” using this keyword
What is nothing?
400
Converting to a string
What is ToString Method?
400
Popular college in Florida for film, game design, acting, etc.
What is Full Sail University?
400
These two data types can hold letters and numbers.
What is Char and String?
500
rad
What is Radio control?
500
A variable that can be used anywhere in the program.
What is global variable?
500
strVariable = txtTextBox.Text is the syntax to do this.
What is to get value from textbox?
500
The time of the first meeting for Coartani's senior film project which is on the day October 7th, 2013
What is 10:30 am?
500
This type of data can only be used in the block of code it is declared it.
What is Procedural ?
M
e
n
u