Deck 9: Implementing Responsive Design

ملء الشاشة (f)
exit full mode
سؤال
In general, you use the min-width media feature for all media queries when your starting layout is optimized for a small screen._________________________
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Limiting the amount of content shown by default and making related information available if a user requests it is sometimes called responsive content._________________________
سؤال
On smaller screens, it's standard to replace the nav bar with a button showing 3 horizontal lines.
سؤال
Instead of testing on actual mobile devices, you can use an application known as a(n) emulator._________________________
سؤال
A media query recreates a feature for older browsers using JavaScript code._________________________
سؤال
On small screens, it generally makes the most sense to display some content in a sidebar.
سؤال
It's considered acceptable to incorporate a newer CSS feature not supported by older browsers as long as it doesn't affect the meaning or functionality of page content.
سؤال
Specifying a background color as a fallback for a background image is an example of a shim.
سؤال
In many layouts, you want to specify a breakpoint at which the content height stops increasing._________________________
سؤال
One method of implementing adaptive content is to change the display of elements in media queries using class names.
سؤال
When a comma is used in a media query, the conditions before and after the comma must be true._________________________
سؤال
Responsive design relies mainly on the min-height and max-height media features.
سؤال
To create a web page using responsive design, you start by creating a layout that's optimized for both the smallest and the largest screen size you want to support.
سؤال
Before making a website publicly available, it's important to test it on as many devices that your audience may be using as possible.
سؤال
Element widths in responsive designs are often specified in pixels._________________________
سؤال
Responsive design allows a web developer to specify different HTML code for some or all of a page's elements._________________________
سؤال
An example of progressive enhancement is when you specify a fallback color for a background image._________________________
سؤال
One of the most commonly hidden web page elements for smaller screens is the nav bar._________________________
سؤال
You should never limit the amount of content shown by default on a smaller screen.
سؤال
A browser on any device is capable of rendering any page written in HTML and CSS.
سؤال
In a media query for responsive design, you follow the media type with one or more media __________, which specify conditions that the media must satisfy for the rules in the media query to be applied..

A) details
B) features
C) modes
D) values
سؤال
If you placed two images side by side and assigned each a width of 45%, how much room would be left for the margin, padding, and border?

A) 5%
B) 10%
C) 45%
D) 100%
سؤال
Element widths in responsive designs are often specified in percentages, with the size of each element relative to

A) the width of the browser window.
B) the height of the browser window.
C) the width of its parent.
D) the height of its parent.
سؤال
When creating a responsive design, you create a(n) __________ at a width where the layout no longer looks good, or where you'd like to move elements or add or remove content.

A) breakpoint
B) emulator
C) hamburger menu
D) shim
سؤال
Before making a website publicly available, it's important to test on

A) as many devices that your audience may be using as possible.
B) every device that may access your website.
C) your computer.
D) your computer and a smartphone.
سؤال

<strong>​   Referring to the figure above, the word and represents a</strong> A) media type. B) media feature. C) media query. D) logical operator. <div style=padding-top: 35px>
Referring to the figure above, the word and represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
سؤال
When a media query uses thecomma ( , ) logical operator,

A) the conditions before and after the comma must be true.
B) the condition before or after the comma must be true.
C) the condition following the comma must be false.
D) the condition following the comma must be true.
سؤال
On small screens, it generally makes the most sense to display content

A) in a single column
B) in two columns
C) at a fixed width
D) in a sidebar
سؤال
Which of the following is a commonly hidden web page element?

A) nav bar
B) main heading
C) footer
D) all of the above
سؤال
You use the @media keyword tocreate a media query for responsive design using which media type?

A) min-width
B) max-width
C) ​print
D) screen
سؤال
When your default layout is optimized forsmall screens, then the mediaquery for your first breakpoint would use the __________ media feature.

A) min-width
B) max-width
C) min-height
D) max-height
سؤال
Which of the following appliesto a device with a screen or to a device with a minimum width of 500px?

A) screen and (min-width: 500px)
B) screen, (min-width: 500px)
C) screen and (max-width: 500px)
D) screen, (max-width: 500px)
سؤال

<strong>​   Referring to the figure above, which of the following describes when the code applies?</strong> A) on a device with a screen and with a minimum width of 880px B) on a device with a screen or with a minimum width of 880px C) on a device with a screen and with a maximum width of 880px D) on a device with a screen or with a maximum width of 880px <div style=padding-top: 35px>
Referring to the figure above, which of the following describes when the code applies?

