Exam 11: Javascript: Objects
Exam 1: Introduction to Computers and the Internet31 Questions
Exam 2: Introduction to Html5: Part 120 Questions
Exam 4: Cascading Style Sheets Css29 Questions
Exam 5: Introduction to Cascading Style Sheets36 Questions
Exam 6: Javascript: Introduction to Scripting14 Questions
Exam 7: Javascript: Control Statements I29 Questions
Exam 8: Javascript: Control Statements II15 Questions
Exam 9: Javascript: Functions24 Questions
Exam 10: Javascript: Arrays18 Questions
Exam 11: Javascript: Objects16 Questions
Exam 12: Document Object Model Dom: Objects and Collections9 Questions
Exam 13: Javascript: Event Handling10 Questions
Exam 14: Html5: Introduction to Canvas36 Questions
Exam 15: Xml21 Questions
Exam 16: Ajax-Enabled Rich Internet Applications With Xml and Json10 Questions
Exam 17: Web Servers Iis and Apache7 Questions
Exam 18: Database: Sql, Mysql, Linq and Javadb12 Questions
Exam 19: Php15 Questions
Exam 20: Web App Development With Aspnet in C#37 Questions
Exam 21: Web App Development With Aspnet in C#: a Deeper Look7 Questions
Exam 22: Windows Communication Foundation Wcf Web Services in C#20 Questions
Exam 23: Web App Development With Aspnet in Visual Basic67 Questions
Exam 24: Web App Development With Aspnet in Vb, a Deeper Look6 Questions
Exam 25: Windows Communication Foundation Wcf Web Services in Vb20 Questions
Exam 26: Javaserver Faces Web Apps: Part 115 Questions
Exam 27: Javaserver Faces Web Apps: Part 27 Questions
Exam 28: Web Services in Java27 Questions
Select questions type
A JSON object is represented as a list contained in _____.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
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:
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:
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)
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 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)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)