Web Programming Final

¡Supera tus tareas y exámenes ahora con Quizwiz!

Choose the special character that is used to indicate a blank space

 

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

8-bit

Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?

:last-of-type

Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?

:nth-of-type(n)

Choose the tag pair configures text to be indented from both the left and the right margins.

<blockquote>...</blockquote>

Which tag is used to force the browser to display the next text or element on a new line?

<br>

The purpose of the __________ element is to describe the contents of a table.

<caption>

The preferred tag pair to use when emphasizing text is:

<em>...</em>

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

<embed>

Which of the following tags should NOT be located in the head section?

<h1>

What tag pair is used to create the largest heading?

<h1></h1>

What tag pair is used to create a new paragraph?

<p></P>

Use the header attribute on the ____________ tag to correspond to the id attribute on a <th> tag

<td>

Use the _________ tag pair to configure a table footer row group.

<tfoot>.....</tfoot>

Use _________ element to indicate table column headings or table row headings.

<th>

Use the ___________ tag pair to configure a table head row group

<thead>.....</thead>

Use the __________ tag pair to begin and end a table row.

<tr></tr>

Select the item below that does NOT belong in a consistent website design.

A different background color on each page

Choose the tag pairs that are used in a description list (definition list).

All of these

The term AJAX stands for

Asynchronous JavaScript and XML

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

Use the _________ attribute to configure the width of a table border.

Border

To configure the table cells to share a common border and eliminate the default space between the table cells configure:

Border-spacing: 0;

The ________ operating system(s) treat uppercase and lowercase letters differently

Both UNIX and Linux

The ________ element configures dynamic graphics

Canvas

The table element's ________ attribute is valid when using HTML5 syntax.

Cellspacing

The following two attributes are required to configure an <object> tag to provide media on a web page which will be displayed in Internet Explorer:

Codebase and classid

Applying the design principle of __________ serves to add visual interest and draw attention.

Contrast

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

Controls

In the _________ Phase a prototype of the website will often be created.

Design Phase

The text contained between title tags is:

Displayed in the title bar of the browser window

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

Fallback content

A page layout technique that often uses a percentage value for width is called:

Fluid

The <meta> tag is coded in the ________ section of a web page document.

Header

Select the most commonly used site organization for commercial web sites

Hierarchical

The _____ protocol is a set of rules that controls how data is sent between computers on the Internet

IP

Different browsers and even different browser versions will display your web page:

In different ways

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

Java Virtual Machine (JVM)

Select the true statement from those listed below

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

A table with a width set to 600 pixels will look ________ on a monitor with resolution set to 640 x 480 than on a monitor with resolution set to 1024 x 768.

Larger

The first widely used graphical web browser was developed at:

NCSA

Is the following code valid in HTML5? <table border="1" cellspacing="5" cellpadding="5">

No, the cellspacing and cellpadding attributes are obsolete

The concept of ________ relates to providing a single resource that is configured for optimal display on multiple types of devices

One Web

Use the CSS ________ property to to configure the cellpadding of a table.

Padding

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

Param

Select the TRUE statement below

Placing white space around graphics and headings help them stand out

Use the _____ attribute on a <video> tag to display an image that represents the movie.

Poster

When applying the design principle of __________ related items are grouped together.

Proximity

Progressively enhancing a web page for different viewing contexts (such as smartphones and tablets) through the use of coding techniques is called:

Responsive web design

An HTML table is comprised of:

Rows and columns

Select protocols that are used for email processing

SMTP,POP3, IMAP

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

Script

The ________ element is a void element that specifies a media file and MIME type.

Source

The ________ element is a void element that specifies a media file and a MIME type.

Source

A long-standing methodology used to develop information systems is the

System Development Life Cycle

Select the item below that list elements used in an HTML table

Table, tr, td

Which of the following CSS3 properties configure the alignment of text within a table?

Text-align

Select the tag below that is recommended by the W3C to add media to a web page.

The <object> tag

. 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

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 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 main reason for the initial development of the World Wide Web from the list below:

To allow communication between researchers and links between research papers

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(n) _____color scheme consists of three colors that are equidistant on the color wheel.

Triadic

Is the following statement true or false: The content that displays in the browser is contained in the body section.

True

A ________ is a type of ________.

URL, URI

The type of testing that observes how actual web page visitors use a website is called:

Usability testing

Select a good design recommendation for text hyperlinks.

Use a key phrase as a hyperlink

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

Video files

A network that is geographically dispersed and may use some form of public or commercial communications network is called a(n):

WAN

A __________ is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer.

Wireframe

Animations in Flash format (.swf) can be created:

With a number of applications including Adobe Fireworks

. ________ combines the formatting strengths of HTML 4.0 and the data structure and extensibility strengths of XML.

XHTML

A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________

XML

Is the following CSS code valid? Table {border:2px #000000 solid; Border-spacing: 0;}

Yes

Select the true statement from those listed below.

You should obtain permission before using files created by others

Select an activity of the Production Phase:

a web authoring tool is often used, the graphics, web pages, and other components are created, the web pages are individually tested

Select the recommended design practice that applies to a website using images for main site navigation.

both provide alternative text for the images and place text links at the bottom of the page

Which of the following CSS properties positions the caption of a table?

caption-side

Select the tasks that should be performed when a website is tested.

check all of the hyperlinks within the site, view the site in a variety of Web browsers, view the site in a variety of screen resolutions.

Select the item below that lists the top level domain name for the URL http://www.yahoo.com.

com

What type of HTML list would be good to use to display a list of terms and their definitions?

definition list

Select the best description of "white space."

empty screen area around blocks of text and images

Use the______attribute on a <td> element to associate it with a table heading cell.

headers

Types of site organization

hierarchal, linear and random

Select the function of an e-mail link

launch the default e-mail application for the visitor's browser with your e-mail address as the recipient.

Select the function of an e-mail link from the choices below.

launch the default e-mail application for the visitor's browser with your e-mail address as the recipient

Java can be described as

object oriented programming language

What type of HTML list will automatically place a number in front of the items?

ordered list

The four principles of WCAG 2.0 are as follows:

perceivable, operable, understandable, robust

When configured with object and param elements, the browser uses a ___________ to play media such as audio and video files.

plug-in

Which of the following attributes would configure an ordered list to display uppercase letters?

type="A"

What type of HTML list will automatically place a bullet point indicator in front of each item?

unordered list

The main site navigation or a section offering navigation choices should contain:

visually grouped sections of hyperlinks

When do you need to use a fully qualified URL in a hyperlink?

when linking to a page on an external web site


Conjuntos de estudio relacionados

El descubrimiento de América y la conquista española

View Set

What was the industrial revolution

View Set

Chapter 33: Nursing Care of Persons with Insomnia and Sleep Problems

View Set

management ch.3, MGMT 303: Ch 3, MGMT 304 Chapter 3, MGT 300: Chapter 3, MGMT 303

View Set

UWorld Maternity prepartum newborn POst Partum

View Set

GNRS 556 - Med Surg II Study Guide for Test #3 (IN PROGRESS)

View Set

BVU BIO120- Intro to Human Biology Final Exam

View Set