Exam 14: Exploring Object-Based Programming
Exam 1: Getting Started With Html5118 Questions
Exam 2: Getting Started With Css Tutorial117 Questions
Exam 3: Designing a Page Layout Tutorial106 Questions
Exam 4: Graphic Design With Css Tutorial87 Questions
Exam 5: Designing for the Mobile Web Tutorial90 Questions
Exam 6: Working With Tables and Columns Tutorial69 Questions
Exam 7: Designing a Web Form Tutorial71 Questions
Exam 8: Enhancing a Website With Multimedia Tutorial73 Questions
Exam 9: Getting Started With Javascript Tutorial72 Questions
Exam 10: Exploring Arrays Loops and Conditional Statements Tutorial73 Questions
Exam 11: Working With Events and Styles Tutorial76 Questions
Exam 12: Working With Document Nodes and Style Sheets Tutorial76 Questions
Exam 13: Programming for Web Forms Tutorial78 Questions
Exam 14: Exploring Object-Based Programming77 Questions
Select questions type
Refer to the following code snippet and identify the use of the substring() and toLowerCase() methods. function pokerCard(cardSuit, cardRank) { … this.cardImage() = function() { var suitAbbr = this.suit.substring(0, 1).toLowerCase(); return suitAbbr + this.rankValue + ".p ng"; } }
(Multiple Choice)
5.0/5
(32)
In an object literal, each _____ pair contains a property and property value associated with the object.
(Multiple Choice)
4.9/5
(42)
Match the following object properties/methods to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(37)
Case-Based Critical Thinking Questions Case 13-4 Edward wants to use object-based programming to create objects that belong to a specific type or class with shared properties and methods. A specific object that belongs to a specific object class, created by Edward, can be termed as a(n) _____.
(Multiple Choice)
4.9/5
(34)
Match the following object properties/methods to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(44)
Which of the following objects is also known as user-defined objects?
(Multiple Choice)
4.7/5
(31)
Identify the advantage of using JavaScript's built-in Array object methods to loop through the contents of an array.
(Multiple Choice)
4.9/5
(39)
Case-Based Critical Thinking Questions Case 13-2 Michelle has defined a custom object by creating an object literal. She wants to access the properties of the custom object. Michelle can also write the properties of the custom object by using the _____.
(Multiple Choice)
4.7/5
(40)
_____ objects are extended by adding new methods to those object's prototypes.
(Multiple Choice)
4.7/5
(33)
Instantiating an object from a constructor function results in efficient use of memory and resources.
(True/False)
4.8/5
(30)
A prototype chain ranges from the base object class in the chain, known as the superclass down to the lower classes or subclasses .
(True/False)
4.8/5
(34)
Identify the use of var objInstance = new objClass(parameters); command.
(Multiple Choice)
4.8/5
(33)
You should use the _____ method to test whether each item in an array matches a specified condition.
(Multiple Choice)
4.9/5
(42)
Match the following object properties/methods to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
5.0/5
(41)
Which of the following notations is used to write object properties?
(Multiple Choice)
4.9/5
(31)
Showing 61 - 77 of 77
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)