Unit 5
Unit 6
Unit 7
Unit 8
100

Three types of programming errors

What are logic, syntax and run-time errors?

100

A Windows control to display a list of items to a user.

what is a listbox?

100

the function that rounds up a number to a certain number of decimal places 

What is the Round function?

100

A user interface control for displaying an image.

What is a picture box?

200

An intentional stopping or pausing place in a program, put in place for debugging purposes

What is breakpoint?

200

The Hungarian notation of a combo box

What is cbo?

200

Returns the square root of a number

The Sqrt function

200

Generates recurring events

What is a timer?

300

A sequence of instructions that is continually repeated until a certain condition is reached.

What is a loop?

300

A control that is a list box + a text box 

What is a combo box?

300

Returns the absolute value of a given number

What is the Abs function?

300

the (0,0) point on a coordinate system

What is the origin?

400

The three decision making structures

what are flowcharts, algorithms and pseudocode?

400

A predefined dialog box that displays information to the user.



What is a Message Box?

400

Returns a text value with the leading and trailing spaces removed. 

What is the Trim() Function?

400

The default coordinate system is made up of...

What is rows and columns of pixels?

500

A logical statement that is either TRUE or FALSE

what is a Boolean expression?

500

Name of the menu control in Visual Basic

What is MenuStrip?

500

Returns the position of the first occurrence of a specified value in a string.

What is the IndexOf() Function?

500

The graphics class can be used to draw...

What is shapes?