Time Left : 00 : 30 : 00
A disadvantage of JSON is that it requires the use of JavaScript.
Correct Answer : A
The syntax of Eval is ________________
Correct Answer : B
The escape sequence ‘\f’ stands for
Correct Answer : D
Which of the following is not an example of closures?
Correct Answer : D
When coding a string object in JSON, what must separate the string and the value?
Correct Answer : D
Which method receives the return value of setInterval() to cancel future invocations?
Correct Answer : C
In the below notation, Employee is of type { "Employee": [ "Amy", "Bob", "John" ] }
Correct Answer : B
What if you use parseInt() to convert a string containing decimal value?
Correct Answer : C
What is divide by 0 in Javascript?
var a = 10; var b = 0; document.write(a/b);
Correct Answer : C
Javascript string using double quotes is exactly the same as a string using single quotes?
Correct Answer : A
In the below notation, Employee is of type { "Employee": { "Name": "Amy", "Age": 25 } }
Correct Answer : A
A proper scripting language is a
Correct Answer : A
Which of the following is not considered as an error in JavaScript?
Correct Answer : C
What is the correct syntax for referring to an external script called "demo.js"?
Correct Answer : A
One of the special features of an interpreter in reference with the for loop is that ___________
Correct Answer : A
What are the two basic groups of dataypes in JavaScript?
Correct Answer : C
JSON strings have to be in
Correct Answer : B
In modern websites what is the common usage for JSON?
Correct Answer : B
The object has three object attributes namely
Correct Answer : C
What kind of format is JSON, and what does the acronym mean?
Correct Answer : B
What is used by the JSONObject and JSONArray constructors to parse JSON source strings?
Correct Answer : A
Which built-in method reverses the order of the elements of an array?
Correct Answer : B
Which of the following is not the properties of screen objects in JavaScript?
Correct Answer : B
The unordered collection of properties, each of which has a name and a value is called
Correct Answer : B
Which of the following function of Number object returns a string value version of the current number?
Correct Answer : A
What is a JSONStringer used for?
Correct Answer : A
Which of the following is not JavaScript Data Types?
Correct Answer : D
What keywords are reserved in JSON and cannot be used as keys?
Correct Answer : C
Which of the following is not a JSON type?
Correct Answer : B
How does JSON being "lightweight" translate into a benefit for the site visitors?
Correct Answer : A