MCQ Mojo
access_time
menu
Quiz
Web Stories
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
Quiz
Quiz
/
JSON Class 12 MCQ Questions With Answers
1.
Which of the following is not a type in JSON?
date
Object
Array
string
2.
Which of the following code will throw an error?
JSON.parse(‘{}’);
JSON.parse(null);
JSON.parse(undefined);
JSON.parse(‘[]’);
3.
Quale funzione in PHP si usa per convertire i dati in un formato JSON ?
php_encode
php_string_to_json
php_decode
json_codify
4.
Quale funzione si usa in PHP per convertire il formato JSON in dati alfanumerici?
json_encode
json_to_string
json_decode
json_to_array
5.
Which is correct format of writting JSON name/value pair
'name : value'
name = 'value'
name = "value"
"name" : "value"
6.
What are two main structures compose JSON?
Arrays and Objects
Keys and values
Class and Objects
None of above
7.
La base del formto JSON è una struttura chiave:valore dove chiave rappresenta il campo di dati e il valore rappresenta l'informazione
Vero
Falso
8.
What is the common usage of Json on modern websites?
To send and receive bits of data
To store information remotely
To store information locally
All of the Above
9.
JSON strings have used in___.
Double quote
Single quote
Both 1 & 2
None of These
10.
Is JSON Case sensitive ?
Yes
No
11.
JSON is derived from the ______ programming language?
Java
ECMScript
PHP
JavaScript
12.
Which of the following JSON feature ensures communication between two applications designed in different programming languages?
Extensibility
Scalability
Interoperability
Reusability
13.
Which of the following is the limitation of JSON?
Too many data types
Complicated debugging
Support for only C
No limit on arrays and objects
14.
Which of the following Protocol services uses JSON?
SMTP
HTTP
TCP/IP
Web Protocol
15.
JSON stands for ________________
Java Standard Output Network
JavaScript Object Notation
JavaScript Output Name
Java Source Open Network
16.
JSON elements are separated by the ___.
line break
semi-colon
comma
white space
Report Question
Previous
Next
warning
Submit
access_time
Time
Report Question
A bunch of text
Support mcqmojo.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page