Image, Video, Audio Formatting Flashcards

1
Q

Describe the difference between mp4/mpeg4, wav, avi, webm, ogg, mov, wmv, and flash.

A

*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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Difference between xml, html, pdf, and docx?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which attribute is used to specify the format of a video file?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you embed an image in CSS vs in HTML?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between Bitmap, JPEG, PNG, SVG, and Vector images?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which graphical image type scales without losing quality?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the following, and are they HTML or CSS:
img, canvas, var, iframe

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which HTML5 element is used to draw graphics on a web page?

A

canvas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is MIME?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of the WebM MIME type?
Uses a file format to steam online videos.

A

Uses a file format to steam online videos.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which property is used in CSS3 to specify the left or right alignment of an image?

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do the following HTML5 elements do:
canvas, figure, audio, video.

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which HTML5 element has a poster attribute?
Video

A

Poster attribute determines the static image (thumbnail) before video is played. Otherwise video will show just a black screen before you hit play.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which HTML attribute is used with the <img></img> tag to display text if the image fails to load?

A

<img></img>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Imported images are based on their ___ and are called ___.

A

pixel representation

rasterized images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the differences between rasterized and created images?

A

Rasterized images are based on their pixel representation and are imported.

Created images are vector/SVG images based on their component description, i.e., a composition of predefined shapes such as circles and polygons.