Deck 8: Enhancing a Website With Multimedia

ملء الشاشة (f)
exit full mode
سؤال
A video file typically contains a single codec that is used for both audio and video images.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
When a browser is unable to play an MP3 version or an OGG version of an audio file,a message is displayed as a fallback option asking the user to upgrade it.
سؤال
To format specific cues or text strings within a cue section,the cue text is identified using markup tags such as < span >< /span > for a span of text.
سؤال
Transition is a technique of creating the illusion of movement by displaying a sequence of changing images in rapid succession.
سؤال
A transition must start immediately after an event that triggers it.
سؤال
When setting the transition timing,it must be ensured that the speed of the transition is constant.
سؤال
When making tracks with Web Video Text Tracks (WebVTT),white spaces are ignored.
سؤال
An animation is limited to two style rules defined at the initial and end states.
سؤال
By default,the caption cues are centered at the top of the video window.
سؤال
The advantage of lossless compression is that the same level of compression is achieved as with lossy compression.
سؤال
The language of the subtitle that is added to a media clip must be specified in the descriptions attribute in the track element.
سؤال
The src,type,height,and width attributes can be applied to the embed element for any plug-in.
سؤال
In the audio element < audio src="url" attributes / >,the url specifies how the audio clip should be handled by the browser.
سؤال
A challenge in delivering multimedia content is presenting it in a form that can be retrieved quickly and easily without loss of quality.
سؤال
When applying an animation,the animation name must be listed first while the other properties can be listed in any order.
سؤال
The original purpose of the web and HTML was to deliver textual information via separate hypertext documents.
سؤال
A plug-in works within a browser with CSS and JavaScript files to present a customizable player.
سؤال
When a media player initially loads a video file,the player shows the last video frame as a preview of the video's content.
سؤال
Using lossless compression,nonessential data are removed to achieve a smaller file size.
سؤال
An animation has a single state of operation,so a radio button is used to control the animation.
سؤال
Which of the following MIME types is supported by Advanced Audio Coding (AAC)file format embedded in an HTML page?

A) ​.wav
B) ​.m4a
C) ​.dvf
D) ​.ogg
سؤال
The video codec used for the Ogg video format is _____.

A) ​H.264
B) ​VP9
C) ​Truespeech
D) ​Theora
سؤال
A plug-in either opens in its own external window or runs within a web page as a(n)_____.

A) embedded object?
B) isolated object
C) root object
D) source object
سؤال
Codecs are placed within a _____ that handles the packaging,transportation,and presentation of data.

A) ​container
B) ​table
C) ​windows
D) ​cell
سؤال
In the context of HTML audio and video element attributes,the preload attribute's type _____ is used to preload only descriptive data about a particular clip.

A) ​metadata
B) ​descriptions
C) ​auto
D) ​captions
سؤال
Which of the following browsers supports only the MPEG-4 video format?

A) ​Safari
B) ​Chrome
C) ​Firefox
D) ​Opera
سؤال
Once an audiovisual aid has been stored within a container file,a _____ is required to decode and play that content.

A) ​bitmap
B) ​command prompt
C) ​media player
D) ​clipboard
سؤال
Colin has created a web page that supports multiple audio sources.However,he is unsure if the browsers used by his clients will support the audio format he has included.Which of the following must he include in the code to notify the clients about any browser upgradation required to play an audio file?

A) ​cue label
B) ​text track
C) ​fallback option
D) ​kind attribute
سؤال
Which of the following is true of the plug-in approach to deliver multimedia content?

A) ​A common plug-in is available across all browsers,operating systems,and devices.
B) ​Plug-ins are reliable and secure.
C) ​A plug-in requires users to install a separate application in addition to their web browsers.
D) ​Plug-ins consume valuable system resources,resulting in fast and reliable performance.
سؤال
Which of the following languages is used to set the width of a media player,add borders,drop shadows,and apply filters and transformations to the media player's appearance?

A) ​Ruby
B) ​CSS
C) ​PHP
D) ​Perl
سؤال
Which of the following audio formats in HTML provides better sound quality,especially at lower bit rates?

A) ​.ogg
B) ​.mp3
C) ​.wav
D) ​.aiff
سؤال
Which of the following browsers supports all audio formats such as MP3,Advanced Audio Coding (AAC),Ogg,and WAV?

