MCQs > IT & Programming > Twitter Bootstrap MCQs > Basic Twitter Bootstrap MCQs

Basic Twitter Bootstrap MCQ

1.

Which of the following statements are correct with regards passing options?

A) Options can be passed via data attributes or JavaScript.

B) For data attributes, the option name has to be appended to option-, as in option-animation="".

C) For data attributes, the option name has to be appended to data-, as in data-animation="".

D) Options can be passed only via JavaScript.

Answer

Correct Answer: A and C

Note: This Question is unanswered, help us to find answer for this one

2.

Which of the following will set a modal window to be closed when the escape key is pressed?

Answer

Correct Answer: Setting the option "escape" to true

Note: This Question is unanswered, help us to find answer for this one

3.

What is the default amount of time delay between automatically cycling items in a carousel?

Answer

Correct Answer: 5000

Note: This Question is unanswered, help us to find answer for this one

4.

Which of the following will set a modal window to be closed when the escape key is pressed?

Answer

Correct Answer: manual

Note: This Question is unanswered, help us to find answer for this one

5.

Which type of trigger cannot be used with the "delay" option to show and hide a popover?

Answer

Correct Answer: manual

Note: This Question is unanswered, help us to find answer for this one

6.

Which of the following statements is correct about using the Collapse plugin?

A) The Transitions plugin must be included.

B) The Popover plugin must be included.

Answer

Correct Answer: Statement A is true while Statement B is false.

Note: This Question is unanswered, help us to find answer for this one

7.

Which of the following are not Bootstrap plugins?

Answer

Correct Answer: tocible

Note: This Question is unanswered, help us to find answer for this one

8.

Which of the following components is used to indicate the current page's location within a navigational hierarchy?

Answer

Correct Answer: breadcrumbs

Note: This Question is unanswered, help us to find answer for this one

9.

Which of the following classes are contextual classes?

Answer

Correct Answer: success

Note: This Question is unanswered, help us to find answer for this one

10.

How many validation styles for states of on-form controls does Bootstrap have?

Answer

Correct Answer: 3

Note: This Question is unanswered, help us to find answer for this one

11.

What does the following HTML code do? <span class="badge">...</span>

Answer

Correct Answer: It highlights new or unread items.

Note: This Question is unanswered, help us to find answer for this one

12.

Which of the following will correctly call a dialog prompt?

Answer

Correct Answer: All of these

Note: This Question is unanswered, help us to find answer for this one

13.

What does the following HTML code do? <span class="caret"></span>

Answer

Correct Answer: It indicates dropdown functionality and direction.

Note: This Question is unanswered, help us to find answer for this one

14.

Which of the following is the correct description of the given table? <table class="table"> ... </table>

Answer

Correct Answer: It has light padding and only horizontal dividers.

Note: This Question is unanswered, help us to find answer for this one

15.

Which of the following colors is the default hover background color of the table row?

Answer

Correct Answer: #f5f5f5

Note: This Question is unanswered, help us to find answer for this one

16.

Which of the following will set a modal window to not be closed on click?

Answer

Correct Answer: Setting the option "backdrop" to static

Note: This Question is unanswered, help us to find answer for this one

17.

Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?

Answer

Correct Answer: table-responsive

Note: This Question is unanswered, help us to find answer for this one

18.

Which of the following is not a Bootstrap component?

Answer

Correct Answer: Pivottable

Note: This Question is unanswered, help us to find answer for this one

19.

Which of the following are not options of the method $().tooltip(options)?

Answer

Correct Answer: backdrop

Note: This Question is unanswered, help us to find answer for this one

20.

Which of the following are helper classes?

Answer

Correct Answer: close

Note: This Question is unanswered, help us to find answer for this one

21.

Which of the following LESS variables does not belong to the Navbar component? 

Answer

Correct Answer: @navbar-default-height

Note: This Question is unanswered, help us to find answer for this one

search
Twitter Bootstrap Subjects