A) on a device with a screen and with a minimum width of 880px
B) on a device with a screen or with a minimum width of 880px
C) on a device with a screen and with a maximum width of 880px
D) on a device with a screen or with a maximum width of 880px
سؤال
To create a web page using responsive design, you start by creating a layout that's optimized for

A) the smallest screen size you want to support.
B) the largest screen size you want to support.
C) Both A and B
D) Either A or B
سؤال

<strong>​   Referring to the figure above, the word screen represents a</strong> A) media type. B) media feature. C) media query. D) logical operator. <div style=padding-top: 35px>
Referring to the figure above, the word screen represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
سؤال

<strong>​   Referring to the figure above, the word min-width represents a</strong> A) media type. B) media feature. C) media query. D) logical operator. <div style=padding-top: 35px>
Referring to the figure above, the word min-width represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
سؤال

<strong>​   Referring to the figure above, the code shown in the figure represents</strong> A) print styles. B) a media query. C) a shim. D) a schema. <div style=padding-top: 35px>
Referring to the figure above, the code shown in the figure represents

A) print styles.
B) a media query.
C) a shim.
D) a schema.
سؤال
Responsive design allows you to specify different CSS style rules depending on

A) the height of the screen.
B) the width of the screen.
C) whether a device has a mouse.
D) whether a device has a touchscreen.
سؤال
Which property might you use with a media query to create columns?

A) float
B) font-weight
C) line-height
D) box-shadow
سؤال
While developing a website, you can test how its layout might appear on a range of devices using

A) a shim
B) an emulator
C) a device-pixel ratio
D) a hamburger menu
سؤال
Limiting the amount of web page content shown by default and making related information available only if a user requests is describes which concept?

A) implementing adaptive content
B) testing with an emulator
C) using a shim
D) creating a breakpoint
سؤال

<strong>​   Referring to the figure above, the code that creates rounded corners starts with __________.</strong> A) padding: B) border: C) display: D) border-radius: <div style=padding-top: 35px>
Referring to the figure above, the code that creates rounded corners starts with __________.

A) padding:
B) border:
C) display:
D) border-radius:
سؤال
Tracy shortens the descriptions of the parks when the site is displayed on smaller screens; this is an implementation of __________.

A) adaptive content
B) a widescreen layout
C) emulation
D) responsive navigation
سؤال
Which of the following is true about IE8?

A) It supports all current CSS properties.
B) It doesn't support features developed after the browser was released.
C) It is no longer used by anyone.
D) It is not supported by responsive design techniques.
سؤال
Which pseudo-class selects the first child element of the specified type?

A) :first-child
B) :first-of-type
C) :nth-child
D) :nth-of-type
سؤال
Tracy implements responsive navigation by adding a(n) __________ to the layout to represent the nav bar.

A) button
B) table
C) list
D) heading
سؤال
Which of the following involves using newer CSS features in a way that doesn't affect the meaning or functionality of the page content?

A) a shim
B) progressive enhancement
C) an emulator
D) adaptive content
سؤال
Jenna learns that while developing her website, she can most easily get asense of how the layout will perform on a variety of devices by

A) acquiring and testing on all the devices that her target audience will be using
B) testing just on devices she owns
C) testing with an emulator
D) testing only on mobile devices
سؤال
What is selected by the selector section p:first-of-type?

A) the first p element within each section element
B) the first p child element within each section element if that p element is also the first child
C) the lastpelement within eachsectionelement
D) the lastpchild element within eachsectionelement if thatpelement is also the last child
سؤال
Tracy wants to change the display of the first child of another element; to do so, he uses __________.

A) a pseudo-element
B) HTML
C) a structural pseudo-class
D) a media feature
سؤال


<strong>​ ​   Referring to the figure above, what part of a responsive layout would this code accomplish?</strong> A) create a small screen layout B) add a sidebar C) implement adaptive content D) create a widescreen layout <div style=padding-top: 35px>
Referring to the figure above, what part of a responsive layout would this code accomplish?

A) create a small screen layout
B) add a sidebar
C) implement adaptive content
D) create a widescreen layout
سؤال
When you use progressive enhancement, newer CSS features enhance the basic content

A) for users of older browsers only
B) for users of modern browsers only
C) for users of all browsers
D) for users of mobile browsers only
سؤال
Which is an example of progressive enhancement?

A) specifying a background color as a fallback for a background image
B) incorporating a shim
C) creating a layout for small screens
D) creating a media query
سؤال
Which of the following recreates a CSS feature for older browsers using JavaScript code?

A) a shim
B) progressive enhancement
C) an emulator
D) adaptive content
سؤال



