Test Series - css

Test Number 22/59

Q: Which of the following media feature describes the number of entries in the color lookup table of the output device
A. color
B. color-index
C. color-value
D. color-@media
Solution: 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
Q: Which of the following Viewport Property sets the initial scaling factor?
A. scale
B. initial-scale
C. minimum-scale
D. user-scale
Solution: Self-explainatory.
Q: Which of the following Viewport Property determines whether the display can be zoomed in
and out?
A. scale
B. set-scale
C. adjust-scale
D. user-scalable
Solution: Self-explainatory.
Q: Which of the following @viewport Property sets the viewport height in the same way as width?
A. height
B. width
C. viewpor-width
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
A. orientation
B. resolution
C. landscape
D. portrait
Solution: Self-explainatory.
Q: Which of the following Media Query describe the ratio of the device width to the device height of the media?
A. device-aspect
B. device-aspect-ratio
C. device-aspect-query
D. none of the mentioned
Solution: Self-explainatory.
Q: 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?
A. monochrome
B. grid
C. resolution
D. device-height
Solution: Self-explainatory.
Q: Which of the following Media Query describes the scanning method of a TV?
A. orientation
B. scan
C. resolution
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?
A. gray
B. chrome
C. monochrome
D. none of the mentioned
Solution: Self-explainatory.
Q: 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.
A. True
B. False
C. none
D. ..
Solution: Self-explainatory.

You Have Score    /10