Json Mcqs
Q.1: What will be the output of the code shown above??2
A. OpenDoc 3
B. CloseDoc 4
C. CreateDoc 2
D. Syntax Error
Q.2: True of False. The order of JSON objects is always preserved.>
A. True
B. False
C. No Option
D. No Option
Q.3: True of False? The external form of a JSON object always begins and ends with {}P
A. False
B. True
C. No Option
D. No Option
Q.4: Which of these is correct about the JSON standard?2
A. It is privately developed
B. It is an open standard
C. No Option
D. No Option
Q.5: What is the file extension of JSON?#
A. .jn
B. .js
C. .json
D. .jsn
Q.6: Which of the following is not a JSON type?*
A. string
B. Object
C. date
D. Array
Q.7: In the below notation, Employee is of type { "Employee": [ "Amy", "Bob", "John" ] }
A. Not a valid JSON string
B. Array
C. Object
D. Class
Q.8: Given this JSON example: { "Employee": { "Name": "Amy", "Age": 25 } }; What is the type of Employee.Age ?
A. String
B. Number
C. Object
D. Array
Q.9: Which of these is a benefit JSON has over XML?.
A. JSON has less markup requirements and therefore is lighter than XML D
B. JSON can be written poorly and still be parsed.
C. JSON does not need to be stored in a file to be sent remotely=
D. JSON is more forgiving of poor formatting)
Q.10: In modern websites what is the common usage for JSON?5
A. To store information remotely.
B. To send and receive bits of data. "
C. No Option
D. No Option

Related Mcqs

All Subject Mcqs