02 Handout 1 Flashcards

1
Q

is a known web development framework that helps to build web user interfaces

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This framework itself consists of a combination of JavaScript and CSS

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It contains a lot of components required to develop a full-functioning web user interface.

A

Bootstrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is one of the most important and widely used features. It has the ability to organize the page and the core of its functionality is the grid system

A

Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The grid system has different sizes of displays. It offers extra-small, small, medium, arge, and extra-large displays

A

Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Along with the grid system, it offers responsive containers, breakpoints for adjusting page layouts, media objects, and utility classes

A

Layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bootstrap has a huge college of basic user interface components that allow you to construct any type of user interface

A

Components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Bootstrap offers dialogs, progress bars, tooltips, navigation bars, carousel, alerts, popovers, drop-down menus, input groups, tabs, cards, pagination, forms, list groups, bread crumbs, and a jumbotron.

All of these components are ready to use.

A

Components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bootstrap allows you to create responsive websites that can be viewed on mobile devices without too much development work.

A

Mobile Support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Bootstrap 4 is designed to work across all resolutions from mobile to tablet, and to desktop.

A

Mobile Support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Bootstrap offers a large selection of utility classes that encapsulate the most commonly needed functionality in order to reduce the number of repetitive style rules

A

Utilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples include rules for aligning text, hiding an element, or providing contextual colors for warning test

A

Utilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Bootstrap offers a collection of themes can be used or followed for designing websites

A

Themes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the common themes?

A
  1. Dashboard
  2. Marketing
  3. Generic Web Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is the most commonly used feature in Bootstrap as it solves the important task for vertical and horizontal positioning of a page’s contents

A

Grid System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

the available display size to render the contents of a page. It refers to your browser window, minus the toolbars, and scrollbars

A

View Port

17
Q

the core of Bootstrap’s grid system

A

Containers

18
Q

renders the contents of the page to a fixed width

A

Container Class

19
Q

Five (5) core breakpoints of the grid system

A
  1. Extra small
  2. Small
  3. Medium
  4. Large
  5. Extra large
20
Q

allows the page to be fully responsive to all widths, providing smoother transitions

A

Container-fluid

21
Q

used to define a selection of elements that should be dealt with as a horizontal group

A

Row

22
Q

the most important piece of the grid system.

A

Columns

23
Q

Rows exists within containers, and those rows are split up into … equal columns.

A

12

24
Q

a very simple cue that helps draw attention to certain content

A

Jumbotron

25
Q

generally used as a splash to offer immediate information to the user

A

Jumbotron

26
Q

provide an elegant way of displaying and grouping related content

A

Tabs

27
Q

one of the Bootstraps components that require jQuery and bootstrap.js to function correctly

A

Tabs

28
Q

acts as a slideshow, with a list of nested elements as the slides

A

Carousel

29
Q

simply a case of creating the modal markup, using Bootstrap’s modal classes, and using HTML attributes, data-toggle, data-target, and data-dismiss, to surface and remove the modal

A

Modals

30
Q

a powerful, responsive component to provide sensible navigation around a website

A

Navigation Bar (NavBar)

31
Q

Bootstrap provides different basic designs that allow you to improve the look and feel of the common elements that are used to construct user interfaces.

A

Navigation Bar

32
Q

Common elements that are used to style are buttons, input fields, paragraphs, special inline text, figures, tables, and navigation controls.

A

Navigation Bar

33
Q

additional navigation for a website that may contain links, buttons, company info, copyrights, forms, and other elements

A

Footer

34
Q
A