0% found this document useful (0 votes)
40 views

BOOTSTRAP & Jquery

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

BOOTSTRAP & Jquery

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

7062-BOOTSTRAP&Jquery

Q.1 What is the full form of ESR?


A. Expanded Strike Rate B. Extended Support Release
C. Extended Support Rate D. Expanded Sum Release
Correct Answer: B
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 29, Heading 2.1

Q.2 Glyphicons are available in the font format in _____________ files of the font folder?
A. Glyphicons Halflings B. Glyphs Head
C. Heading Font Heads D. Font Heads
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 30, Heading 2.2.1

Q.3 A navbar is set _____________, when the existing width of the viewport increases.
A. Vertically B. Horizontally
C. Inline D. Expanded
Correct Answer: B
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 32, Heading 2.2.2

Q.4 A JQuery Selector refers to a function in the form of an expression for ____________ the
matching element in the DOM.
A. Searching B. Deleting
C. Sorting D. Adding
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 55, Heading 3.3

Q.5 What is the full form of DOM?


A. Domestic Object Module B. Document Object Module
C. Document Object Model D. Dynamic Object Module
Correct Answer: C
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 51, Heading 3.3

Q.6 ID selector works by relying on the function.


A. $.getbyID(); B. document.getElementById()
C. document.selectElementById() D. $.getElementById()
Correct Answer: B
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 55, Heading 3.3.1

Q.7 The property of any event refers to the element that originated the event.
A. action B. event
C. target D. get
Correct Answer: C
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 66
Q.8 Which method converts a given value into a string?
A. toString() B. toUppercasse()
C. toLowercase() D. substr
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 72, Table 4.1

Q.9 The built-in method delegates single or multiple event handlers for all elements that
match with the selector and defines a function to occur.
A. delegate() B. event()
C. live() D. on()
Correct Answer: C
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 73, Heading 4.1.1

Q.10 Which class defines the dialog layout of the modal?


A. modal-dialog B. modal-fade
C. modal-header D. modal-content
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 19

Q.11 Which of the following helper file is used by Web developers for applying a few basic transition
effects?
A. bootstrap.js B. *.js
C. transition.js D. bootstrap.min.js
Correct Answer: C
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 22

Q.12 What files are included in precompiled bootstrap file structure?


A. bootstrap-theme.min.css.map B. bootstrap-theme.css.map
C. bootstrap-theme.min.css D. All of these
Correct Answer: D
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 11, Heading 1.4

Q.13 The Bootstrap version in use should include the ___________ for proper functioning of
popovers.
A. tooltp.js B. popover.min
C. form.css D. tool.min.plugin
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 43

Q.14 What is the full form of JSON?


A. JavaScript Online Notation B. jQuery Object Notation
C. JavaScript Object Notation D. jQuery UI Notation
Correct Answer: C
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 49
Q.15 Progress bars in bootstrap implements __________ as well as transitions for a few effects.
A. CSS3 B. Animations
C. HTML D. LESS API
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 39

Q.16 To add a page header, a Web developer needs to wrap the title within _______ and use the
_____ class
A. <span>, page-head B. <div>, page
C. <nav>, header D. <div>, page-header
Correct Answer: D
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, Page no 35, Heading 2.2.5

Q17: Which files are added so that IE 8 can render the HTML5 elements?
A. Html.js and font.js B. Form.js
C. Respond.min.js html5shiv.js D. Container.min.js and font.min.js
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 40

Q18: What input types are included in datetime input in html5?


A. Datetime-local, month, week, date, B. Week, day, date
and time
C. Year, month, day D. Datetime-local, Year, month, day,
week
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 33

Q19: The maximum width of the viewport display is ________ pixels.


A. 986 pixels B. 675 pixels
C. 768 pixels D. 988 pixels
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 15

Q20: How many ways are there to use the Bootstrap on website?
A. three B. one
C. two D. four
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 25

Q21: What is tha JavaScript code for the collapsible content?