A) ​Google Chrome
B) ​Microsoft Internet Explorer
C) ​Opera
D) ​Safari
سؤال
Data is compressed by removing redundant information using _____ compression.

A) ​lossless
B) ​lossy
C) ​irreversible
D) ​reversible
سؤال
In the context of HTML audio and video element attributes,the _____ attribute's type includes auto,none,and metadata.

A) ​autoplay
B) ​muted
C) ​preload
D) ​loop
سؤال
_____ compress data so that it can be transmitted in a fast and efficient manner and then decompress it when it is to be read or played back.

A) ​Codecs
B) ​Bitmaps
C) ​Add-ons
D) ​Tokens
سؤال
When controlling an animation,if a check box is selected the animation pauses.
سؤال
Which of the following audio elements is used to embed audio clips within a web page?

A) ​< audio src="url" attributes / >
B) ​< audio src=attributes / >
C) ​< /audio src="url" "attributes" >
D) ​< /audio src="attributes"/ >
سؤال
The task of controlling video playback requires an external JavaScript program as there are no CSS styles to control the video playback.
سؤال
In the element < track kind="type" src="url" label="text" srclang="lang" / >,the _____ attribute defines the track category.

A) ​kind
B) ​label
C) ​srclang
D) ​src
سؤال
Consider the following text string consisting of four As followed by five Bs and six Cs.Identify a string that ensures no loss of information.

A) ​4A5B6C
B) ​A3B4C5
C) ​ABC345
D) ​456ABC
سؤال
_____ is an HTML5 audio and video player with support for Flash and Microsoft Silverlight.

A) ​MediaElement.js
B) ​Projekktor
C) ​Flowplayer
D) ​Video.js
سؤال
Which of the following timing-function keywords allows a transition to occur more rapidly at the beginning and slow down near the end?

A) ​ease
B) ​ease-in
C) ​ease-out
D) ​ease-in-out
سؤال
Which of the following is true of a transition?

A) ​It is a quick and instantaneous process and does not involve any steps in between to provide the styles.
B) ​It is an event initiated automatically by a browser.
C) ​It retains an object's style from the initial state till the ending state.
D) ​It slows down the change to an object's style and provides intermediate styles.
سؤال
The styles for the _____ pseudo-element are limited to the background,color,font,opacity,outline,text-decoration,text-shadow,visibility,and white-space properties.

A) ​kind
B) ​cue
C) ​embed
D) ​iframe
سؤال
_____ are windows that are embedded within a web page that displays the content of another page or Internet resource.

A) ​Inline frames
B) ​Key frames
C) ​Framesets
D) ​Frame vectors
سؤال
<strong>​   In the accompanying figure of graphing the transition timings,the vertical axis measures the progress of the transition toward completion and the horizontal axis measures the duration.Which of the following graphs labelled A,B,C,and D represents the ease-in-out timing?</strong> A) ​A B) ​D C) ​B D) ​C <div style=padding-top: 35px>
In the accompanying figure of graphing the transition timings,the vertical axis measures the progress of the transition toward completion and the horizontal axis measures the duration.Which of the following graphs labelled A,B,C,and D represents the ease-in-out timing?

A) ​A
B) ​D
C) ​B
D) ​C
سؤال
Which of the following is true of a cue in a Web Video Text Tracks file?

A) ​The cue is matched with specific time intervals within a media clip.
B) ​The cue label holds the text of the cue.
C) ​The cue lists are separated by a comma after a cue text.
D) ​The cue times are entered in hh:ss:ms format.
سؤال
Which of the following is true of animating objects in CSS?

A) ​Animation creates an illusion of movement by displaying key frames in rapid succession.
B) ​Animation is limited to two style rules defined at the initial and end states.
C) ​Animations can be run only once as multiple images in rapid motion to a page object.
D) ​Animations can only be run when a CSS property is being changed.
سؤال
Which of the following is true of the default attribute when adding text tracks to a video file?

A) ​It enables all the available tracks by marking them as default.
B) ​It enables the active track by marking it with the default attribute.
C) ​The default attribute is not required when there is a single track available.
D) ​The default attribute is not required when there are multiple tracks available.
سؤال
For longer video clips,the time in the cue is written in the form _____.