<strong>​ ​ ​   Referring to the figure above, which aspect of responsive design does the figure illustrate?</strong> A) responsive navigation B) a widescreen layout C) a shim D) an emulator <div style=padding-top: 35px>
Referring to the figure above, which aspect of responsive design does the figure illustrate?

A) responsive navigation
B) a widescreen layout
C) a shim
D) an emulator
سؤال
Which pseudo-class selects the first child element if it is of the specified type?

A) :first-child
B) :first-of-type
C) :nth-child
D) :nth-of-type
سؤال

<strong>​     Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?</strong> A) ​adaptive content B) ​testing with an emulator C) ​implementing a shim D) ​responsive navigation <div style=padding-top: 35px> <strong>​     Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?</strong> A) ​adaptive content B) ​testing with an emulator C) ​implementing a shim D) ​responsive navigation <div style=padding-top: 35px>
Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?

A) ​adaptive content
B) ​testing with an emulator
C) ​implementing a shim
D) ​responsive navigation
سؤال
What does a hamburger menu replace?

A) nav bar
B) logo
C) sidebar
D) footer
سؤال
Jenna decides to change element sizes on the website to use

A) percentages
B) ems
C) pixels
D) points
سؤال

<strong>​   Referring to the figure above, which of the following aspects of responsive design does the figure show?</strong> A) testing with an emulator B) implementing a shim C) progressive enhancement D) responsive navigation <div style=padding-top: 35px>
Referring to the figure above, which of the following aspects of responsive design does the figure show?

A) testing with an emulator
B) implementing a shim
C) progressive enhancement
D) responsive navigation
سؤال
In what circumstances might you add a column with a media query, and what property or properties might you use?
سؤال
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
min-width
سؤال
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
not
سؤال
At a certain width-known as a(n) __________-a layout no longer looks good, or you may decide that you'd like to move elements or add or remove content to accommodate that window size.
سؤال
A(n) __________ recreates a recently added CSS property for older browsers using JavaScript code.
سؤال
A media __________ specifies conditions that specific media must satisfy for the rules in a media query to be applied.
سؤال
A(n) __________ runs on a computer and approximates the dimensions and behavior of a wide range of devices.
سؤال
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
and
سؤال
What is the relationship between media queries and media features?
سؤال
The practice of limiting the amount of content shown by default and making related information available only if a user requests is is known as __________ content.
سؤال
__________ allows a web developer to specify different CSS style rules for some or all of a page's elements depending on the width of the screen or browser window.
سؤال
Why does responsive design often use percentages to size elements?
سؤال
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
max-width
سؤال
In responsive design, a button showing 3 horizontal lines is often referred to as a(n) __________ menu.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/74
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Implementing Responsive Design
1
In general, you use the min-width media feature for all media queries when your starting layout is optimized for a small screen._________________________
True
2
Limiting the amount of content shown by default and making related information available if a user requests it is sometimes called responsive content._________________________
False
3
On smaller screens, it's standard to replace the nav bar with a button showing 3 horizontal lines.
True
4
Instead of testing on actual mobile devices, you can use an application known as a(n) emulator._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
5
A media query recreates a feature for older browsers using JavaScript code._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
6
On small screens, it generally makes the most sense to display some content in a sidebar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
7
It's considered acceptable to incorporate a newer CSS feature not supported by older browsers as long as it doesn't affect the meaning or functionality of page content.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
8
Specifying a background color as a fallback for a background image is an example of a shim.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
9
In many layouts, you want to specify a breakpoint at which the content height stops increasing._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
10
One method of implementing adaptive content is to change the display of elements in media queries using class names.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
11
When a comma is used in a media query, the conditions before and after the comma must be true._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
12
Responsive design relies mainly on the min-height and max-height media features.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
13
To create a web page using responsive design, you start by creating a layout that's optimized for both the smallest and the largest screen size you want to support.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
14
Before making a website publicly available, it's important to test it on as many devices that your audience may be using as possible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
15
Element widths in responsive designs are often specified in pixels._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
16
Responsive design allows a web developer to specify different HTML code for some or all of a page's elements._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
17
An example of progressive enhancement is when you specify a fallback color for a background image._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
18
One of the most commonly hidden web page elements for smaller screens is the nav bar._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
19
You should never limit the amount of content shown by default on a smaller screen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
20
A browser on any device is capable of rendering any page written in HTML and CSS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
21
In a media query for responsive design, you follow the media type with one or more media __________, which specify conditions that the media must satisfy for the rules in the media query to be applied..

A) details
B) features
C) modes
D) values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
22
If you placed two images side by side and assigned each a width of 45%, how much room would be left for the margin, padding, and border?