A. $(‘.collapse’).collapse(); B. $(‘myBtn’).collapse();
C. $(‘.collapse’).click(); D. $(#demo).click();
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 41
Q22: Which symbol represents the number of columns in the column definition?
A. $ B. *
C. # D. &
Correct Answer: B

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 100

Q23: What is the full form of CDN?


A. Content delivery network B. Context delivery network
C. Content data network D. Conceptual data network
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 9

Q24: Which method facilitate event delegation in jQuery?


A. On() and off() B. On() and revoke()
C. Delegation() and event() D. On() and delegate()
Correct Answer: D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 65

Q25: How many pixels for slight padding are allowed for a bootstrap table?
A. 6 B. 10
C. 8 D. 12
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no

Q26: Is it also possible to change the well? Size by controlling its _________.
A. size B. width
C. padding D. viewport
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 132

Q27: How many predefined grid classes are provided by Bootstrap 3?


A. 2 B. 3
C. 4 D. 5
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 99

Q28: What are the benefits of event delegations?


A. Better performace B. Reduce risk of crashing
C. Risk handlers D. All of these
Correct Answer: D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 66

Q29: The JSON.parse() takes the string as a ________ and converta into a JSON
__________.
A. Parameter, array B. Variable, string
C. Parameter, variable D. Array, string
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 64

Q30: Bootstrap 3 activates horizontal scrolling on a small device whose screen width is not
more than ______ pixels.
A. 768 B. 1170
C. 950 D. 991
Correct Answer: A
Reference: Book name: Building IoT Applications with Python, page no 128

Q31: What are the different types of progress bars?


A. Default B. Stacked, striped
C. animated D. all of these
Correct Answer: D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 38

Q32: A web developer can create only up to ________ columns on a web page regardless of
the viewport, but can have unlimited rows.
A. 20 B. 25
C. 12 D. 14
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 98

Q33: Which are the selectors in jQuery?


A. ID, class, name, variable B. ID, class name, tag name, attribute
C. Attribute values D. Variable, functions, name
Correct Answer: B

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 55

Q34: What are the options that web developer can pass as parameters to the tooltip ()
method?
(a) items
(b) documents
(c) position
(d) context
A. A and c B. B and d
C. A and b D. A, b, c
Correct Answer: A
Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 86

Q35: What types of alerts are indicated by contextual classes of emphasizing cell or row?
A. Success, danger B. warning
C. info D. all
Correct Answer: D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 127

Q36: What is the full form of CSS?


A. Causal shaped sheets B. Cascading style sheets
C. Common spread sheet D. Cascaded spread sheets
Correct Answer: B

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 8

Q37: Which are built-in methods in jQuery? [Multiple choice]


A. indexOf() B. sub()
C. add() D. pop()
Correct Answer: A, D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 72

Q38: What are the parameters of live () methods?


(a) event
(b) URL
(c) function
(d) data
(e) callback
A. a, b, c B. c, e, a, b
C. a, c, d D. e, d, a
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 74

Q39: Bootstrap is an intuitive and open-source framework that makes ________ development
of web application simpler as well as quicker.
A. Front-end B. Back-end
C. End to-end D. Static
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 8

Q40: To create a JSON array, include the objects in ___________ and separate each by a
____________.
A. Parentheses, colon B. Square brackets, colon
C. Parentheses, comma D. Square brackets, comma
Correct Answer: D

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 62

Q41: Which are jQuery UI widgets? [Multiple Choice]


A. tabs B. sliders
C. window D. sheet
Correct Answer: A, B

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 85

Q42: What is the default value of appendTo option of autocomplete () method?


A. 0 B. 1
C. null D. FALSE
Correct Answer: C

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 83

Q43: A fluid grid handless sizing of a page element in _______ units.


A. Relative B. Absolute
C. equal D. unequal
Correct Answer: A

Reference: Book name: Dev. Responsive Web with bootstrap and JQuery, page no 98

You might also like