A) ​hh:mm:ss.ms
B) ​hh.ms:ss
C) ​hh.mm.ss
D) ​ms:ss.mm:hh
سؤال
<strong>​   Which of the following set of transition properties depicts the given image?</strong> A) ​Initial state ​background: white; Color: black; Transition: background 4s; End state Background: green; Color: white; B) ​Initial state ​background: white; Color: white; Transition: 0s; End state Background: white; Color: black; C) ​Initial state ​background: white; Color: white; End state Background: white; Color: black; Transition: background 4s; D) ​Initial state ​background: green; Color: white; ​End state Background: white; Color: black; Transition: background 4s; <div style=padding-top: 35px>
Which of the following set of transition properties depicts the given image?

A) ​Initial state
​background: white;
Color: black;
Transition: background 4s;
End state
Background: green;
Color: white;
B) ​Initial state
​background: white;
Color: white;
Transition: 0s;
End state
Background: white;
Color: black;
C) ​Initial state
​background: white;
Color: white;
End state
Background: white;
Color: black;
Transition: background 4s;
D) ​Initial state
​background: green;
Color: white;
​End state
Background: white;
Color: black;
Transition: background 4s;
سؤال
Ria is creating a website that includes videos.She wants to apply subtitles to the video clip and arrange the text horizontally within the cue.Which of the following cue attributes should she include in the code to accomplish this?

A) ​position:value
B) ​line:value
C) ​align:value
D) ​size:value
سؤال
Which of the following Flash player parameters recognizes a movie so that it can be referenced and has a value of text?

A) ​id
B) ​flashvar
C) ​name
D) ​wmode
سؤال
Which of the following structures is the format of a Web Video Text Tracks file?

A) ​WebVTT
Cue1
Cue2

B) ​WEBVTT
​​
Cue1
Cue2

C) ​
WVtt
Cue1
Cue2

D) ​WVTT
​​
Cue1

Cue2
​​
سؤال
The cue attribute _____ sets the width of a cue as the percentage of the width of a video window.

A) ​position:value
B) ​line:value
C) ​align:value
D) ​size:value
سؤال
The value of the kind attribute that provides long explanations synced to specified time points within a media clip is _____.

A) ​metadata
B) ​captions
C) ​srclang
D) ​descriptions
سؤال
The cue attribute _____ places a cue vertically within the video window,where value ranges from 0% (top)to 100% (bottom).

A) ​position:value
B) ​line:value
C) ​vertical:type
D) ​size:value
سؤال
Identify the kind attribute that is a default translation of a dialog from a media clip whose language is specified in the srclang attribute.

A) ​descriptions
B) ​chapters
C) ​captions
D) ​subtitles
سؤال
<strong>  ​ In the accompanying figure,the value of the timing-function is _____.</strong> A) ​alternate-reverse B) ​linear-backwards C) ease-out D) ​ease-in <div style=padding-top: 35px>
In the accompanying figure,the value of the timing-function is _____.

A) ​alternate-reverse
B) ​linear-backwards
C) ease-out
D) ​ease-in
سؤال
Which of the following timing-function keywords allows a transition to occur at a constant rate and then slow down toward the end?

A) ​alternate-reverse
B) ​linear-backwards
C) ​ease-out
D) ​ease-in-out
سؤال
Identify an animation property that repeats the animation being played without stopping.

A) ​animation-iteration-count = infinite
B) ​animation-timing-function = ease
C) ​animation-play-state = running
D) ​animation-delay = time
سؤال
When embedding an audio element in a web page,the _________ attribute informs a browser of the file type and speeds up the process of choosing a compatible audio source.
سؤال
When animating objects with CSS,the key frame values 0% and 100% can be replaced with the keywords _____.

A) ​from and to
B) ​first and last
C) ​start and end
D) ​open and close
سؤال
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants to embed an audio clip within the web page he is creating.Which of the following snippets must he include to embed an audio element in the web page along with the source and the type files?

A) < audio controls >
< source src="cp_overture.wav" type="audio/ogg"/ >
< /audio >
B) < audio controls >
< source src="cp_overture.ogg" type="audio/.mp4"/ >
< /audio >
C) < audio controls >
< source src="cp_overture.m4a" type="audio/ogg"/ >
< /audio >
D) < audio controls >
< source src="cp_overture.aac" type="audio/mp4"/ >
< /audio >
سؤال
The _________ element,which replaced the embed element,is used for any type of content such as sound,video clips,graphic images,PDF files,and even the content of other web pages.
سؤال
The animation property _________ sets the length of an animation in seconds or milliseconds.
سؤال
A _________ is a software program accessed by a browser to provide a feature or capability nonnative to the browser.
سؤال
The Flash player can act as a fallback for older browsers that do not support HTML5 by nesting the _________ element within the audio or video element.
سؤال
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants a particular embedded media clip to automatically restart when it has finished playing.Which of the following HTML audio and video element attributes must Ryan include in his code to accomplish this?

