Media Types

Question 1
Marks : +2 | -2
Pass Ratio : 100%
____________ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.
tv
tty
media
audio
Explanation:
Media types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document. However, user agents may use different media types on different canvases. For example, a document may (simultaneously) be shown in ‘screen’ mode on one canvas and ‘print’ mode on another canvas.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.
audio/video
sink
@media
@canvas
Explanation:
Question 3
Marks : +2 | -2
Pass Ratio : 100%
If an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid. State true or false.
True
False
Explanation:
@media and @import rules with unknown media types (that are nonetheless valid identifiers) are treated as if the unknown media types are not present. If an @media/@import rule contains a malformed media type (not an identifier) then the statement is invalid.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
What is the way to specify media dependencies for style sheets ?
Specify the target medium from a style sheet with the @media or @import at-rules
Specify the target medium within the document language
both Specify the target medium from a style sheet with the @media or @import at-rules and Specify the target medium within the document language
none of the mentioned
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
What does projection media type is used for?
For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
For use with color computer screens
For use with handheld devices
For use with television-type devices
Explanation:
None.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
What does braille media type is used for?
For use with all devices
For use with speech synthesizers
For use with handheld devices
For use with tactile Braille devices
Explanation:
None.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
What does aural media type is used for ?
For use with low-resolution teletypes, terminals, or other devices with limited display capabilities
For use with Braille printers
For use with speech synthesizers
For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection
Explanation:
None.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
What does all media type is used for?
For use with all devices
For use with speech synthesizers
For use with handheld devices
For use with tactile Braille devices
Explanation:
None.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
What does tty media type is used for ?
For use with low-resolution teletypes, terminals, or other devices with limited display capabilities.
For use with Braille printers.
For use with speech synthesizers.
For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
Explanation:
None.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Media type names are case-insensitive. State true or false.
True
False
Explanation:
self explanatory.