Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with Ajax

Showing 11 to 20 out of 57 Questions
11.
What are the advantages of Ajax?
Ajaxના ફાયદા શું છે?
(a) Bandwidth utilization
(b) More interactive
(c) Speeder retrieval of data
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

12.
Which of the following uses scripted HTTP?
નીચેનામાંથી કયા સ્ક્રિપ્ટેડ HTTP નો ઉપયોગ કરે છે?
(a) XML
(b) HTML
(c) Ajax
(d) CSS
Answer:

Option (c)

13.
What are the disadvantages of Ajax?
Ajaxના ગેરફાયદા શું છે?
(a) Debugging is difficult
Debugging અઘરું છે
(b) AJAX is dependent on Javascript.
Ajax જાવાસ્ક્રિપ્ટ પર આધારિત છે.
(c) Increases size of the requests
requestની size વધે છે
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

14.
What are the technologies used by Ajax?
આમાંથી કઈ ટેક્નોલોજીનો ઉપયોગ Ajax દ્વારા થાય છે?
(a) Cascading Style Sheets
(b) XML
(c) DOM
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

15.
What are the real web applications of AJAX currently running in the market?
માર્કેટમાં હાલમાં ચાલી રહેલ Ajaxની real વેબ એપ્લિકેશનો કઈ છે?
(a) Twitter
(b) Facebook
(c) Gmail
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

16.
In Ajax, to get the response from a server, use the ________ or _________ property of the XMLHttpRequest object.
Ajaxમાં, સર્વરનો response મેળવવા માટે, XMLHttpRequest ઓબ્જેક્ટની ________ અથવા _________ પ્રોપર્ટિનો ઉપયોગ થાય છે.
(a) responseText, responseXML
(b) responseXML, responseHTML
(c) responseText, responseHTML
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (a)

17.
The _______ object is used to exchange data with a server behind the scenes.
_______ ઓબ્જેક્ટનો ઉપયોગ scenes ની પાછળ સર્વરથી ડેટાની આપ-લે કરવા માટે થાય છે.
(a) onreadystatechange
(b) open
(c) XMLHttpRequest
(d) send
Answer:

Option (c)

18.
A _______ function is a function passed as a parameter to another function.
_______ ફંક્શન એ એક ફંક્શન છે જે બીજા ફંક્શનમાં parameter તરીકે પસાર થાય છે.
(a) callback
(b) callreturn
(c) callforward
(d) nested callback
Answer:

Option (a)

19.
Assuming that "xmlhttp" is a user-defined variable that carrys the Ajax requesting object, xmlhttp.status can carry a value of 4 after a successful request.
એમ માની લો કે "xmlhttp" એ user-defined variable છે જે Ajax requesting ઓબ્જેક્ટ ધરાવે છે, xmlhttp.status successful request પછી 4 ની વેલ્યુ લઇ શકે છે.
(a) TRUE
(b) FALSE
Answer:

Option (b)

20.
The _______ event is triggered every time the readyState changes.
_______ ઇવેન્ટ દરેક સમયે જ્યારે readyState બદલાય છે ત્યારે ટ્રિગર થાય છે.
(a) onreadystatechange
(b) readystatechange
(c) onreadystate
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (a)

Showing 11 to 20 out of 57 Questions