Deck 12: Incorporating Video and Audio

ملء الشاشة (f)
exit full mode
سؤال
Older browsers rely on additional software to play videos, such as the most widely installed program, Adobe Acrobat._________________________
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Because an audio element contains no visual content, it's invisible on a web page unless controls or a poster image are displayed.
سؤال
You can nest multiple instances of thesource element within a video element to specify the location and encoding of multiple versions of the same video encoded in different formats._________________________
سؤال
Most video on the web is encoded as AAC, MP3, or MOV.
سؤال
The WebM container format commonly uses VP8 or VP9 video encoding._________________________
سؤال
The audio/mpeg MIME type is associated with the AAC audio format._________________________
سؤال
HTML5 introduced an audio element for linking audio files to a web page and enabling users to control playback.
سؤال
All browsers can decode video and audio.
سؤال
Captions and descriptions are saved in external files and linked to a web page.
سؤال
The WebM container format commonly uses H.264 video encoding.
سؤال
Before a user chooses to play a video, the first frame of the video is displayed by default.
سؤال
Each encoding method is known as a codec-short for coder/decoder._________________________
سؤال
Even if a video element contains one or more nested source elements, it's still important to include the src attribute for the video element.
سؤال
Descriptions consist of text that is overlaid on a video image and describes the audio portion._________________________
سؤال
HTML5 does not enable you to incorporate support for video that works for users of older browsers.
سؤال
The autoplay attribute indicates that the browser should restart playback each time it reaches the end of a video._________________________
سؤال
To preserve the layout of your web pages in browsers that are unable to render video content, you can provide a poster image._________________________
سؤال
The src attribute of the video elementspecifies the name and location of the video file to display._________________________
سؤال
Video controls displayed by browsers typically include a full-screen button.
سؤال
Four main video codecs are in wide use on the web today: Flash, Theora, VP8, and VP9._________________________
سؤال
The presence of the controls attribute in the video element instructs browsers

A) to add their default controls.
B) to hide their default controls.
C) to block user control of playback.
D) to begin playing the video immediately when the page is loaded.
سؤال
The __________ attribute of the video element specifies the container format used to encode the file.

A) autoplay
B) type
C) loop
D) src
سؤال
An encoded set of video data is known as a(n) ____.

A) encoding
B) stream
C) container
D) plugin
سؤال
When using Ogg, a common audio encodingis ____ audio.

A) Opus
B) AAC
C) Theora
D) H.264
سؤال
Video controls typically include a play button, a position bar for visualizing the progress of the video during playback with a slider for moving forward or backward in the video, one or more options for adjusting the ____ level, and a full-screen button.

A) video speed
B) audio
C) color
D) download rate
سؤال
It's generally best to reference multiple video files, each specifying the same video but in different ____ formats, to accommodate the potential range of your users' browser capabilities.

A) encoding
B) container
C) Both A and B.
D) Neither A nor B.
سؤال
While most container formats can accommodate a variety of codecs, each container is commonly used with one or two specific ____ codecs.

A) audio
B) video
C) Both A and B.
D) Neither A nor B.
سؤال
To make a Flash video available to older browsers, you use the object and __________ elements.

A) param
B) flash
C) source
D) embed
سؤال
Playing a video or audio file on a computer has traditionally required a program, known as a helper program or a ____, that can both unpack the relevant container and decode the video and audio streams.

A) plugin
B) container
C) codec
D) stream
سؤال
video/x-flv is the MIME type for __________.

A) Flash Video
B) MPEG-4
C) Ogg
D) WebM
سؤال
All modern browsers can play MPEG-4 videos encoded with the __________ codec.

A) H.264
B) Theora
C) VP8
D) VP9
سؤال
The autoplay attribute of the video element indicates

A) that the video should begin playing immediately when the page is loaded.
B) that the browser should restart playback each time it reaches the end of the video.
C) that user control of playback should be blocked.
D) that the browser should download the video file when opening the web page.
سؤال
Whichof the following is a popular container format on the web today?

A) WebM
B) H.264
C) VP8
D) Vorbis
سؤال
When using Ogg, a common video encoding is ____ video

