Time remaining
:
:
Test Status
JSJQUERYTEST8
Ques 1 :
JQuery is the programming language
(A) Yes
(B) No
Ques 2 :
CDN stands for_______
(A) Content Distribution Network
(B) Common Distribution Network
(C) Collective Distribution Network
(D) None of these
Ques 3 :
Which tag(s) can handle mouse events in Netscape?
(A) <img>
(B) <a>
(C) <br>
(D) none of the above
Ques 4 :
Which of the following is a JavaScript datatype?
(A) Null
(B) Object
(C) Undefined
(D) All of above
Ques 5 :
In which version of the jquery, efficiency of the web page increased.
(A) minified version
(B) normal version
Ques 6 :
The __ operator determines the type of a given object.
(A) typeof
(B) void
(C) instanceof
(D) delete
Ques 7 :
Which of the following JQuery method setups global settings for AJAX requests?
(A) jQuery.ajax( options )
(B) jQuery.ajaxSetup( options )
(C) serialize( )
(D) serializeArray( )
Ques 8 :
What is the alternate name for Java script?
(A) LimeScript
(B) Coffee Script
(C) ECMScript
(D) ECMAScript
Ques 9 :
To enable data tainting, the end user sets the _________ environment variable.
(A) ENABLE_TAINT
(B) MS_ENABLE_TAINT
(C) NS_ENABLE_TAINT
(D) ENABLE_TAINT_NS
Ques 10 :
Which of the following jQuery method returns the outer height (including the border) of an element?
(A) getCSSHeight( )
(B) getHeight( )
(C) outerHeight( [margin] )
(D) None of the above.
Ques 11 :
What does .size() method of jquery returns?
(A) No. of element in object
(B) No. of variable in object
(C) Both a and b
(D) None of these
Ques 12 :
In JavaScript, _________ is an object of the target language data type that encloses an object of the source language.
(A) a wrapper
(B) a link
(C) a cursor
(D) a form
Ques 13 :
Which popup box you use to verify something from user?
(A) alert("Write some text here")
(B) confirm("Write some text here")
(C) prompt("Write here some text","Write default value here")
Ques 14 :
What are variables used for in JavaScript Programs?
(A) Storing numbers, dates, or other values
(B) Varying randomly
(C) Causing high-school algebra flashbacks
(D) None of the above
Ques 15 :
1)jquery.size() 2) jquery.length Which is faster?
(A) jquery.length
(B) jquery.size()
Ques 16 :
The______ method is used to represent an array or an object in serialize manner.
(A) size()
(B) length
(C) param()
(D) None of these
Ques 17 :
Using ________ function, we can hold or release the execution of JQuery's ready event.
(A) jQuery.holdReady()
(B) jQuery.ready()
(C) jQuery.hold()
(D) jQuery.holdready()
Ques 18 :
The ________ method works for accepting an array of DOM elements and pushes them into a stack.
(A) push()
(B) pop()
(C) pushStack()
(D) popStack()
Ques 19 :
To deal with cookies in JQuery we have to use ______ cookie plugin
(A) Dough
(B) Session
(C) Dazzler
(D) None of these
Ques 20 :
Which of the following method is used to hide the selected elements?
(A) visible(false)
(B) hidden()
(C) display(none)
(D) hide()
Submit Answer
Don't Refresh the Page !! ...