Unit 5
What are the 3 types of programming errors?
Syntax, Logic, and Runtime.
Where is the menu box located on the form?
At the top.
What is the function of a breakpoint?
What is the function of a list box?
To display a list of items to select from for the user.
What is the purpose of a Boolean Expression?
A value of either true or false.
1
What are the types of decision making structures?
If..., If...Then...Else..., Select, and Select Statements
What is the hungarian notation of a combo box?
Msg
How does the loop statement work?
It repeats a line of code until it meets a certain circumstance.
What is an example of a math function in the Visual Basic Code?
Mod.