• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back

Java can be described as:


an object-oriented programming language

Select the true statement from those listed below.Select one:




a. Java applets may be contained in files with the .class extension.




b. All of these statements are true.




c. Java applets must be saved in a different folder than web pages.




d. Java applets are not copyrighted.

Java applets may be contained in files with the .class extension.

The file extensions .avi, .m4v, and .ogv are used for:

video files

________ is a JavaScript library intended to simplify client-side

jQuery

The file extensions .wav, .mp3, and .ogg are used for:

audio files

Select the void element that can configure a Flash .swf on a web page.

embed tag

Use the ________ attribute on a tag to display user controls for the video player.

controls

When displaying a Java applet, the browser invokes the ________ to interpret the bytecode into the appropriate machine language.

Java Virtual Machine (JVM)

Select the technology that was developed by a joint effort between Netscape and Sun Microsystems.

JavaScript

The ________ defines every object and element on a web page.

document object model

Select the term below which is a protocol that provides a method for software components to communicate, interact, and share data.

Application Programming Interface

Use the ________ attribute on a tag to display an image that represents the movie.

poster

Select the term below which names an HTML5 API that allows web page visitors to share their geographic location.

geolocation

The term Ajax stands for

Asynchronous JavaScript and XML

Select recommended usability and accessibility practices:

supply text descriptions of audio and video files that appear in your web pages

Select the true statement from those listed below.Select one:




a. There is no copyright on the Web.




b. You should obtain permission before using files created by others.




c. None of these statements are true.




d. It is OK to use files created by others if you give them credit.Feedback

You should obtain permission before using files created by others.

Use ________ resolution when recording human speech in an audio file.

8-bit

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.

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

The ________ element configures dynamic graphics.

canvas

Use the ________ element to associate JavaScript with a web page.

script

When coding an audio element, the code placed before the closing audio tag is considered to be:

fallback content

The ________ element is used with an object element to provide additional information.

param

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.

The file extension .ogg is incorrect.

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.

There is no fallback content to display for browsers that do not support the audio element.