Exam 11: Javascript: Objects

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A JSON object is represented as a list contained in _____.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

A

________ are stored by the browser on the user's computer to maintain client-specific information during and between browser sessions.

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

C

What does the variable string contain after the following code is executed Var string = "Good luck on the test"; String = string.split( " " );

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

A

What is the value of s1 after the following code is executed Var s1 = "deitel and associates"; S1 = s1.slice( 6 );

(Multiple Choice)
4.7/5
(39)

What is the value of s3 after the following code is executed Var s1 = "one"; Var s2 = "two"; Var s3 = "three"; S1)concat( s2 ); S3 = s1;

(Multiple Choice)
4.8/5
(39)

Which of the following is not a method of the JavaScript Boolean object

(Multiple Choice)
4.8/5
(37)

Which of the following is not a method

(Multiple Choice)
4.8/5
(37)

What will variable value contain after the following code is executed Var value = new Date(); Value = value.valueOf();

(Multiple Choice)
4.8/5
(36)

An object's methods are accessed by writing the name of the object immediately followed by a ________.

(Multiple Choice)
4.9/5
(29)

Which of the following is a mathematical constant

(Multiple Choice)
4.9/5
(36)

Which of the following methods would you use to search a string for a specific character

(Multiple Choice)
4.9/5
(24)

What does the variable string contain after the following code is executed Var string = "Good luck on the test"; String = string.charAt( 3 );

(Multiple Choice)
4.8/5
(42)

What does the variable string contain after the following code is executed Var string = "Good luck on the test"; String = string.link("www.deitel.com");

(Multiple Choice)
5.0/5
(38)

Which of the following is not a method or property of the JavaScript Number object

(Multiple Choice)
4.9/5
(38)

To find out when a document was last modified, use the document object's _____ property.

(Multiple Choice)
4.9/5
(38)

Which of the following methods would you use to convert a list of Unicode values into a string containing the corresponding characters

(Multiple Choice)
4.8/5
(32)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)