Module 4 Flashcards

1
Q

What CDN stands for?

A

Content Delivery Network

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

What is CDN?

A

A network that delivers content based on the location of the user, the origin of the webpage and the server.

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

What is Bootstrap?

A

An HTML, CSS, and JavaScript framework usedo for developing responsive websites.

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

What is Bootstrap CDN?

A

A CDN that allows users to load CSS, JavaScript and images remotely from its servers.

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

What is the most basic layout in Bootstrap 4?

A

The “Container”.

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

“Em” is a unit for measuring the width of something printed?

A

True.

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

What is the size of one “em”?

A

The width of the letter “M”.

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

What “Rem” stands for?

A

Root em.

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

What is the size of one “Rem”?

A

Rem is equal in size to the default font size of the element it is associated width.

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

1rem is equal to how many pixels?

A

16 pixels.

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

Bootstrap uses a “grid system” that allows up to … columns across the page.

A

12

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

Which of the following is best defined as “a unit for measuring the width of something printed”?

  1. Grid
  2. CDN
  3. Default
  4. Em
A

em

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

What is the name of the font designed for use in Bootstrap that provides users with CSS-friendly icons?

  1. Comic Sans
  2. Wingdings
  3. Font Awesome
  4. Arial
A

Font Awesome

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

What does the Bootstrap class “w-auto” do to an element?

  1. Creates a column for the element.
  2. Creates a row for the element.
  3. Automatically adjusts the element to the width of the screen.
  4. Automatically adjusts the element to the height of the screen.
A

Automatically adjusts the element to the width of the screen.

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