| 11. |
What are the advantages of Ajax?
Ajaxના ફાયદા શું છે?
|
||||||||
|
Answer:
Option (d) |
| 12. |
Which of the following uses scripted HTTP?
નીચેનામાંથી કયા સ્ક્રિપ્ટેડ HTTP નો ઉપયોગ કરે છે?
|
||||||||
|
Answer:
Option (c) |
| 13. |
What are the disadvantages of Ajax?
Ajaxના ગેરફાયદા શું છે?
|
||||||||
|
Answer:
Option (d) |
| 14. |
What are the technologies used by Ajax?
આમાંથી કઈ ટેક્નોલોજીનો ઉપયોગ Ajax દ્વારા થાય છે?
|
||||||||
|
Answer:
Option (d) |
| 15. |
What are the real web applications of AJAX currently running in the market?
માર્કેટમાં હાલમાં ચાલી રહેલ Ajaxની real વેબ એપ્લિકેશનો કઈ છે?
|
||||||||
|
Answer:
Option (d) |
| 16. |
In Ajax, to get the response from a server, use the ________ or _________ property of the XMLHttpRequest object.
Ajaxમાં, સર્વરનો response મેળવવા માટે, XMLHttpRequest ઓબ્જેક્ટની ________ અથવા _________ પ્રોપર્ટિનો ઉપયોગ થાય છે.
|
||||||||
|
Answer:
Option (a) |
| 17. |
The _______ object is used to exchange data with a server behind the scenes.
_______ ઓબ્જેક્ટનો ઉપયોગ scenes ની પાછળ સર્વરથી ડેટાની આપ-લે કરવા માટે થાય છે.
|
||||||||
|
Answer:
Option (c) |
| 18. |
A _______ function is a function passed as a parameter to another function.
_______ ફંક્શન એ એક ફંક્શન છે જે બીજા ફંક્શનમાં parameter તરીકે પસાર થાય છે.
|
||||||||
|
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 ની વેલ્યુ લઇ શકે છે.
|
||||
|
Answer:
Option (b) |
| 20. |
The _______ event is triggered every time the readyState changes.
_______ ઇવેન્ટ દરેક સમયે જ્યારે readyState બદલાય છે ત્યારે ટ્રિગર થાય છે.
|
||||||||
|
Answer:
Option (a) |