Case-Based Critical Thinking Questions
?
Case 13-1
?
Kenneth wants to create a custom object for a specific programming task. He has defined the custom object by creating it as an object literal.
Kenneth can also use a(n) _____ to define the custom object.

A. base object
B. for…inloop
C. prototype chain
D. object constructor

Answer: D

Computer Science & Information Technology

You might also like to view...

The processes that are followed by each organizational unit amount to ____.

A. operating instructions B. control instructions C. standard operating procedure D. operational standards

Computer Science & Information Technology

Which of the following is not a rule that must be followed when naming identifiers?

a. The first character must be one of the letters a-z, A-Z, and underscore or a dollar sign. b. Identifiers can contain spaces. c. Uppercase and lowercase characters are distinct. d. After the first character, you may use the letters a-z, A-Z, the underscore, a dollar sign, or digits 0-9.

Computer Science & Information Technology