A) src
B) loop
C) controls
D) preload
سؤال

Identify the letter of the choice that best matches the phrase or definition.

-It is nested within a single audio section to provide several versions of the same media file.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
سؤال
Pete is designing a web page for a clothing company. He wants to show the different types of clothing lines available through a video. He wishes to use Adobe Flash Player to play the videos on the website.

-Pete wants to set the playback quality parameter of the movie where the display quality of the video is favored over the playback speed.Which of the following values of the quality parameter must he apply to accomplish this?

A) low
B) true
C) false
D) high
سؤال

Identify the letter of the choice that best matches the phrase or definition.

-It is the original audio format for Windows PCs,which is commonly used for storing uncompressed audio,making it impractical for all but the shortest audio clips.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
سؤال
To define a sequence of key frames in CSS,the _________ rule is applied.
سؤال
Pete is designing a web page for a clothing company. He wants to show the different types of clothing lines available through a video. He wishes to use Adobe Flash Player to play the videos on the website.

-Pete wants to change the appearance of the player against the page background when the video is playing on the web page.He wants the page background to show via see-through colors in the player.Which of the following values of the wmode parameter must he include in the code to accomplish this?

A) transparent
B) showall
C) exactfit
D) autohigh
سؤال
_________ is an open source format developed by the Xiph.org Foundation using the Theora codec as an alternative to the MPEG-4 codec.
سؤال
_________ is a royalty-free codec developed by the Xiph.org Foundation that produces video streams that can be used with almost any container.
سؤال
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants to embed the audio clip within the page,but he does not want the browser's native media player to show up.Which of the following HTML audio and video element attributes will help Ryan accomplish this?

A) autoplay
B) loop
C) controls
D) preload
سؤال

Identify the letter of the choice that best matches the phrase or definition.

-It is essentially the file format that is identified by a file extension.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
سؤال
The advantage of the _________ approach is that a wide variety of timings can be defined,including timings in which a transition can stop,reverse itself,and then go forward again to its end state.
سؤال
_________ is a widely used proprietary format developed by Apple based on the Apple QuickTime movie format.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/90
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 8: Enhancing a Website With Multimedia
1
A video file typically contains a single codec that is used for both audio and video images.
False
2
When a browser is unable to play an MP3 version or an OGG version of an audio file,a message is displayed as a fallback option asking the user to upgrade it.
True
3
To format specific cues or text strings within a cue section,the cue text is identified using markup tags such as < span >< /span > for a span of text.
True
4
Transition is a technique of creating the illusion of movement by displaying a sequence of changing images in rapid succession.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
5
A transition must start immediately after an event that triggers it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
6
When setting the transition timing,it must be ensured that the speed of the transition is constant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
7
When making tracks with Web Video Text Tracks (WebVTT),white spaces are ignored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
8
An animation is limited to two style rules defined at the initial and end states.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
9
By default,the caption cues are centered at the top of the video window.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
10
The advantage of lossless compression is that the same level of compression is achieved as with lossy compression.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
11
The language of the subtitle that is added to a media clip must be specified in the descriptions attribute in the track element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
12
The src,type,height,and width attributes can be applied to the embed element for any plug-in.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
13
In the audio element < audio src="url" attributes / >,the url specifies how the audio clip should be handled by the browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
14
A challenge in delivering multimedia content is presenting it in a form that can be retrieved quickly and easily without loss of quality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
15
When applying an animation,the animation name must be listed first while the other properties can be listed in any order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
16
The original purpose of the web and HTML was to deliver textual information via separate hypertext documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
17
A plug-in works within a browser with CSS and JavaScript files to present a customizable player.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
18
When a media player initially loads a video file,the player shows the last video frame as a preview of the video's content.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
19
Using lossless compression,nonessential data are removed to achieve a smaller file size.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
20
An animation has a single state of operation,so a radio button is used to control the animation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which of the following MIME types is supported by Advanced Audio Coding (AAC)file format embedded in an HTML page?