A) 5%
B) 10%
C) 45%
D) 100%
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
23
Element widths in responsive designs are often specified in percentages, with the size of each element relative to

A) the width of the browser window.
B) the height of the browser window.
C) the width of its parent.
D) the height of its parent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
24
When creating a responsive design, you create a(n) __________ at a width where the layout no longer looks good, or where you'd like to move elements or add or remove content.

A) breakpoint
B) emulator
C) hamburger menu
D) shim
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
25
Before making a website publicly available, it's important to test on

A) as many devices that your audience may be using as possible.
B) every device that may access your website.
C) your computer.
D) your computer and a smartphone.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
26

<strong>​   Referring to the figure above, the word and represents a</strong> A) media type. B) media feature. C) media query. D) logical operator.
Referring to the figure above, the word and represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
27
When a media query uses thecomma ( , ) logical operator,

A) the conditions before and after the comma must be true.
B) the condition before or after the comma must be true.
C) the condition following the comma must be false.
D) the condition following the comma must be true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
28
On small screens, it generally makes the most sense to display content

A) in a single column
B) in two columns
C) at a fixed width
D) in a sidebar
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which of the following is a commonly hidden web page element?

A) nav bar
B) main heading
C) footer
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
30
You use the @media keyword tocreate a media query for responsive design using which media type?

A) min-width
B) max-width
C) ​print
D) screen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
31
When your default layout is optimized forsmall screens, then the mediaquery for your first breakpoint would use the __________ media feature.

A) min-width
B) max-width
C) min-height
D) max-height
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following appliesto a device with a screen or to a device with a minimum width of 500px?

A) screen and (min-width: 500px)
B) screen, (min-width: 500px)
C) screen and (max-width: 500px)
D) screen, (max-width: 500px)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
33

<strong>​   Referring to the figure above, which of the following describes when the code applies?</strong> A) on a device with a screen and with a minimum width of 880px B) on a device with a screen or with a minimum width of 880px C) on a device with a screen and with a maximum width of 880px D) on a device with a screen or with a maximum width of 880px
Referring to the figure above, which of the following describes when the code applies?

A) on a device with a screen and with a minimum width of 880px
B) on a device with a screen or with a minimum width of 880px
C) on a device with a screen and with a maximum width of 880px
D) on a device with a screen or with a maximum width of 880px
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
34
To create a web page using responsive design, you start by creating a layout that's optimized for

A) the smallest screen size you want to support.
B) the largest screen size you want to support.
C) Both A and B
D) Either A or B
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
35

<strong>​   Referring to the figure above, the word screen represents a</strong> A) media type. B) media feature. C) media query. D) logical operator.
Referring to the figure above, the word screen represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
36

<strong>​   Referring to the figure above, the word min-width represents a</strong> A) media type. B) media feature. C) media query. D) logical operator.
Referring to the figure above, the word min-width represents a

A) media type.
B) media feature.
C) media query.
D) logical operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
37

<strong>​   Referring to the figure above, the code shown in the figure represents</strong> A) print styles. B) a media query. C) a shim. D) a schema.
Referring to the figure above, the code shown in the figure represents

A) print styles.
B) a media query.
C) a shim.
D) a schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
38
Responsive design allows you to specify different CSS style rules depending on

A) the height of the screen.
B) the width of the screen.
C) whether a device has a mouse.
D) whether a device has a touchscreen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which property might you use with a media query to create columns?

A) float
B) font-weight
C) line-height
D) box-shadow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
40
While developing a website, you can test how its layout might appear on a range of devices using

A) a shim
B) an emulator
C) a device-pixel ratio
D) a hamburger menu
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
41
Limiting the amount of web page content shown by default and making related information available only if a user requests is describes which concept?

A) implementing adaptive content
B) testing with an emulator
C) using a shim
D) creating a breakpoint
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
42

<strong>​   Referring to the figure above, the code that creates rounded corners starts with __________.</strong> A) padding: B) border: C) display: D) border-radius:
Referring to the figure above, the code that creates rounded corners starts with __________.

A) padding:
B) border:
C) display:
D) border-radius:
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
43
Tracy shortens the descriptions of the parks when the site is displayed on smaller screens; this is an implementation of __________.

A) adaptive content
B) a widescreen layout
C) emulation
D) responsive navigation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
44
Which of the following is true about IE8?

A) It supports all current CSS properties.
B) It doesn't support features developed after the browser was released.
C) It is no longer used by anyone.
D) It is not supported by responsive design techniques.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which pseudo-class selects the first child element of the specified type?

