Answer: b. False
Explanation: The above statement is false. JQuery have DOM traversing capability.
JQuery is a very powerful tool which provides a variety of DOM traversal methods to help us select elements in a document randomly as well as in sequential method.
Answer: b. element
Explanation: .css("width") and .width() are the two ways to change the width of element.
Answer: b. False
Explanation: The above statement is false. No Need to add JQuery files on both at master page and content page. If we will apply on master page it will consider for all of the pages.
Answer: c. pushStack()
Explanation: The pushStack() method works for accepting an array of DOM elements and pushes them into a stack. It adds a collection of DOM elements onto the jQuery stack.
Answer: d. .each()
Explanation: The .each() Method acts as explicit iterator. This method can be employed when the code we want to use on each of the matched elements is too complex for the implicit iteration syntax.
Answer: b. Two
Explanation: There are two ways to check or unchecked the radio button,
1) .prop()
2) .attr()