Show:
Questions
Responses
Print
Controls
Data Types
Misc.
Variables
More Variables
100
A control that allows users to enter (input) values at run time
What is a TextBox?
100
Tells the computer what type of value to expect in a variable
What is a Data type?
100
What is the color of the Gandhi Poster?
Yellow
100
A named location in the computer's memory
What is a variable?
100
A keyword used to declare a variable data type
What is As?
200
Used with group boxes Allows user to make only one choice from the options in the group
What is a RadioButton?
200
A datatype used with larger decimal numbers
What is a Double/dbl?
200
What is the name of the school stadium?
Lee J. Stone Stadium
200
Where(location) a variable "lives" in a program
What is scope?
200
A keyword used to tell Visual Basic that a variable declaration is coming
What is Dim?
300
Usually found in a group box Allows users to provide multiple inputs to answer a question
What is a CheckBox?
300
A datatype used with whole numbers (+/-)
What is an Integer/int?
300
Who started Apple?
Steve Jobs
300
A variable that can only be called in the sub/function it is declared in
What is a local variable?
300
A data type used for single letters/numbers/symbols
What is a Char?
400
Used to display a picture or image to the user
What is a PictureBox?
400
A datatype used for true or false
What is Boolean/bln?
400
In what year was Microsoft founded 1974, 1975, or 1976
In 1975
400
A variable that can be used anywhere in the program
What is a global variable?
400
A data type that contains words/letters
What is a String?
500
A drop down menu that also allows a user to type in an entry or select an option. Combines a ListBox and a TextBox *Is a box
What is a ComboBox?
500
How many bytes can a Char hold?
What is 1 byte/bit?
500
Fill in the blanks Dim ___Side As _____ = 10.0
int & Integer dec & Decimal
500
A variable that can only be used in the block of code it is declared in
What is a Procedural Variable?
500
Prefixes used when naming variables/controls
What is Hungarian Notation?