Term
| Multiplication is represented by an asterisk (*). |
|
Definition
|
|
Term
| Text boxes cannot accept data from a user. |
|
Definition
|
|
Term
| The rules related to the order in which mathematical operations are performed is called the order of integers. |
|
Definition
|
|
Term
| Error handlers cannot end a subroutine early. |
|
Definition
| False, you can code Exit Sub |
|
|
Term
| All data in a computer is actually stored numerically. |
|
Definition
|
|
Term
| Text can only include alphanumeric characters (letter and numbers). |
|
Definition
| False, it can contain symbols. |
|
|
Term
| Concatenation prevents you from adding text to an existing string of code. |
|
Definition
| False, concatenation allows you to "join" strings using the & symbol |
|
|
Term
| Setting the SelLength property to the length of the text in the textbox causes all of the characters in the textbox to be highlighted. |
|
Definition
|
|
Term
| The Double data type is used for decimal values with more than 38 digits. |
|
Definition
|
|
Term
| _____________________ can be used to override the order of operations. |
|
Definition
|
|
Term
| What statement is used to end a subroutine before the bottom of the subroutines code |
|
Definition
|
|
Term
| A variable's ________________ indicates which procedures can use a variable. |
|
Definition
|
|
Term
| Define the 3 levels of scope for variables |
|
Definition
|
|
Term
| Numbers, text, dates ,pictures, and sound are all examples of |
|
Definition
|
|
Term
| Which type of variable can only hold true or false |
|
Definition
|
|
Term
| To disable an object, set the _____________________ to False. |
|
Definition
|
|
Term
| The ____________________ allows you to apply custom formatting to a number before displaying the value. |
|
Definition
|
|