JAVA SCRIPT MCQs – CHAPTER 4 DAE 12 min Score: 0 Attempted: 0/12 Subscribe 1. . JavaScript is designed for creating: (A) Client-centric applications (B) Network-centric applications (C) Server-centric applications (D) NoneShow All Answers 2. . ______ can calculate, manipulate and validate data. (A) JavaScript (B) JSP (C) Server (D) NoneShow All Answers 3. . HTML elements can be hide and show through: (A) Server (B) JSP (C) JavaScript (D) NoneShow All Answers 4. . Which of the following method syntax is correct? (A) getElementsById() (B) All of Above (C) gotElementByid() (D) getElementById()Show All Answers 5. . jQuery is a library of: (A) CSS (B) HTML (C) JavaScript (D) NoneShow All Answers 6. . jQuery wraps many lines of JavaScript code called: (A) Variable (B) Constructor (C) Method (D) All of AboveShow All Answers 7. . Which of the following is correct jQuery syntax? (A) _(selector).action (B) @(selector).action() (C) $(selector).action() (D) NoneShow All Answers 8. . $(".test").hide() will hide: (A) The current element (B) None (C) Both (D) All elements with class="test"Show All Answers 9. . Selectors that start with the dollar sign and parentheses $() belong to: (A) jQuery (B) HTML (C) CSS (D) JavaScriptShow All Answers 10. . Selector used to find a specific element: (A) class (B) #id selector (C) $ id p (D) NoneShow All Answers 11. . Selector used to find specific elements: (A) class selector (B) $ id p (C) #id selector (D) NoneShow All Answers 12. . Selects the current HTML element: (A) $(this) (B) $(current) (C) $(.this) (D) All of AboveShow All Answers