A) H.264
B) AAC
C) Theora
D) VP8
سؤال
When using MPEG-4, the common video encoding is ____.

A) AAC video
B) H.264 video
C) VP8 video
D) Theora video
سؤال
The process of transforming a ____ into a digital file is known as encoding.

A) moving image
B) sound
C) Either A or B.
D) Neither A nor B.
سؤال
When using MPEG-4, a common audio encoding is ____ audio

A) VP8
B) Theora
C) Opus
D) AAC
سؤال
The loop attribute of the video element indicates

A) that the browser should restart playback each time it reaches the end of the video.
B) that user control of playback should be blocked.
C) that the video should begin playing immediately when the page is loaded.
D) that the browser should download the video file when opening the web page.
سؤال
The container format is expressed using the relevant MIME type, which is a standardized value used to reference a __________ type.

A) data
B) web
C) download
D) transaction
سؤال
One of the most commonly used helper programs for playing web video and audio is __________.

A) Windows Media Player
B) Apple iTunes
C) Adobe Acrobat
D) Adobe Flash Player
سؤال


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the fallback image?</strong> A) video B) source C) param D) img <div style=padding-top: 35px>
Referring to the code shown in the figure above, which element specifies the fallback image?

A) video
B) source
C) param
D) img
سؤال


<strong>​ ​   Referring to the figure above, which code is a cue time range?</strong> A) WEBVTT FILE B) 1 C) 00:00.000 --> 00:31.000 D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings. <div style=padding-top: 35px>
Referring to the figure above, which code is a cue time range?

A) WEBVTT FILE
B) 1
C) 00:00.000 --> 00:31.000
D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
سؤال
Lu wants users' browsers to display their own default controls to the video element.To do this she adds the ____attribute.

A) buttons
B) controls
C) default
D) play
سؤال
Researchers are continually trying to find new ways to encode video and audio that result in smaller __________ sizes.
سؤال


<strong>​ ​   Referring to the figure above, which code is cue text?</strong> A) NOTE B) 1 C) 00:00.000 --> 00:31.000 D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings. <div style=padding-top: 35px>
Referring to the figure above, which code is cue text?

A) NOTE
B) 1
C) 00:00.000 --> 00:31.000
D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
سؤال


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the path and filename of the video file for older browsers?</strong> A) video B) source C) object D) param <div style=padding-top: 35px>
Referring to the code shown in the figure above, which element specifies the path and filename of the video file for older browsers?

A) video
B) source
C) object
D) param
سؤال
Both captions and descriptions are written in __________.

A) WebVTT
B) HTML
C) CSS
D) None of the above.
سؤال
Patrice wants to display an image for each audio clip.To do so, he uses __________.

A) the poster attribute
B) the img element
C) the height and width properties
D) the height and width attributes
سؤال


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the poster image?</strong> A) video B) source C) object D) img <div style=padding-top: 35px>
Referring to the code shown in the figure above, which element specifies the poster image?

A) video
B) source
C) object
D) img
سؤال
Lu wants to include an image that users see before they play the video.To do this, she uses __________.

A) the poster attribute
B) the object element
C) the param element
D) the img element
سؤال


<strong>​ ​   Referring to the figure above, which code is a cue name?</strong> A) WEBVTT FILE B) NOTE C) 1 D) 00:00.000 <div style=padding-top: 35px>
Referring to the figure above, which code is a cue name?

A) WEBVTT FILE
B) NOTE
C) 1
D) 00:00.000
سؤال
A(n) __________ image is displayed before a video is played.

A) poster
B) fallback
C) lead-off
D) alternate
سؤال


<strong>​ ​   Referring to the code shown in the figure above, which of the following is most likely the video codec used in the source file bfly.webm?</strong> A) H.264 B) Theora C) VP9 D) Flash <div style=padding-top: 35px>
Referring to the code shown in the figure above, which of the following is most likely the video codec used in the source file bfly.webm?

