The _____ facet constrains the data type to a specified list of values.

A. length
B. enumeration
C. member
D. pattern


Answer: B

Computer Science & Information Technology

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); ```

Computer Science & Information Technology

High-level programming languages were created to overcome the deficiencies of _______ language.

A. compiling B. assembly C. object D. link

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology