HTML 3 Flashcards

(37 cards)

1
Q

Which is the best format for compressed recorded music?

A

MP3

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

What does MIPI (.mid/.midi) stand for?

A

Musical Instrument Digital Interface

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

what is MIPI (.mid/.midi) the main format for?

A

electronic music devices

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

Which company developed Real Audio audio format?

A

Real Media

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

what is the advantage of Real Audio audio format?

A

allows audio streaming with low Bandwidth

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

what is the disadvantage of Real Audio audio format?

A

doesn’t play in web browsers

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

What does WMA audio format stand for?

A

Window Media Audio

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

Which company developed WMA?

A

Microsoft

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

What does AAC audio format stand for?

A

Advanced Audio Coding

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

Which company developed AAC audio format??

A

Apple

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

Which company developed WAV audio format?

A

IBM and Microsoft

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

is WAV audio format supported by HTML?

A

yes

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

Which company developed OGG audio format?

A

Xiph- Org Foundation

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

is Ogg video format supported by HTML?

A

yes

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

MP3 is supported by all browsers, true or false?

A

true

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

Give an example of how to edit HTML video width and height?

A

<video>
</video>

17
Q

What is the function of <source></source> element?

A

allows you to specify alternate video files. The browser will use the first recognized format

18
Q

Give an example of how to use source HTML element for a movie with mp4 video format

A

<source></source>

19
Q

Give an example of HTML code of how to use HTML <video> Autoplay element</video>

A

<video>

<source></source>

</video>

20
Q

What are the 3 video tags for HTML

A

<video>
<source></source>
<track></track>
</video>

21
Q

What is the function of HTML video tag <video>?</video>

A

Defines a video/movie

22
Q

What is the function of HTML video tag <source></source>

A

Defines multiple media resources, such as <video> or <audio></audio></video>

23
Q

What is the function of HTML video tag <track></track>?

A

Defines text track in media players.

24
Q

What is Media Type of MP4?

25
What is the Media Type of File Format Web M?
video/webM
26
What is the Media type of File Format OGG?
video/ogg
27
To play audio file in HTML, use which element?
28
What does the element
it adds audio controls (play,pause, volume)
29
Is used to specify alternate audio files?
yes
30
Give an example for HTML code used to play audio file in HTML.
31
Give an example of the HTML code: To start an audio file automatically,use autoplay Add muted after autoplay to let your audio file play automatically
32
What are the two HTML audio tags?
33
What is the function of
defines sound content
34
What is the function of html tag?
defines multiple media resources foe media elements (e.g
35
What is the Audio Type type for HTML MP3?
audio/mpeg
36
What is the Audio Type type for HTML OGG?
audio/ogg
37