A) H.264
B) Theora
C) VP9
D) Flash
سؤال
Although you can control the size of the video element with CSS style rules, yostill need to specify the width and height of the object element using __________.

A) attributes
B) parameters
C) child elements
D) JavaScript
سؤال
Patrice specifies a MIME type of audio/mpeg for each of his clips.This is because the clips are encoded in which audio format?

A) AAC
B) mp3
C) Opus
D) Vorbis
سؤال
Which element used in adding video to a web page is not also used when adding audio?

A) source
B) object
C) param
D) img
سؤال
Lu wants to make her video accessible for users who are deaf or hard of hearing.To do so, she includes __________.

A) captions
B) descriptions
C) narration
D) a fallback image
سؤال


<strong>​ ​   Referring to the figure above, which code indicates the start of a comment?</strong> A) WEBVTT FILE B) NOTE C) 1 D) 00:00.000 <div style=padding-top: 35px>
Referring to the figure above, which code indicates the start of a comment?

A) WEBVTT FILE
B) NOTE
C) 1
D) 00:00.000
سؤال
A(n) __________ image is displayed in browsers that do not recognize the video element and cannot render the video specified by the object element.

A) poster
B) fallback
C) lead-off
D) alternate
سؤال
Lu wants to make her video accessible for users who are blind or have low sight.To do so, she adds __________.

A) captions
B) descriptions
C) narration
D) a fallback image
سؤال
You can nest multiple instances of the __________ element within a video element to specify the location and encoding of multiple versions of the same video encoded in different formats.
سؤال
You specify a file's container format using the relevant __________ type.
سؤال
Each encoding method for video and audio is known as a(n) __________.
سؤال
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
param
سؤال
Explain why it is necessary to provide a Flash fallback when you include video or audio in a web page.
سؤال
Encoded video and audio are packaged for distribution within a file known as a(n) __________.
سؤال
A(n) __________ is a program that can both unpack a container and decode the video and audio streams.
سؤال
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
object
سؤال
Explain what captions and descriptions are and how incorporating them into web videos can make the videos more accessible.
سؤال
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
img
سؤال
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
source
سؤال
An encoded set of video data is known as a(n) __________.
سؤال
Explain the uses of the kind, label, src, and srclang attributes of the track element.
سؤال
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
video
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/74
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Incorporating Video and Audio
1
Older browsers rely on additional software to play videos, such as the most widely installed program, Adobe Acrobat._________________________
False
2
Because an audio element contains no visual content, it's invisible on a web page unless controls or a poster image are displayed.
True
3
You can nest multiple instances of thesource element within a video element to specify the location and encoding of multiple versions of the same video encoded in different formats._________________________
True
4
Most video on the web is encoded as AAC, MP3, or MOV.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
5
The WebM container format commonly uses VP8 or VP9 video encoding._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
6
The audio/mpeg MIME type is associated with the AAC audio format._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
7
HTML5 introduced an audio element for linking audio files to a web page and enabling users to control playback.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
8
All browsers can decode video and audio.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
9
Captions and descriptions are saved in external files and linked to a web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
10
The WebM container format commonly uses H.264 video encoding.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
11
Before a user chooses to play a video, the first frame of the video is displayed by default.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
12
Each encoding method is known as a codec-short for coder/decoder._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
13
Even if a video element contains one or more nested source elements, it's still important to include the src attribute for the video element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
14
Descriptions consist of text that is overlaid on a video image and describes the audio portion._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
15
HTML5 does not enable you to incorporate support for video that works for users of older browsers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
16
The autoplay attribute indicates that the browser should restart playback each time it reaches the end of a video._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
17
To preserve the layout of your web pages in browsers that are unable to render video content, you can provide a poster image._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
18
The src attribute of the video elementspecifies the name and location of the video file to display._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
19
Video controls displayed by browsers typically include a full-screen button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
20
Four main video codecs are in wide use on the web today: Flash, Theora, VP8, and VP9._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
21
The presence of the controls attribute in the video element instructs browsers

A) to add their default controls.
B) to hide their default controls.
C) to block user control of playback.
D) to begin playing the video immediately when the page is loaded.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
22
The __________ attribute of the video element specifies the container format used to encode the file.

