Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Computer Science » MCQs on Bootstrapping
MCQs on Bootstrapping
Bootstrap is used for __________
a) Web applications
b) IoT
c) Bigdata
d) Data
View Answer
Answer: a
Explanation: Bootstrap is a free and open source front end web framework for designing websites and web applications.
It contains __________ design based templates for topography.
a) SMTP
b) HTML
c) MQTP
d) CoAP
View Answer
Answer: b
Explanation: It contains HTML and CSS based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.
Bootstrap is a front end development only.
a) True
b) False
View Answer
Answer: a
Explanation: Unlike many web frameworks, it concerns with front-end development only.
__________ stars and __________forks are there in bootstrap.
a) 111,600 and 51,500
b) 51,500 and 111,600
c) 125,124 and 36,154
d) 36,154 and 125,124
View Answer
Answer: a
Explanation: Bootstrap is the second most starred project on GitHub, with more than 111,600 stars and 51,500 forks.
Bootstrap was originally named as __________
a) Twitter Bootstrap
b) Twinkle Bootstrap
c) Twitter Blueprint
d) Twinkle Blueprint
View Answer
Answer: c
Explanation: Bootstrap, originally named as Twitter Blueprint, was developed by Mark Otto, and Jacob Thornton at Twitter as a framework to encourage consistency across internal tools.
Which bootstrap has twelve column responsive grid layout system?
a) Bootstrap 4
b) Bootstrap 3
c) Bootstrap 2
d) Bootstrap
View Answer
Answer: c
Explanation: Bootstrap 2 was released, which added a twelve column responsive grid layout system, inbuilt support for Glyphicons, several new components, as well as changes to many of the existing components.
Which bootstrap uses flat design?
a) Bootstrap 2
b) Bootstrap 3
c) Bootstrap 4
d) Bootstrap
View Answer
Answer: b
Explanation: Bootstrap 3 was released, which resigned components to use flat design, and a mobile first approach.
Bootstrap 4 has how many versions?
a) 4 versions
b) 3 versions
c) Only one version
d) 2 versions
View Answer
Answer: d
Explanation: The first alpha version of bootstrap 4 was released on august 19, 2015. The first beta version was released on august 10 2017.
Do bootstrap 3 supports Google chrome.
a) True
b) False
View Answer
Answer: a
Explanation: Bootstrap 3 supports the latest version of the Google Chrome, Firefox, Internet Explorer Opera, and Safari. In additional support back to IE8 and the latest Firefox Extended Support Release.
Does bootstrap 4 supports Sass and flexbox.
a) True
b) False
View Answer
Answer: a
Explanation: The version 4.0 alpha release added Sass and flexbox support.
__________ is used instead of less for stylesheets.
a) Hackathon
b) Grid layout
c) Flexbox
d) Sass
View Answer
Answer: d
Explanation: Sass s used instead of less for the stylesheets. Each Bootstrap component consists of an HTML structure, CSS declaration, and in some cases accompanying JavaScript code.
Sass stands for __________
a) Syntactically awesome Spreadsheets
b) Syntactically awesome Stylesheets
c) Scripting awesome Stylesheets
d) Scripting awesome Spreadsheets
View Answer
Answer: b
Explanation: Sass(Syntactically awesome Stylesheets) is a style sheet language initially designed by Hampton Catlin and developed by Natalie Weizenbaum.
Grid system and responsive design come standard with __________ pixel wide grid layout.
a) 1270
b) 1500
c) 1170
d) 1350
View Answer
Answer: c
Explanation: Grid system and responsive design come standard with 1170 pixel wide grid layout. Alternatively, the developer can use a variable width layout.
___________ provides a set of stylesheets that provide basic style definition for HTML components.
a) Bootstrap
b) Javascript
c) Sass
d) Flexbox
View Answer
Answer: a
Explanation: Bootstrap provides a set of stylesheets that provide basic style definition for HTML components. These provide a uniform, modern appearance for formatting text, tables and form elements.
Bootstrap uses what?
a) Pixels
b) Root ems
c) Less
d) Pager component
View Answer
Answer: b
Explanation: Bootstrap 4 is almost rewritten from Bootstrap 3. Changes include:
Switched from Less to Sass
Switched from pixel to root ems.