Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with jQuery

Showing 1 to 10 out of 46 Questions
1.

What is jQuery?

JQuery શું છે?

(a)

jQuery is a library of JavaScript functions

jQuery એ જાવાસ્ક્રિપ્ટ ફંક્શન્સની library છે

(b)

jQuery stands for Structured Query Language

jQuery એટલે સ્ટ્રક્ચર્ડ ક્વેરી લેંગ્વેજ

(c)

jQuery stands for Cascading Style Sheets

jQuery એટલે Cascading Style Sheets

(d)

jQuery communication between computers on the Internet

ઇન્ટરનેટ પર કમ્પ્યુટર્સ વચ્ચે jQuery કમ્યુનિકેશન

Answer:

Option (a)

2.
Which is the feature of jQuery?
નીચેનામાંથી કયા jQuery ના feature છે?
(a) Effects and animations
Effects અને animations
(b) AJAX Support
(c) Cross Browser Support
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

3.
jQuery's main focus is..
jQuery નું main focus શું છે?
(a) Event handling
(b) DOM Manipulation
(c) Animations
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

4.
How to embed jQuery into HTML page?
HTML પેજમાં jQuery કેવી રીતે એમ્બેડ કરવામાં આવે છે ?
(a) Download the jQuery library from jQuery.com
jQuery.com માથી Jquery library dawnload કરીને
(b) Include jQuery from a CDN, like Google
ગૂગલ જેવા CDN માંથી jQuery include કરો
(c) A and B Both
A અને B બંને
(d) None of these
ઉપરમાથી એકપણ નથી
Answer:

Option (c)

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

Option (b)

6.
What scripting language is jQuery written in?
JQuery કઈ સ્ક્રિપ્ટીંગ લેંગવેજમાં લખાયેલ છે?
(a) VBScript
(b) JavaScript
(c) C#
(d) C++
Answer:

Option (b)

7.
Is it possible to use jQuery together with AJAX?
શું AJAX સાથે મળીને jQuery નો ઉપયોગ કરવો શક્ય છે?
(a) No
(b) Yes
Answer:

Option (b)

8.
Which of the following is a single global function defined in the jQuery library?
JQuery લાઇબ્રેરીમાં નીચેનામાંથી એક global function નિર્ધારિત છે?
(a) jQuery()
(b) $()
(c) Queryanalysis()
(d) global()
Answer:

Option (a)

9.
var a = $("p");
a will be..
var a = $("p");
એ શું છે?
(a) A linked list
(b) A hash or dictionary
(c) An array
(d) A jQuery object
Answer:

Option (d)

10.
Which of the following is a factory function?
નીચેનામાંથી કયુ factory function છે?
(a) $()
(b) jQuery()
(c) Queryanalysis()
(d) onclick()
Answer:

Option (b)

Showing 1 to 10 out of 46 Questions