A) autoplay
B) type
C) loop
D) src
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
23
An encoded set of video data is known as a(n) ____.

A) encoding
B) stream
C) container
D) plugin
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
24
When using Ogg, a common audio encodingis ____ audio.

A) Opus
B) AAC
C) Theora
D) H.264
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
25
Video controls typically include a play button, a position bar for visualizing the progress of the video during playback with a slider for moving forward or backward in the video, one or more options for adjusting the ____ level, and a full-screen button.

A) video speed
B) audio
C) color
D) download rate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
26
It's generally best to reference multiple video files, each specifying the same video but in different ____ formats, to accommodate the potential range of your users' browser capabilities.

A) encoding
B) container
C) Both A and B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
27
While most container formats can accommodate a variety of codecs, each container is commonly used with one or two specific ____ codecs.

A) audio
B) video
C) Both A and B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
28
To make a Flash video available to older browsers, you use the object and __________ elements.

A) param
B) flash
C) source
D) embed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
29
Playing a video or audio file on a computer has traditionally required a program, known as a helper program or a ____, that can both unpack the relevant container and decode the video and audio streams.

A) plugin
B) container
C) codec
D) stream
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
30
video/x-flv is the MIME type for __________.

A) Flash Video
B) MPEG-4
C) Ogg
D) WebM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
31
All modern browsers can play MPEG-4 videos encoded with the __________ codec.

A) H.264
B) Theora
C) VP8
D) VP9
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
32
The autoplay attribute of the video element indicates

A) that the video should begin playing immediately when the page is loaded.
B) that the browser should restart playback each time it reaches the end of the video.
C) that user control of playback should be blocked.
D) that the browser should download the video file when opening the web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
33
Whichof the following is a popular container format on the web today?

A) WebM
B) H.264
C) VP8
D) Vorbis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
34
When using Ogg, a common video encoding is ____ video

A) H.264
B) AAC
C) Theora
D) VP8
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
35
When using MPEG-4, the common video encoding is ____.

A) AAC video
B) H.264 video
C) VP8 video
D) Theora video
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
36
The process of transforming a ____ into a digital file is known as encoding.

A) moving image
B) sound
C) Either A or B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
37
When using MPEG-4, a common audio encoding is ____ audio

A) VP8
B) Theora
C) Opus
D) AAC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
38
The loop attribute of the video element indicates

A) that the browser should restart playback each time it reaches the end of the video.
B) that user control of playback should be blocked.
C) that the video should begin playing immediately when the page is loaded.
D) that the browser should download the video file when opening the web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
39
The container format is expressed using the relevant MIME type, which is a standardized value used to reference a __________ type.

A) data
B) web
C) download
D) transaction
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
40
One of the most commonly used helper programs for playing web video and audio is __________.

A) Windows Media Player
B) Apple iTunes
C) Adobe Acrobat
D) Adobe Flash Player
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
41


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the fallback image?</strong> A) video B) source C) param D) img
Referring to the code shown in the figure above, which element specifies the fallback image?

A) video
B) source
C) param
D) img
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
42


<strong>​ ​   Referring to the figure above, which code is a cue time range?</strong> A) WEBVTT FILE B) 1 C) 00:00.000 --> 00:31.000 D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
Referring to the figure above, which code is a cue time range?

A) WEBVTT FILE
B) 1
C) 00:00.000 --> 00:31.000
D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
43
Lu wants users' browsers to display their own default controls to the video element.To do this she adds the ____attribute.

A) buttons
B) controls
C) default
D) play
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
44
Researchers are continually trying to find new ways to encode video and audio that result in smaller __________ sizes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
45


<strong>​ ​   Referring to the figure above, which code is cue text?</strong> A) NOTE B) 1 C) 00:00.000 --> 00:31.000 D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
Referring to the figure above, which code is cue text?

A) NOTE
B) 1
C) 00:00.000 --> 00:31.000
D) A bush with purple flowers is covered with many dark butterflies, some of which slowly beat their wings.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
46


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the path and filename of the video file for older browsers?</strong> A) video B) source C) object D) param
Referring to the code shown in the figure above, which element specifies the path and filename of the video file for older browsers?

