Vocab
Calculations
Code
Misc
100
Internal documentation
What are comments?
100
order in which mathematical operators are used
What is the order of operations?
100
Property that allows objects on a form to be seen or unseen
What is Visible?
100
computer constantly waiting for the user to take an action
What is event driven?
200
explanations of program code
What are comments?
200
First math operator performed
What are parenthases?
200
when executed, the sub routine exits and the program returns to the following statement
What is "Exit Sub"?
200
the object that is currently active
What is focus?
300
Problems that occur during run time.
What are exceptions?
300
second mathmatical operator performed
What is exponents
300
Symbol that represents exponentation
What is the caret "^"?
300
returns only the whole number portion of the division of integers.
What is integer division?
400
process of interrupting the normal chain of events when an error is discovered.
What is error trapping?
400
third mathmatical operator performed
What is multiplication?
400
used to trap and handle exceptions
What is Try/Catch?
400
a number that returns a truncated number
What is the fix function?
500
code that executes when an error is detected
What is a error hander?
500
when coding, this over rides the order of operations.
What is parentheses
500
sends user error messages, fixes data
What is error handeling?
500
a whole number variable with no fraction
What is an Integer?
M
e
n
u