Targeting Styles with Media Queries

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
orientation
resolution
landscape
portrait
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Media Query describe the ratio of the device width to the device height of the media?
device-aspect
device-aspect-ratio
device-aspect-query
none of the mentioned
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Viewport Property determines whether the display can be zoomed in
scale
set-scale
adjust-scale
user-scalable
Explanation:
Self-explainatory.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?
monochrome
grid
resolution
device-height
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?
gray
chrome
monochrome
none of the mentioned
Explanation:
Self-explainatory.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Viewport Property sets the initial scaling factor?
scale
initial-scale
minimum-scale
user-scale
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. State true or false.
True
False
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following media feature describes the number of entries in the color lookup table of the output device
color
color-index
color-value
color-@media
Explanation:
The ‘color-index’ media feature describes the number of entries in the color lookup table of the output device. If the device does not use a color lookup table, the value is zero
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Media Query describes the scanning method of a TV?
orientation
scan
resolution
none of the mentioned
Explanation:
Self-explainatory.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following @viewport Property sets the viewport height in the same way as width?
height
width
viewpor-width
none of the mentioned
Explanation:
Self-explainatory.