Image, Video, Audio Formatting Flashcards
Describe the difference between mp4/mpeg4, wav, avi, webm, ogg, mov, wmv, and flash.
*mp4 or mpeg4: an extension of .jpeg (motion .jpeg) intended to compress sequenced images
*wav
*avi (audio video interleave): provides different compression levels according to the individual standards used for audio and video
*webm
*ogg
*mov: video compression file format following Apple standards
*wmv: video compression file format following Microsoft standards
Difference between xml, html, pdf, and docx?
.
Which attribute is used to specify the format of a video file?
.
How do you embed an image in CSS vs in HTML?
.
What is the difference between Bitmap, JPEG, PNG, SVG, and Vector images?
.
Which graphical image type scales without losing quality?
.
What are the following, and are they HTML or CSS:
img, canvas, var, iframe
.
Which HTML5 element is used to draw graphics on a web page?
canvas
What is MIME?
.
What is the purpose of the WebM MIME type?
Uses a file format to steam online videos.
Uses a file format to steam online videos.
Which property is used in CSS3 to specify the left or right alignment of an image?
.
What do the following HTML5 elements do:
canvas, figure, audio, video.
.
Which HTML5 element has a poster attribute?
Video
Poster attribute determines the static image (thumbnail) before video is played. Otherwise video will show just a black screen before you hit play.
Which HTML attribute is used with the <img></img> tag to display text if the image fails to load?
<img></img>
Imported images are based on their ___ and are called ___.
pixel representation
rasterized images