A) ​.wav
B) ​.m4a
C) ​.dvf
D) ​.ogg
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
22
The video codec used for the Ogg video format is _____.

A) ​H.264
B) ​VP9
C) ​Truespeech
D) ​Theora
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
23
A plug-in either opens in its own external window or runs within a web page as a(n)_____.

A) embedded object?
B) isolated object
C) root object
D) source object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
24
Codecs are placed within a _____ that handles the packaging,transportation,and presentation of data.

A) ​container
B) ​table
C) ​windows
D) ​cell
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
25
In the context of HTML audio and video element attributes,the preload attribute's type _____ is used to preload only descriptive data about a particular clip.

A) ​metadata
B) ​descriptions
C) ​auto
D) ​captions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which of the following browsers supports only the MPEG-4 video format?

A) ​Safari
B) ​Chrome
C) ​Firefox
D) ​Opera
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
27
Once an audiovisual aid has been stored within a container file,a _____ is required to decode and play that content.

A) ​bitmap
B) ​command prompt
C) ​media player
D) ​clipboard
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
28
Colin has created a web page that supports multiple audio sources.However,he is unsure if the browsers used by his clients will support the audio format he has included.Which of the following must he include in the code to notify the clients about any browser upgradation required to play an audio file?

A) ​cue label
B) ​text track
C) ​fallback option
D) ​kind attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which of the following is true of the plug-in approach to deliver multimedia content?

A) ​A common plug-in is available across all browsers,operating systems,and devices.
B) ​Plug-ins are reliable and secure.
C) ​A plug-in requires users to install a separate application in addition to their web browsers.
D) ​Plug-ins consume valuable system resources,resulting in fast and reliable performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following languages is used to set the width of a media player,add borders,drop shadows,and apply filters and transformations to the media player's appearance?

A) ​Ruby
B) ​CSS
C) ​PHP
D) ​Perl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following audio formats in HTML provides better sound quality,especially at lower bit rates?

A) ​.ogg
B) ​.mp3
C) ​.wav
D) ​.aiff
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following browsers supports all audio formats such as MP3,Advanced Audio Coding (AAC),Ogg,and WAV?

A) ​Google Chrome
B) ​Microsoft Internet Explorer
C) ​Opera
D) ​Safari
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
33
Data is compressed by removing redundant information using _____ compression.

A) ​lossless
B) ​lossy
C) ​irreversible
D) ​reversible
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
34
In the context of HTML audio and video element attributes,the _____ attribute's type includes auto,none,and metadata.

A) ​autoplay
B) ​muted
C) ​preload
D) ​loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
35
_____ compress data so that it can be transmitted in a fast and efficient manner and then decompress it when it is to be read or played back.

A) ​Codecs
B) ​Bitmaps
C) ​Add-ons
D) ​Tokens
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
36
When controlling an animation,if a check box is selected the animation pauses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following audio elements is used to embed audio clips within a web page?

A) ​< audio src="url" attributes / >
B) ​< audio src=attributes / >
C) ​< /audio src="url" "attributes" >
D) ​< /audio src="attributes"/ >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
38
The task of controlling video playback requires an external JavaScript program as there are no CSS styles to control the video playback.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
39
In the element < track kind="type" src="url" label="text" srclang="lang" / >,the _____ attribute defines the track category.

A) ​kind
B) ​label
C) ​srclang
D) ​src
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
40
Consider the following text string consisting of four As followed by five Bs and six Cs.Identify a string that ensures no loss of information.

A) ​4A5B6C
B) ​A3B4C5
C) ​ABC345
D) ​456ABC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
41
_____ is an HTML5 audio and video player with support for Flash and Microsoft Silverlight.

A) ​MediaElement.js
B) ​Projekktor
C) ​Flowplayer
D) ​Video.js
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following timing-function keywords allows a transition to occur more rapidly at the beginning and slow down near the end?

A) ​ease
B) ​ease-in
C) ​ease-out
D) ​ease-in-out
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
43
Which of the following is true of a transition?

A) ​It is a quick and instantaneous process and does not involve any steps in between to provide the styles.
B) ​It is an event initiated automatically by a browser.
C) ​It retains an object's style from the initial state till the ending state.
D) ​It slows down the change to an object's style and provides intermediate styles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
44
The styles for the _____ pseudo-element are limited to the background,color,font,opacity,outline,text-decoration,text-shadow,visibility,and white-space properties.

