- Bootstrap Tutorial
- Bootstrap - Home
- Bootstrap - Overview
- Bootstrap - Environment Setup
- Bootstrap with CSS
- Bootstrap - Grid System
- Bootstrap - CSS Overview
- Bootstrap - Typography
- Bootstrap - Code
- Bootstrap - Tables
- Bootstrap - Forms
- Bootstrap - Buttons
- Bootstrap - Images
- Bootstrap - Helper Classes
- Bootstrap - Responsive utilities
- Bootstrap Layout Components
- Bootstrap - Glyphicons
- Bootstrap - Dropdowns
- Bootstrap - Button Groups
- Bootstrap - Button Dropdowns
- Bootstrap - Input Groups
- Bootstrap - Navigation Elements
- Bootstrap - Navbar
- Bootstrap - Breadcrumb
- Bootstrap - Pagination
- Bootstrap - Labels
- Bootstrap - Badges
- Bootstrap - Jumbotron
- Bootstrap - Page Header
- Bootstrap - Thumbnails
- Bootstrap - Alerts
- Bootstrap - Progress Bars
- Bootstrap - Media Object
- Bootstrap - List Group
- Bootstrap - Panels
- Bootstrap - Wells
- Bootstrap Plugins
- Bootstrap - Plugins Overview
- Bootstrap - Transition Plugin
- Bootstrap - Modal Plugin
- Bootstrap - Dropdown Plugin
- Bootstrap - Scrollspy Plugin
- Bootstrap - Tab Plugin
- Bootstrap - Tooltip Plugin
- Bootstrap - Popover Plugin
- Bootstrap - Alert Plugin
- Bootstrap - Button Plugin
- Bootstrap - Collapse Plugin
- Bootstrap - Carousel Plugin
- Bootstrap - Affix Plugin
- Bootstrap Demos
- Bootstrap - Grid Demo
- Bootstrap - Table Demo
- Bootstrap - Form Demo
- Bootstrap - Buttons Demo
- Bootstrap - Images Demo
- Bootstrap - Responsive Demo
- Bootstrap - Navigation Demo
- Bootstrap - Blog Demo
- Bootstrap - Material Design Demo
- Bootstrap - Slider Demo
- Bootstrap - Time line Demo
- Bootstrap - Alert Demo
- Bootstrap - Admin Interface Demo
- Bootstrap - Ajax Demo
- Bootstrap - Tabbed slider Demo
- Bootstrap - Caption Demo
- Bootstrap - Map Demo
- Bootstrap - Calendar Demo
- Bootstrap - Social Icons Demo
- Bootstrap - Icons Demo
- Bootstrap - featured Demo
- Bootstrap Useful Resources
- Bootstrap - Questions and Answers
- Bootstrap - Quick Guide
- Bootstrap - Useful Resources
- Bootstrap - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap - Mock Test
This section presents you various set of Mock Tests related to Bootstrap Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.
Bootstrap Mock Test I
Q 1 - Which of the following is correct about Bootstrap?
B - It uses HTML, CSS and Javascript.
C - Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter.
Answer : D
Explanation
All of the above options are correct.
Q 2 - Which of the following is correct about Bootstrap?
A - Bootstrap's responsive CSS adjusts to Desktops,Tablets and Mobiles.
B - Provides a clean and uniform solution for building an interface for developers.
C - It contains beautiful and functional built-in components which are easy to customize.
Answer : D
Explanation
All of the above options are correct.
Q 3 - Which of the following is a part of Mobile First Strategy of Bootstrap?
A - Content: Determine what is most important.
C - Progressive Enhancement: Add elements as screen size increases.
Answer : D
Explanation
All of the above options are correct.
Q 4 - Which of the following is correct about Bootstrap Grid System?
A - Rows must be placed within a .container class for proper alignment and padding.
Answer : D
Explanation
All of the above options are correct.
Q 5 - Which of the following is correct about Bootstrap Grid System?
Answer : D
Explanation
All of the above options are correct.
Q 6 - Which of the following is correct about Bootstrap Media Query?
A - Media query is a really fancy term for "conditional CSS rule".
Answer : C
Explanation
Both of the above options are correct.
Q 7 - Which of the following is correct about Bootstrap Media Query?
A - Media queries have two parts, a device specification and then a size rule.
B - Media Queries in Bootstrap allow you to move, show and hide content based on the viewport size.
Answer : C
Explanation
Both of the above options are correct.
Q 8 - Which of the following is correct about Bootstrap Mobile First Strategy?
Answer : D
Explanation
All of the above options are correct.
Q 9 - Which of the following is correct about Bootstrap Responsive Images?
Answer : C
Explanation
Both of the above options are correct.
Q 10 - Which of the following is correct about Bootstrap cross browser consistency?
A - Bootstrap uses Normalize to establish cross browser consistency.
B - Normalize.css is a modern, HTML5-ready alternative to CSS resets.
Answer : D
Explanation
All of the above options are correct.
Q 11 - Which of the following class styles a table as a nice basic table with just some light padding and horizontal dividers?
Answer : A
Explanation
If you want a nice, basic table style with just some light padding and horizontal dividers, add the base class of .table to any table.
Q 12 - Which of the following class styles a table as a nice basic table with stripes on rows?
Answer : B
Explanation
By adding the .table-striped class, you will get stripes on rows within the <tbody>.
Q 13 - Which of the following class styles a table with borders surrounding every element and rounded corners around the entire table?
Answer : C
Explanation
By adding the .table-bordered class, you will get borders surrounding every element and rounded corners around the entire table.
Q 14 - Which of the following class styles a table with a light gray background to rows while the cursor hovers over them?
Answer : D
Explanation
By adding the .table-hover class, a light gray background will be added to rows while the cursor hovers over them.
Q 15 - Which of the following class applies the hover color to a particular row or cell of a table?
Answer : A
Explanation
.active − Applies the hover color to a particular row or cell.
Q 16 - Which of the following class indicates a successful or positive action?
Answer : B
Explanation
.success − Indicates a successful or positive action.
Q 17 - Which of the following class indicates a warning that might need attention?
Answer : C
Explanation
.warning − Indicates a warning that might need attention.
Q 18 - Which of the following class indicates a dangerous or potentially negative action?
Answer : D
Explanation
.danger − Indicates a dangerous or potentially negative action.
Q 19 - Which of the following class can be used to create a responsive table?
Answer : A
Explanation
By wrapping any .table in .table-responsive class, you will make the table scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.
Q 20 - Which of the following is the default layout of a bootstrap form?
Answer : A
Explanation
Vertical or Basic Form: The basic form structure which comes with Bootstrap.
Q 21 - Which of the following class is required to be added to form tag to make it inline?
Answer : B
Explanation
To create a form where all of the elements are inline, left aligned and labels are alongside, add the class .form-inline to the <form> tag.
Q 22 - Which of the following class is required to be added to form tag to make it horizontal?
Answer : B
Explanation
To create a form that uses the horizontal layout, Add a class of .form-horizontal to the parent
Q 23 - Which of the following is true about bootstrap help text?
A - Bootstrap form controls can have a block level help text that flows with the inputs.
B - To add a full width block of content, use the .help-block after the <input>.
Answer : C
Explanation
Both of the above options are correct.
Q 24 - Which of the following bootstrap style of button creates a default/ standard button?
Answer : A
Explanation
.btn − Default/ Standard button.
Q 25 - Which of the following bootstrap style of button provides extra visual weight and identifies the primary action in a set of buttons?
Answer : B
Explanation
.btn-primary − Provides extra visual weight and identifies the primary action in a set of buttons.
Answer Sheet
Question Number | Answer Key |
---|---|
1 | D |
2 | D |
3 | D |
4 | D |
5 | D |
6 | C |
7 | C |
8 | D |
9 | C |
10 | D |
11 | A |
12 | B |
13 | C |
14 | D |
15 | A |
16 | B |
17 | C |
18 | D |
19 | A |
20 | A |
21 | B |
22 | B |
23 | C |
24 | A |
25 | B |