Three types of programming errors
What are logic, syntax and run-time errors?
A Windows control to display a list of items to a user.
what is a listbox?
the function that rounds up a number to a certain number of decimal places
What is the Round function?
A user interface control for displaying an image.
What is a picture box?
An intentional stopping or pausing place in a program, put in place for debugging purposes
What is breakpoint?
The Hungarian notation of a combo box
What is cbo?
Returns the square root of a number
The Sqrt function
Generates recurring events
What is a timer?
A sequence of instructions that is continually repeated until a certain condition is reached.
What is a loop?
A control that is a list box + a text box
What is a combo box?
Returns the absolute value of a given number
What is the Abs function?
the (0,0) point on a coordinate system
What is the origin?
The three decision making structures
what are flowcharts, algorithms and pseudocode?
A predefined dialog box that displays information to the user.
What is a Message Box?
Returns a text value with the leading and trailing spaces removed.
What is the Trim() Function?
The default coordinate system is made up of...
What is rows and columns of pixels?
A logical statement that is either TRUE or FALSE
what is a Boolean expression?
Name of the menu control in Visual Basic
What is MenuStrip?
Returns the position of the first occurrence of a specified value in a string.
What is the IndexOf() Function?
The graphics class can be used to draw...
What is shapes?