A) ​kind
B) ​cue
C) ​embed
D) ​iframe
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
45
_____ are windows that are embedded within a web page that displays the content of another page or Internet resource.

A) ​Inline frames
B) ​Key frames
C) ​Framesets
D) ​Frame vectors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
46
<strong>​   In the accompanying figure of graphing the transition timings,the vertical axis measures the progress of the transition toward completion and the horizontal axis measures the duration.Which of the following graphs labelled A,B,C,and D represents the ease-in-out timing?</strong> A) ​A B) ​D C) ​B D) ​C
In the accompanying figure of graphing the transition timings,the vertical axis measures the progress of the transition toward completion and the horizontal axis measures the duration.Which of the following graphs labelled A,B,C,and D represents the ease-in-out timing?

A) ​A
B) ​D
C) ​B
D) ​C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
47
Which of the following is true of a cue in a Web Video Text Tracks file?

A) ​The cue is matched with specific time intervals within a media clip.
B) ​The cue label holds the text of the cue.
C) ​The cue lists are separated by a comma after a cue text.
D) ​The cue times are entered in hh:ss:ms format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which of the following is true of animating objects in CSS?

A) ​Animation creates an illusion of movement by displaying key frames in rapid succession.
B) ​Animation is limited to two style rules defined at the initial and end states.
C) ​Animations can be run only once as multiple images in rapid motion to a page object.
D) ​Animations can only be run when a CSS property is being changed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
49
Which of the following is true of the default attribute when adding text tracks to a video file?

A) ​It enables all the available tracks by marking them as default.
B) ​It enables the active track by marking it with the default attribute.
C) ​The default attribute is not required when there is a single track available.
D) ​The default attribute is not required when there are multiple tracks available.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
50
For longer video clips,the time in the cue is written in the form _____.

A) ​hh:mm:ss.ms
B) ​hh.ms:ss
C) ​hh.mm.ss
D) ​ms:ss.mm:hh
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
51
<strong>​   Which of the following set of transition properties depicts the given image?</strong> A) ​Initial state ​background: white; Color: black; Transition: background 4s; End state Background: green; Color: white; B) ​Initial state ​background: white; Color: white; Transition: 0s; End state Background: white; Color: black; C) ​Initial state ​background: white; Color: white; End state Background: white; Color: black; Transition: background 4s; D) ​Initial state ​background: green; Color: white; ​End state Background: white; Color: black; Transition: background 4s;
Which of the following set of transition properties depicts the given image?

A) ​Initial state
​background: white;
Color: black;
Transition: background 4s;
End state
Background: green;
Color: white;
B) ​Initial state
​background: white;
Color: white;
Transition: 0s;
End state
Background: white;
Color: black;
C) ​Initial state
​background: white;
Color: white;
End state
Background: white;
Color: black;
Transition: background 4s;
D) ​Initial state
​background: green;
Color: white;
​End state
Background: white;
Color: black;
Transition: background 4s;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
52
Ria is creating a website that includes videos.She wants to apply subtitles to the video clip and arrange the text horizontally within the cue.Which of the following cue attributes should she include in the code to accomplish this?

A) ​position:value
B) ​line:value
C) ​align:value
D) ​size:value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which of the following Flash player parameters recognizes a movie so that it can be referenced and has a value of text?

A) ​id
B) ​flashvar
C) ​name
D) ​wmode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following structures is the format of a Web Video Text Tracks file?

A) ​WebVTT
Cue1
Cue2

B) ​WEBVTT
​​
Cue1
Cue2

C) ​
WVtt
Cue1
Cue2

D) ​WVTT
​​
Cue1

Cue2
​​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
55
The cue attribute _____ sets the width of a cue as the percentage of the width of a video window.

A) ​position:value
B) ​line:value
C) ​align:value
D) ​size:value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
56
The value of the kind attribute that provides long explanations synced to specified time points within a media clip is _____.

A) ​metadata
B) ​captions
C) ​srclang
D) ​descriptions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
57
The cue attribute _____ places a cue vertically within the video window,where value ranges from 0% (top)to 100% (bottom).

A) ​position:value
B) ​line:value
C) ​vertical:type
D) ​size:value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
58
Identify the kind attribute that is a default translation of a dialog from a media clip whose language is specified in the srclang attribute.

