Boostrap and jquery imported question
1. ID selector works by relying on the_______function
$ getbyID() document.getElementById() document.selectElementById() $.getElementById()
2. The________ property of any event refers to the element that originated the event.
Action event target get
3. Which method converts a given value into a string?
toString() to Uppercase() toLowercase() substr()
4. What is the javaScript code for collapsible content?
$ (‘.collapse’).collapse(); $('myBtn').collapse(); $ (‘collapse').click(); $(#demo).collapse();
5. What are the different types of progress bars?
Delaut stacked, striped animated All of these
6. Which methods facilitate event delegation in jQuery?
on() and off() off() and revoke() delegate() and event() on() and delegate()
7. The JSON.parse() function takes this string as a_______and converts it into a JSON_________.
parameter, array variable, string parameter, variable array, string
8. Which are the selectors in jQuery?
ID, Class, Name, Variable ID, Class Name, Tag Name, attribute Attribute Values Variable, functions, name
9. What are the benefits of event delegation?
Better performance Reduce risk of crashing Less handlers All of these
10. What is the full form of CDN?
Content Delivery Network Context Delivery Network Content Data Network Conceptual Data Network
11. The layout components of bootstrap are:
Badges Glyphicons Breadcrumbs All of these
12. What is the full form of ESR?
Expanded Strike Rate Extended Support Release Extended Support Rate Expanded Sum Release
13. Glyphicons are available in the font formal in __________file of the font folder.
Glyphicons Halflings Gylphs Head Heading Font Heads Font Heads
14. A navbar is set___________when the existing width of the viewport increases.
Vertically Horizontally Inline Expanded
15. A jQuery Selector refers to a function in the form of an expression for_______the matching element in the DOM.
Searching Deleting Sorting Adding
16. What is the full form of DOM?
Domestic Object Module Document Objective Module Document Object Model Dynamic Object Model