Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with Ajax

Showing 51 to 57 out of 57 Questions
51.
What are the disadvantages of JSON?
JSON ના ગેરફાયદા શું છે?
(a) difficult to understand by a human
હ્યૂમન દ્વારા સમજવું મુશ્કેલ
(b) not suitable for large data
મોટા ડેટા માટે યોગ્ય નથી
(c) does not have feature for handling multimedia formats
મલ્ટિમીડિયા ફોર્મેટ્સને હેન્ડલ કરવાની સુવિધા નથી
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

52.
Is it possible to use jQuery together with AJAX?
શું Ajax સાથે મળીને jQuery નો ઉપયોગ કરવો શક્ય છે?
(a) Yes
હા
(b) No
ના
(c) May be
કદાચ
(d) Sometimes
ક્યારેક
Answer:

Option (a)

53.
Is jQuery a library for client scripting or server scripting?
JQuery એ ક્લાયંટ સ્ક્રિપ્ટીંગ અથવા સર્વર સ્ક્રિપ્ટીંગ માટે એક લાઇબ્રેરી છે?
(a) Server scripting
(b) Client scripting
Answer:

Option (b)

54.
jQuery uses CSS selectors to select elements?
jQuery એલિમેંટ સિલેક્ટ કરવા માટે CSS selectorનો ઉપયોગ કરે છે?
(a) TRUE
(b) FALSE
Answer:

Option (a)

55.
Which jQuery method is used to perform an asynchronous HTTP request?
Asynchronous HTTP request કરવા માટે કઇ jQuery મેથડનો ઉપયોગ થાય છે?
(a) jQuery.ajaxSetup()
(b) jQuery.ajax()
(c) jQuery.ajaxAsync()
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (b)

56.
Which one is correct syntax of jQuery $.get() Method?
JQuery $.get() મેથડની કઈ સાચી વાક્યરચના છે?
(a) $.get( [data], [callback], [type] );
(b) $.get( url, [data], [callback], [type] );
(c) $.get( url, {data}, {callback}, {type} );
(d) $get( url, [data], [callback], [type] );
Answer:

Option (b)

57.
The _______ method requests data from the server using an HTTP POST request.
_______ મેથડએ HTTP POST requestનો ઉપયોગ કરીને સર્વરમાંથી ડેટાની request કરે છે.
(a) $.get()
(b) $.post()
(c) A and B Both
A અને B બંને
(d) None of these
A અને B માથી એકપણ નહીં
Answer:

Option (b)

Showing 51 to 57 out of 57 Questions