A) ​descriptions
B) ​chapters
C) ​captions
D) ​subtitles
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
59
<strong>  ​ In the accompanying figure,the value of the timing-function is _____.</strong> A) ​alternate-reverse B) ​linear-backwards C) ease-out D) ​ease-in
In the accompanying figure,the value of the timing-function is _____.

A) ​alternate-reverse
B) ​linear-backwards
C) ease-out
D) ​ease-in
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
60
Which of the following timing-function keywords allows a transition to occur at a constant rate and then slow down toward the end?

A) ​alternate-reverse
B) ​linear-backwards
C) ​ease-out
D) ​ease-in-out
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
61
Identify an animation property that repeats the animation being played without stopping.

A) ​animation-iteration-count = infinite
B) ​animation-timing-function = ease
C) ​animation-play-state = running
D) ​animation-delay = time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
62
When embedding an audio element in a web page,the _________ attribute informs a browser of the file type and speeds up the process of choosing a compatible audio source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
63
When animating objects with CSS,the key frame values 0% and 100% can be replaced with the keywords _____.

A) ​from and to
B) ​first and last
C) ​start and end
D) ​open and close
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
64
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants to embed an audio clip within the web page he is creating.Which of the following snippets must he include to embed an audio element in the web page along with the source and the type files?

A) < audio controls >
< source src="cp_overture.wav" type="audio/ogg"/ >
< /audio >
B) < audio controls >
< source src="cp_overture.ogg" type="audio/.mp4"/ >
< /audio >
C) < audio controls >
< source src="cp_overture.m4a" type="audio/ogg"/ >
< /audio >
D) < audio controls >
< source src="cp_overture.aac" type="audio/mp4"/ >
< /audio >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
65
The _________ element,which replaced the embed element,is used for any type of content such as sound,video clips,graphic images,PDF files,and even the content of other web pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
66
The animation property _________ sets the length of an animation in seconds or milliseconds.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
67
A _________ is a software program accessed by a browser to provide a feature or capability nonnative to the browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
68
The Flash player can act as a fallback for older browsers that do not support HTML5 by nesting the _________ element within the audio or video element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
69
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants a particular embedded media clip to automatically restart when it has finished playing.Which of the following HTML audio and video element attributes must Ryan include in his code to accomplish this?

A) src
B) loop
C) controls
D) preload
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
70

Identify the letter of the choice that best matches the phrase or definition.

-It is nested within a single audio section to provide several versions of the same media file.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
71
Pete is designing a web page for a clothing company. He wants to show the different types of clothing lines available through a video. He wishes to use Adobe Flash Player to play the videos on the website.

-Pete wants to set the playback quality parameter of the movie where the display quality of the video is favored over the playback speed.Which of the following values of the quality parameter must he apply to accomplish this?

A) low
B) true
C) false
D) high
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
72

Identify the letter of the choice that best matches the phrase or definition.

-It is the original audio format for Windows PCs,which is commonly used for storing uncompressed audio,making it impractical for all but the shortest audio clips.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
73
To define a sequence of key frames in CSS,the _________ rule is applied.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
74
Pete is designing a web page for a clothing company. He wants to show the different types of clothing lines available through a video. He wishes to use Adobe Flash Player to play the videos on the website.

-Pete wants to change the appearance of the player against the page background when the video is playing on the web page.He wants the page background to show via see-through colors in the player.Which of the following values of the wmode parameter must he include in the code to accomplish this?

A) transparent
B) showall
C) exactfit
D) autohigh
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
75
_________ is an open source format developed by the Xiph.org Foundation using the Theora codec as an alternative to the MPEG-4 codec.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
76
_________ is a royalty-free codec developed by the Xiph.org Foundation that produces video streams that can be used with almost any container.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
77
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.

-Ryan wants to embed the audio clip within the page,but he does not want the browser's native media player to show up.Which of the following HTML audio and video element attributes will help Ryan accomplish this?

A) autoplay
B) loop
C) controls
D) preload
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
78

Identify the letter of the choice that best matches the phrase or definition.

-It is essentially the file format that is identified by a file extension.

A) Container
B) source element
C) autoplay
D) WAV
E) Plug-in
F) H.264
G) flashvar
H) captions
I) poster
J) muted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
79
The advantage of the _________ approach is that a wide variety of timings can be defined,including timings in which a transition can stop,reverse itself,and then go forward again to its end state.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
80
_________ is a widely used proprietary format developed by Apple based on the Apple QuickTime movie format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 90 في هذه المجموعة.