A) video
B) source
C) object
D) param
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
47
Both captions and descriptions are written in __________.

A) WebVTT
B) HTML
C) CSS
D) None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
48
Patrice wants to display an image for each audio clip.To do so, he uses __________.

A) the poster attribute
B) the img element
C) the height and width properties
D) the height and width attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
49


<strong>​ ​   Referring to the code shown in the figure above, which element specifies the poster image?</strong> A) video B) source C) object D) img
Referring to the code shown in the figure above, which element specifies the poster image?

A) video
B) source
C) object
D) img
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
50
Lu wants to include an image that users see before they play the video.To do this, she uses __________.

A) the poster attribute
B) the object element
C) the param element
D) the img element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
51


<strong>​ ​   Referring to the figure above, which code is a cue name?</strong> A) WEBVTT FILE B) NOTE C) 1 D) 00:00.000
Referring to the figure above, which code is a cue name?

A) WEBVTT FILE
B) NOTE
C) 1
D) 00:00.000
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
52
A(n) __________ image is displayed before a video is played.

A) poster
B) fallback
C) lead-off
D) alternate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
53


<strong>​ ​   Referring to the code shown in the figure above, which of the following is most likely the video codec used in the source file bfly.webm?</strong> A) H.264 B) Theora C) VP9 D) Flash
Referring to the code shown in the figure above, which of the following is most likely the video codec used in the source file bfly.webm?

A) H.264
B) Theora
C) VP9
D) Flash
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
54
Although you can control the size of the video element with CSS style rules, yostill need to specify the width and height of the object element using __________.

A) attributes
B) parameters
C) child elements
D) JavaScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
55
Patrice specifies a MIME type of audio/mpeg for each of his clips.This is because the clips are encoded in which audio format?

A) AAC
B) mp3
C) Opus
D) Vorbis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which element used in adding video to a web page is not also used when adding audio?

A) source
B) object
C) param
D) img
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
57
Lu wants to make her video accessible for users who are deaf or hard of hearing.To do so, she includes __________.

A) captions
B) descriptions
C) narration
D) a fallback image
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
58


<strong>​ ​   Referring to the figure above, which code indicates the start of a comment?</strong> A) WEBVTT FILE B) NOTE C) 1 D) 00:00.000
Referring to the figure above, which code indicates the start of a comment?

A) WEBVTT FILE
B) NOTE
C) 1
D) 00:00.000
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
59
A(n) __________ image is displayed in browsers that do not recognize the video element and cannot render the video specified by the object element.

A) poster
B) fallback
C) lead-off
D) alternate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
60
Lu wants to make her video accessible for users who are blind or have low sight.To do so, she adds __________.

A) captions
B) descriptions
C) narration
D) a fallback image
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
61
You can nest multiple instances of the __________ element within a video element to specify the location and encoding of multiple versions of the same video encoded in different formats.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
62
You specify a file's container format using the relevant __________ type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
63
Each encoding method for video and audio is known as a(n) __________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
64
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
param
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
65
Explain why it is necessary to provide a Flash fallback when you include video or audio in a web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
66
Encoded video and audio are packaged for distribution within a file known as a(n) __________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
67
A(n) __________ is a program that can both unpack a container and decode the video and audio streams.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
68
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
69
Explain what captions and descriptions are and how incorporating them into web videos can make the videos more accessible.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
70
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
img
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
71
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
source
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
72
An encoded set of video data is known as a(n) __________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
73
Explain the uses of the kind, label, src, and srclang attributes of the track element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
74
Matching
Match each HTML element with its use in creating web video and audio.
a. includes the content of an external resource, such as Flash video, in the current web page
b. when multiple versions of the same video are used, specifies the location and encoding of one version of the video
c. contains all other elements used to add video
d. defines one or more parameters related to an external resource
e. specifies an image to be displayed in browsers that cannot render any of the video content
video
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 74 في هذه المجموعة.