Unit 5
Unit 6
100

What are the 3 types of programming errors?

Syntax, Logic, and Runtime.

100

Where is the menu box located on the form?

At the top.

200

What is the function of a breakpoint?

It is an intentional stop of the program for debugging purposes.
200

What is the function of a list box?

To display a list of items to select from for the user.

300

What is the purpose of a Boolean Expression?

A value of either true or false.

300
How many inputs can a user input for a combo box?

1

400

What are the types of decision making structures?

If..., If...Then...Else..., Select, and Select Statements

400

What is the hungarian notation of a combo box?

Msg

500

How does the loop statement work?

It repeats a line of code until it meets a certain circumstance.

500

What is an example of a math function in the Visual Basic Code?

Mod.