Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with Ajax

Showing 41 to 50 out of 57 Questions
41.
Which of these is proper a JSON array?
આમાંથી કયો JSON એરે યોગ્ય છે?
(a) { “letters” : [ “a”, “b”, “c”; ] }
(b) { ‘letters’ : {“a”, “b”, “c” } }
(c) { “letters” : [ a, b, c ] }
(d) { “letters” : [ “a”, “b”, “c” ] }
Answer:

Option (d)

42.
In the below notation, Employee is of type { “Employee”: { “Name”: “Amy”, “Age”: 25 } }
નીચે આપેલા notationમાં, Employee નો ટાઇપ { “Employee”: { “Name”: “Amy”, “Age”: 25 } }
(a) Object
(b) Array
(c) Class
(d) Not a valid JSON string
Answer:

Option (a)

43.
Given this JSON example:
{ “Employee”: { “Name”: “Amy”, “Age”: 25 } };
What is the type of Employee.Age ?
JSON નું ઉદાહરણ આપેલ છે:
{ “Employee”: { “Name”: “Amy”, “Age”: 25 } };
Employee.Age નો ટાઇપ શું છે ?
(a) Number
(b) Object
(c) Array
(d) String
Answer:

Option (a)

44.

Which of this is a benefit JSON has over XML?

XML કરતાં JSON પાસે આમાથી કયા વધુ ફાયદા છે?

(a)

JSON is more forgiving of poor formatting

JSON એ poor formatting ને વધારે forgiving કરે છે.

(b)

JSON has less markup requirements and therefore is lighter than XML

JSON ની markup requirement ઓછી છે તેથી તે XML કરતાં lighter છે.

(c)

JSON can be written poorly and still be parsed

JSON poorly લખી શકાય છે અને તેમનુંવિશ્લેષણ કરી શકાય છે. 

(d)

JSON does not need to be stored in a file to be sent remotely

Remotely મોકલવા માટે JSON ને ફાઇલમાં સ્ટોર કરવાની જરૂર નથી.

Answer:

Option (b)

45.

JSON elements are separated by

JSON element શેના દ્વારા અલગ પડે છે?

(a)

semi-colon

(b)

line break

(c)

comma

(d)

white space

Answer:

Option (c)

46.
Which of this is supported as a JSON Value type?
આમાંથી કઈ JSON વેલ્યુ ટાઇપ તરીકે સપોર્ટેડ છે?
(a) Infinite
(b) Null
(c) Undefined
(d) NaN
Answer:

Option (b)

47.

When coding a string object in JSON, what must separate the string and the value?

JSON માં સ્ટ્રિંગ ઓબ્જેક્ટનું કોડિંગ કરતી વખતે, સ્ટ્રિંગ અને વેલ્યુને શેના થી અલગ કરવું જોઈએ?

(a)

space

(b)

semicolon

(c)

comma

(d)

colon

Answer:

Option (d)

48.
How does JSON being “lightweight” translate into a benefit for the site visitors?
JSON "lightweight" હોવાથી સાઇટ વીઝીટરઓ માટે કેવી રીતે ફાયદામાં translate કરે છે?
(a) Faster transfer times over the internet
ઇન્ટરનેટ પર ઝડપી ટ્રાન્સફર સમય
(b) Parsing JSON is noticeably faster than parsing XML
Parsing JSON એ XML Parsing JSON કરતાં ઝડપી છે
(c) Web apps have a smaller footprint
વેબ એપ્લિકેશનોમાં એક નાનો ફૂટપ્રિન્ટ છે
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (a)

49.
True of False?
The external form of a JSON object always begins and ends with {}.
ખોટું કે સાચું?
JSON ઓબ્જેક્ટનું external form હંમેશાં શરૂ અને સમાપ્ત {} થી થાય છે.
(a) TRUE
(b) FALSE
Answer:

Option (a)

50.
What are the advantages of JSON?
JSON ના ફાયદા શું છે?
(a) light weight component
(b) simpler format than XML
XML કરતાં simpler format
(c) supports all languages
બધી લેંગવેજ support આપે છે
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

Showing 41 to 50 out of 57 Questions