Quiz 2 Flashcards

Chapters 3 and 4.

1
Q

​The _____ unit can be thought of as a share of available space.

A) ​grid-template
B) ​wbr
C) ​fr
D) em

A

C) ​fr

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

T/F: ​Even if the background images are hidden, the tiling process continues behind the page body.

A

T

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

​Once a Cascading Style Sheets (CSS) grid is established, a specific element within a _____ is placed at the intersection of a specified row and column.

A) ​track-list
B) sibling element
C) stack
D) grid cell

A

D) grid cell

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

Identify the property that is used to apply a border image.

A) ​border-image-radius: radius;
B) ​border-image: horizontal/vertical;
C) ​border-image: style;
D) ​border-image: url(url) slice repeat;

A

D) ​border-image: url(url) slice repeat;

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

T/F: ​In the opacity property, if the value is 0, it means an object is completely opaque.

A

F

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

T/F: The z-index property works only for elements that are placed with relative positioning.

A

F

The z-index property works only for elements that are placed with absolute positioning

(PP T3, Slide 69)

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

T/F: ​New content can be easily placed within a grid in a way that is consistent with previously entered information.

A

T

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

​Desktop layouts are often based on layouts with _____ columns.

A) 1 to 3
B) 0
C) 4 to 12
D) 12 or more

A

D) 12 or more

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

​Which of the following is a popular Cascading Style Sheets (CSS) framework?

A) Medoo
B) ​Skeleton
C) Flex Unit 4
D) Spark

A

B) ​Skeleton

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

T/F: ​Whether an element is displayed as a block or as inline depends on the style sheet.

A

T

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

​Which of the following angles used in the filter function hue-rotate (angle) displays the complimentary colors?

A) ​180deg
B) ​0deg
C) 90deg
D) 360deg

A

A) ​180deg

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

​Identify the default type of the background-attachment property.

A) scroll
B) ​local
C) ​space
D) ​fixed

A

A) scroll

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

​The width property of the _____ model is based on the sum of the content, padding, and border spaces and any space taken up by the padding and border is subtracted from space given to the content.

A) padding box
B) content box
C) margin box
D) ​border box

A

D) ​border box

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

Which of the following defines the default hotspot for an image?

A) ​coords=“left,top,right,bottom”
B) coords=“0,0,width,height”
C) coords=“x,y,radius”
D) coords=“x1,y1,x2,y2,…”

A

B) coords=“0,0,width,height”

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

​To change the shadow size, the _____ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object.

A) spread
B) ​space
C) ​round
D) stretch

A

A) spread

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

​Filter functions can be combined in a _____ to create new effects.

A) semicolon-separated list
B) comma-separated list
C) space-separated list
D) colon-separated list

A

C) space-separated list

17
Q

image link: https://imgur.com/a/RYLyGBD

​In the given image, which of the following types of background property does figure 6 denote?

A) repeat-x
B) repeat
C) ​round
D) ​space

A

D) ​space

18
Q

​To center an element vertically within its parent element, display the parent element as a table cell with a defined height and then set the vertical-align property to _____.

A) ​right
B) top
C) middle
D) ​left

A

C) middle

19
Q

T/F: Centering an element vertically within its parent element is easily accomplished as the height of the parent element is defined by a value.

A

F

20
Q

image link: https://imgur.com/a/RYLyGBD

​In the given image, which of the following types of background property does figure 2 denote?

A) repeat-y
B) no-repeat
C) ​repeat
D) ​repeat-x

A

D) ​repeat-x

21
Q

​Drop caps look better if the first letter’s _____.

A) width is decreased
B) ​line height is decreased
C) ​line height is increased
D) width is increased

A

B) ​line height is decreased

22
Q

​All block elements, like the body element, have a default width of _____.

A) 0%
B) 150%
C) ​100%
D) 50%

A

C) ​100%

23
Q

Ken has built a website for his assignment. He has created a blue background image for each link to the chapters that appear on the site. Also, each link appears in green without underlines.

​Ken can space the links equally across the browser window, to make the page text easier to read, by changing the _____.

A) height
B) text-align
C) font-size
D) width

A

D) width

24
Q

_____ positioning is essentially the same as not using any Cascading Style Sheets (CSS) positioning at all.

A) Static
B) Relative
C) Absolute
D) Elastic

A

A) Static

25
Q

​The _____ size parameter of the radial-gradient function makes a gradient extend to the nearest background corner.

A) ​corner-side
B) ​farthest-corner
C) closest-corner
D) ​side-corner

A

C) closest-corner