Bootstrap MCQ Questions & Answers
Bootstrap MCQs : This section focuses on "Basics" of Bootstrap. These Multiple Choice Questions (MCQ) should be practiced to improve the Bootstrap skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. _______ is a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
A. HTML
B. Bootstrap
C. CSS
D. Meta
View Answer
Ans : B
Explanation: Bootstrap is a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
2. What are the features of bootstrap?
A. Mobile first approach
B. Easy to get started
C. Browser Support
D. All of the above
View Answer
Ans : D
Explanation: All of the above are features of bootstrap.
3. Bootstrap package includes?
A. Scaffolding
B. Components
C. JavaScript Plugins
D. All of the above
View Answer
Ans : D
Explanation: Bootstrap package includes all of the above
4. .success class used for?
A. Applies the hover color to a particular row or cell
B. Indicates a warning that might need attention
C. Indicates a successful or positive action
D. Indicates a dangerous or potentially negative action
View Answer
Ans : C
Explanation: .success indicates a successful or positive action
5. Which of the following indicates a dangerous or potentially negative action?
A. .active
B. .danger
C. .warning
D. None of the above
View Answer
Ans : B
Explanation: .danger Indicates a dangerous or potentially negative action
6. Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to _______ as the device or viewport size increases.
A. 9 columns
B. 10 columns
C. 11 columns
D. 12 columns
View Answer
Ans : D
Explanation: Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.
7. _________ in Bootstrap allow you to move, show and hide content based on viewport size.
A. Media Queries
B. Col Queries
C. Row Queries
D. Subquery Queries
View Answer
Ans : A
Explanation: Media Queries in Bootstrap allow you to move, show and hide content based on viewport size
8. Offsets are a useful feature for more specialized layouts.
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Offsets are a useful feature for more specialized layouts. They can be used to push columns over for more spacing.
9. How many types of lists supported by Bootstrap?
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : C
Explanation: Bootstrap supports ordered lists, unordered lists, and definition lists.
10. Can we make images responsive?
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: Bootstrap 3 allows to make the images responsive by adding a class .img-responsive to the <img> tag. This class applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.
Discussion