A) :first-child
B) :first-of-type
C) :nth-child
D) :nth-of-type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
46
Tracy implements responsive navigation by adding a(n) __________ to the layout to represent the nav bar.

A) button
B) table
C) list
D) heading
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
47
Which of the following involves using newer CSS features in a way that doesn't affect the meaning or functionality of the page content?

A) a shim
B) progressive enhancement
C) an emulator
D) adaptive content
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
48
Jenna learns that while developing her website, she can most easily get asense of how the layout will perform on a variety of devices by

A) acquiring and testing on all the devices that her target audience will be using
B) testing just on devices she owns
C) testing with an emulator
D) testing only on mobile devices
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
49
What is selected by the selector section p:first-of-type?

A) the first p element within each section element
B) the first p child element within each section element if that p element is also the first child
C) the lastpelement within eachsectionelement
D) the lastpchild element within eachsectionelement if thatpelement is also the last child
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
50
Tracy wants to change the display of the first child of another element; to do so, he uses __________.

A) a pseudo-element
B) HTML
C) a structural pseudo-class
D) a media feature
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
51


<strong>​ ​   Referring to the figure above, what part of a responsive layout would this code accomplish?</strong> A) create a small screen layout B) add a sidebar C) implement adaptive content D) create a widescreen layout
Referring to the figure above, what part of a responsive layout would this code accomplish?

A) create a small screen layout
B) add a sidebar
C) implement adaptive content
D) create a widescreen layout
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
52
When you use progressive enhancement, newer CSS features enhance the basic content

A) for users of older browsers only
B) for users of modern browsers only
C) for users of all browsers
D) for users of mobile browsers only
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which is an example of progressive enhancement?

A) specifying a background color as a fallback for a background image
B) incorporating a shim
C) creating a layout for small screens
D) creating a media query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following recreates a CSS feature for older browsers using JavaScript code?

A) a shim
B) progressive enhancement
C) an emulator
D) adaptive content
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
55



<strong>​ ​ ​   Referring to the figure above, which aspect of responsive design does the figure illustrate?</strong> A) responsive navigation B) a widescreen layout C) a shim D) an emulator
Referring to the figure above, which aspect of responsive design does the figure illustrate?

A) responsive navigation
B) a widescreen layout
C) a shim
D) an emulator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which pseudo-class selects the first child element if it is of the specified type?

A) :first-child
B) :first-of-type
C) :nth-child
D) :nth-of-type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
57

<strong>​     Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?</strong> A) ​adaptive content B) ​testing with an emulator C) ​implementing a shim D) ​responsive navigation <strong>​     Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?</strong> A) ​adaptive content B) ​testing with an emulator C) ​implementing a shim D) ​responsive navigation
Referring to the figure above, which of the following aspects of responsive design does the figure illustrate?

A) ​adaptive content
B) ​testing with an emulator
C) ​implementing a shim
D) ​responsive navigation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
58
What does a hamburger menu replace?

A) nav bar
B) logo
C) sidebar
D) footer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
59
Jenna decides to change element sizes on the website to use

A) percentages
B) ems
C) pixels
D) points
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
60

<strong>​   Referring to the figure above, which of the following aspects of responsive design does the figure show?</strong> A) testing with an emulator B) implementing a shim C) progressive enhancement D) responsive navigation
Referring to the figure above, which of the following aspects of responsive design does the figure show?

A) testing with an emulator
B) implementing a shim
C) progressive enhancement
D) responsive navigation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
61
In what circumstances might you add a column with a media query, and what property or properties might you use?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
62
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
min-width
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
63
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
not
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
64
At a certain width-known as a(n) __________-a layout no longer looks good, or you may decide that you'd like to move elements or add or remove content to accommodate that window size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
65
A(n) __________ recreates a recently added CSS property for older browsers using JavaScript code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
66
A media __________ specifies conditions that specific media must satisfy for the rules in a media query to be applied.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
67
A(n) __________ runs on a computer and approximates the dimensions and behavior of a wide range of devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
68
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
and
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
69
What is the relationship between media queries and media features?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
70
The practice of limiting the amount of content shown by default and making related information available only if a user requests is is known as __________ content.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
71
__________ allows a web developer to specify different CSS style rules for some or all of a page's elements depending on the width of the screen or browser window.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
72
Why does responsive design often use percentages to size elements?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
73
Matching
Match each logical operator and media feature with its description.
a. conditions before and after must be true
b. condition before or condition after must be true
c. condition after must be false
d. minimum width to which media query applies
e. maximum width to which media query applies
REFERENCES: 235
max-width
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
74
In responsive design, a button showing 3 horizontal lines is often referred to as a(n) __________ menu.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.