Show:
Questions
Responses
Print
Data Types
Controls
Making Varibles
Misc.
More about making Varibles
100
the prefix for Integer
What is int?
100
clicked by the user to perform an action or group of actions.
What is Button?
100
a named location in the computer's memory
What is variable?
100
Class where you learn how to use VB.
What is Computer programming?
100
a variable that can only be used in a specific sub/function
What is local?
200
a named memory location which stores a value that cannot be changed from its initial assignment
What is constant?
200
used to gather input from a user or to display text back to the user.
What is TextBox?
200
keyword used to tell VB that a variable declaration is coming
What is Dim?
200
Live as if you were to die tomorrow. learn as if you were to live forever. Who said this?
Who is Gandhi?
200
merging two or more items together
What is concantenation?
300
a data type that contains words/letters
What is String?
300
used to display information to the user either to identify another object, provide instructions, or display output.
What is Label?
300
keyword used to declare a variable data type
What is As?
300
What phone has the ios7?
What is the iphone?
300
tells the computer what type of value to expect in a variable
What is data type?
400
3 different types of scope.
What is Global, Local, Procedural?
400
used to display a list of items for a user to select. Multiple items can be selected.
What is ListBox?
400
a variable that can be used anywhere in a program
What is global?
400
What year was Asheboro High School?
What is 1940?
400
a data type used for single letters/numbers/symbols
What is Char?
500
converts any value given to it to a string and formats it with the format given
What is ToString method?
500
Used with group boxes, Allows user to make only one choice from the options in the group.
What is RadioButton?
500
where (location) a variable "lives" in a program
What is scope?
500
what does the fox say?
What is Ring-ding-ding-ding-dingeringeding?!
500
prefixes used when naming variables/controls
What is Hungarian notation?