Font size
WorksheetsIT004-MIDTERM REVIEW
Total questions: 50
Worksheet time: 30mins
The default layout of a Bootstrap form is among these options:
.inline
vertical
.horizontal
none of the choices
The Bootstrap button style that signals caution is one of:
.btn-danger
.btn-warning
.btn-link
.btn-info
The Bootstrap style that groups sets of
.btn-group
.btn-toolbar
.btntoolbar
.btn-group-lg
Pills navigation in Bootstrap is created using styles such as:
.nav, .nav-tabs
.nav, .nav-pills
.nav, .nav-pills, .nav-stacked
.nav, .nav-tabs, .nav-justified
The styles used to align nav links, forms, or buttons inside a navbar to left or right include:
.navbar-align
.navbar-left, .navbar-right
.alignment
.navbar-alignment
Stacked progress bars are created with the Bootstrap style:
.progress
.progress-stacked
.progress-stack
.prog-stack
The Popover Plugin's data-selector attribute behaves as (choose right statement):
Delegates to specified targets
Specifies popover position (top, bottom, left, right, auto)
Inserts HTML into the popover or uses text method if false
Applies a CSS fade transition to popover
The class that applies hover color to table rows or cells is one of:
.active
.hover
.table-hover
.row-hover
The Bootstrap button style that signals caution is included in:
.btn-warning
.btn-danger
.btn-link
.btn-info
The Bootstrap style combining button groups into a toolbar is selected from:
.btn-toolbar
.btn-group
.btn-group-vertical
.btn-group-lg
The class representing a dropdown menu is among:
.drop
.dropdown-list
.dropdown
.select
Standard navigation tabs are created using:
The plugin that creates a modal window is one of:
window
dialog box
modal
popup
The plugin that creates a tooltip is selected from:
popup
modal
tooltip
dialog box
The default size of the H5 heading in Bootstrap is:
18px
16px
20px
14px
The class to make images have rounded corners is among:
Pagination controls are created with the class:
pager
pagination-link
link-pagination
pagination
Lists of items are created with the class:
lst-group
menu-group
list-grp
list-group
Bootstrap was developed by:
James Gosling
Mark Jukervich
Jason Thorn and Mark Ottos
Mark Otto and Jacob Thornton
The statement that Bootstrap is a free front-end framework is:
TRUE
FALSE
The class that styles a table with stripes on rows is one of:
table-striped
table
table-bordered
table-hover
The class that styles an image as a thumbnail is among:
img-thumbnail
img-tmbnail
img-thumb
img-thumbnail-image
The Bootstrap style that combines sets of buttons into complex components is one of:
btn-toolbar
btn-group
btn-group-lg
btn-group-vertical
The built-in JavaScript method calling a function on each array element is:
forEach()
while()
The jQuery selector for selecting an element by id "some-id" is:
$('#some-id')
$('some-id')
$('.some-id')
$(.some-id)
The jQuery method that returns true if a class is present is:
hasCSSClass(class)
hasClass(class)
hasStyleClass(class)
hasStyleClass
The jQuery method that sets the text of an element is:
setText(val)
text(val)
setContent(val)
set(val)
The jQuery method that finds descendant elements matching selectors is:
locate(selector)
find(selector)
search(selector)
look(selector)
The jQuery method that gets the inner height excluding the border is:
getCSSHeight()
innerHeight()
getInnerHeight()
getHeight()
The jQuery method that returns the outer width including the border is:
getCSSWidth()
outerWidth([margin])
getWidth()
getWidth
The jQuery method that can make an Ajax call is:
ready(url, [data], [callback])
reload(url, [data], [callback])
load(url, [data], [callback])
reload.data(url, [data], [callback])
The jQuery method that loads a remote page using HTTP request is:
jQuery.ajaxSetup(options)
serialize()
The single global function defined in the jQuery library is:
$()
Queryanalysis()
jQuery()
None of the mentioned
The jQuery method used to hide selected elements is:
hidden()
visible(false)
hide()
display(none)
$.foo() is equivalent to:
javascript.foo()
document.foo()
jQuery.foo()
None
The built-in method that returns the character at a specified index in a string is:
characterAt()
getCharAt()
atchar()
charAt()
The function that holds or releases the execution of jQuery's ready event is:
jQuery.ready()
jQuery.hold()
jQuery.holdready()
jQuery.holdReady()
The method that returns element positions relative to their offset parent is:
width()
offsetparent()
setparent()
position()
The jQuery code to set the background color of all span elements to blue is:
$(“span”).css(“background-color”,”blue”);
$(“span”).layout(“background-color”,”blue”);
$(“span”).manipulate(“background-color”,”blue”);
$(“span”).style(“background-color”,”blue”);
The term "min" stands for:
Miniature
Minimised parameters
The method used for parsing JSON text in jQuery is:
jQuery.noConflict()
jQuery(noConflict)
jQuery.parseJSON()
jQuery.each()
The correct jQuery code for making all div elements 100 pixels high is:
$(“div”).yPos(100)
$(“div”).height=”100
$(“div”).height(100)
all of the above
None
The jQuery method that checks the current selection against a selector expression is:
getIs(selector)
checkIs(selector)
is(selector)
checkI.selectors()
To select all elements containing specified text, the method is:
:selects()
:selects() and :contains()
:contains()
:selectsText()
The method used to serialize an array or object is:
size()
length
param()
size(length)
The symbol jQuery uses as a shortcut for itself is:
% sign
$ sign
? Sign
None of the above
The jQuery method used to perform an asynchronous HTTP request is:
jQuery.ajaxAsync()
jQuery.ajax()
jQuery.ajaxSetup()
None of the above
The selector $("div.intro") selects:
The methods used in jQuery to provide visual effects include:
None of these
All of these
Show()
Toggle()
To get the value of a style property for the first matched element, use:
.style()
.css()
Both .style and .css
None of the above
