Variables
Number Systems
Program Documentation
Math Class
Controls
100
A memory location
What is a variable?
100
Hexadecimal is often referred as
What is base 16
100
Referred to as Programming Documentation
What is Commenting?
100
The Hungarian notation for absolute value.
What is Abs?
100
Displays a box that the user can input text into.
What is a text box.
200
Type of variable that would be used to store the word Strong
What is String?
200
Decimal is often referred to as this.
What is base 10?
200
To begin a comment in visual basic you use this symbol.
What is an Apostrophe?
200
The square root function returns this data type.
What is double?
200
a click activated control is known as this.
What is a button.
300
Type of variable used to display the amount on your paycheck.
What is Decimal?
300
Binary is often referred to as this.
What is base 2.
300
Comments are this color in visual basic.
What is the color green?
300
Math class function that rounds decimal values.
What is Round?
300
Displays a menu or list at the top of the form.
What is a menu strip?
400
Data type that would be used to display the digits of pie.
What is double?
400
In binary the number 0 often means this.
What is off?
400
Multiple lines of comments are referred to as this type of commenting.
What is Box Commenting?
400
Math class function that displays whether a number is positive or negative.
What is sign?
400
Used for grouping items together.
What is a group box?
500
Variable type for displaying whole numbers
What is Integer?
500
The binary number 11111 in decimal.
What is 31?
500
Programmers use this to define the purpose of each line of code for other users or for their own understanding.
What is Commenting?
500
Returns the square root of a number.
What is sqrt(num)?
500
This control as the Hungarian notation of lst.
What is a list box?