The _____ facet constrains the data type to a specified list of values.
A. length
B. enumeration
C. member
D. pattern
Answer: B
You might also like to view...
Which of the following will generate a random number between 1 and 6?
a. ``` Math.random() * 6; ``` b. ``` Math.floor(Math.random() * 5 + 1)); ``` c.``` Math.random() * 6 + 1; ``` d. ``` Math.floor(Math.random() * 6 + 1); ```
High-level programming languages were created to overcome the deficiencies of _______ language.
A. compiling B. assembly C. object D. link
Rounding errors can occur
Select one: A. When you use addition and subtraction in a formula B. When you show the results of formulas with different decimal places that the calculated results C. Because excel uses hidden decimal places in computation D. When you use multiplication, division, or exponentiation in a formula
If you inadvertently click while creating an action, you can press ____ to cancel the recording and then start over.
a. CTRL+U b. CTRL+Z c. ALT+U d. ALT+Z