Term
|
Definition
| A series of steps that tell how to solve a problem. |
|
|
Term
|
Definition
| An expression that evaluates to either True or False. |
|
|
Term
|
Definition
| An object used to obtain input from the user. |
|
|
Term
|
Definition
| A variable used to store a value that is updated during runtime. |
|
|
Term
|
Definition
| A statement that executes code depending on a boolean expression. |
|
|
Term
|
Definition
| A type of procedure that returns a value. |
|
|
Term
|
Definition
| Variables and constants declared using the keyword Private in the General section of the Code Editor window. |
|
|
Term
|
Definition
| Variables and constants accesible by every procedure in a form module. |
|
|