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