Chapter 11-12 Study Guide
The file extensions .wav, .mp3, and .ogg are used for:
Audio Files
Use the _______ parameter associated with an <object> tag to control whether an audio file starts to play as soon as the web page loads.
Autoplay
The _______________ element configures dynamic graphics.
Canvas
Before selecting a web host provider, it is a good idea to.
Carefully read their service level agreement
Use the _______ attribute on a <video> tag to display user controls for the video player.
Controls
Select the components of a search engine.
Database, Search Form, Robot
___________ is appropriate for a large to enterprise website.
Dedicated Hosting
A _______________ involves the exclusive use of a rented computer and connection to the Internet that is housed in the web hosting company's premises.
Dedicated Web Server
Commercial businesses should register a domain name with a .org TLD.
False
Select the true statement from the list below.
No single testing tool can automatically test for all web standards
Which are the four principles of the Web Content Accessibility Guidelines?
Perceivable, Operable, Understandable, Robust
Use the _______ attribute on a <video> tag to display an image that represents the movie.
Poster
The term _________________ refers to configuring a web page that is optimally ranked by search engines
Search Engine Optimization
In terms of copyright, Fair Use is determined to be
The use of a copyrighted work for purposes such as criticism, reporting, teaching, scholarship, or research
Scenario: The Internet Explorer 8 browser is being used to display a web page with an audio player but the audio element displays nothing on the page. Read the following code snippet and select the reason for the incorrect display from the choices below. <audio controls="controls"><source src="podcast.mp3" type="audio/mpeg" /> <source src="podcast.ogg" type="audio/ogg" /> </audio>
There is no fallback content to display for browsers that do not support the audio element
Select the true statements about meta tags.
They may be used by search engines to index a web page
The CSS3 _____________ property allows you to rotate, scale, skew, or move an element.
Transform
The CSS3 _____________ property provides for changes in property values to display in a smoother manner over a specified time.
Transition
A database is a collection of information organized so that its contents can easily be accessed, managed, and updated.
True
It is recommended to register multiple domain names for a website.
True
The design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design is called:
Universal Design
The type of testing that observes how actual web page visitors use a website is called:
Usability Testing
The file extensions .avi, .m4v, and .ogv are used for:
Video Files
______________ is appropriate for the initial web presence of an organization:
Virtual Hosting
______________ is appropriate for the initial web presence of an organization:
Virtual hosting
JavaScript can be described as:
an object-based scripting language
The _______________ element was widely used but never part of the W3C standard until HTML5.
embed
When coding an audio element, the code placed before the closing audio tag is considered to be:
fallback content
There is no reason to consider the operating system of the web server when selecting a Web host.
false
The _________ element provides for nested browsing.
iFrame
A rating determined by a search engine based on the number of links to a particular site and the qualities of those links is called ________.
link popularity
The _________ element is used with an object element to provide additional information.
param
FTP is a _________ that is utilized to copy and manage files over the Internet.
protocol
Use the ________ element to associate JavaScript with a web page.
script
Select the method that most people use to find websites.
search engines
The _________ element is a void element that specifies a media file and a MIME type.
source
Select recommended usability and accessibility practices:
supply text descriptions of audio and video files that appear in your web pages
Scenario: The Firefox browser is being used to display a web page with a video but no video controls display -only the poster image is shown. Read the following code snippet and select the reason for the incorrect display from the choices below. <video controls="controls" poster="sparky.jpg" width="160" height="150"> <source src="sparky.m4v" type="video/mv4" /> <source src="sparky.ogg" type="video/ogg" /> <a href="sparky.mov">Sparky the Dog</a> (.mov) </video>
the file extension .ogg is incorrect
A _____________ is a word, phrase, symbol, or design that identifies and distinguishes the source of the goods of one party from those of others.
trademark
Use the _______ attribute on the <object> tag to indicate the MIME type of the media file.
type