NEW
Font size
S
M
L
XL
WorksheetsAudio and Video
Total questions: 13
Worksheet time: 7mins
Name
Class
Date
1.
These tags make the process of delivering and playing video more direct
a)
<video>
b)
<object>
c)
<embed>
d)
<iframe>
2.
These are pieces of software that add extra capabilities to a web browser
a)
Options
b)
Plug-ins
c)
Settings
d)
Address
3.
It is a new element in HTML5 that is used to hold video files
a)
<videos>
b)
<vid>
c)
<video
4.
It is a new element in HTML5 that is used to hold audio files
a)
<aud>
b)
<audio>
c)
<music>
5.
It adds to the browser's default control set to the video
a)
autoplay
b)
controls
c)
height
d)
width
6.
It is a decoding software in which the file is encoded or formatted
a)
code
b)
decode
c)
codec
d)
encode
7.
.avi, .mp4, .webM are
a)
extensions
b)
files
c)
containers
8.
This will instruct the browser to begin downloading the video immediately when the element is encountered.
a)
Preload
b)
Loop
c)
Controls
d)
Autoplay
9.
What is the correct code for inserting a video?
a)
<video source="myvideo.mp4">
b)
<video src="myvideo.mp4">
c)
<src vid="myvideo.mp4">
d)
<video scr="myvideo.mp4">
10.
Which *New* element did HTML5 introduce to play video files natively within the browser?
a)
<video>
b)
<iTunes>
c)
<embed>
d)
<script>
11.
Which attribute provides the user with a way to control the play of the video: start/stop, jump to any point on the audio track, mute, and adjust volume?
a)
jukebox
b)
controls
c)
playsong
d)
loop
12.
The _______ attribute lets us tell the browser to play the video continuously until the user stops or pauses it:
a)
repeat
b)
play
c)
controls
d)
loop
13.
HTML5 introduced the <video> element. The goal of this new element is to play video files natively within the browser. Doing so carries which advantages?
a)
No need for installing, maintaining, and updating specific browser plug-ins.
b)
Faster and smoother performance, since no plug-ins or JavaScript need to be loaded.
c)
More consistency in behavior among the different browsers, versions, and platforms.
d)
All of the Above
Reset
