Web Final (Ch.5-ch.11) (No chapter 9)

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

How would you define a fragment identifier at the top of a page, called "top"?

( div id="top" )

How would you link to the named fragment #school on the page resume.html from the home page of the site?

(a href="resume.html#school") Educational Background (/a)

The four principles of WCAG 2.0 are as follows:

(rupo) perceivable, operable, understandable, robust

The CSS universal selector is indicated by which of the following symbols?

*

Select the true statement below. Select one: a. Animation should be used only if it enhances your website. b. None of the statements are true. c. Animation should be used as much as possible to make your website exciting. d. Animation should be used to appeal to all target audiences.

Animation should be used only if it enhances your website.

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

Application Programming Interface

The term Ajax stands for

Asynchronous JavaScript and XML

Before selecting a web host provider, it is a good idea to.

Carefully read their service level agreement

Select the example below that could be used to clear a right float.

clear: right;

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

geolocation

Use the ________ attribute on a element to associate it with a table heading cell.

headers

Select the most commonly used site organization for commercial websites.

hierarchical

Select the three most common methods of organizing websites.

hierarchical, linear, and random

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

in different ways

________ is a JavaScript library intended to simplify client-side

jQuery

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

larger

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

last-of-type

From the choices below select the correct order to code CSS pseudo-classes.

link, visited, hover, active

Use the ________ property to configure an image to use as a bullet point in an unordered list.

list-style-image

_ displays the elements on the page in the order they appear in the web page source code.

normal flow

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

nth-of-type(n)

The box model consists of a content area surrounded by:

padding, border, and margin

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

script

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.

Use the ________ tag pair to configure a table head row group.

thead /thead

What is the purpose of the :content pseudo-element?

to generate content that is added to the web page document

What is the purpose of the content property?

to generate content that is added to the web page document.

Use the _or _ property to clear a float.

clear or overflow

The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:

.myfloat { float:right; margin:10px; border: 1px solid #000000; }

The default value for the border property for an element is:

0 pixels

The tasks that should be performed when a website is tested

1. Check all of the hyperlinks within the site. 2. View the site in a variety of web browsers. 3. View the site in a variety of screen resolutions.

Select the most popular screen resolution from those listed below.

1366 by 768

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

8-bit

In the ______ Phase a prototype of the web site will often be created.

Design

The _______________ determines appropriate use of graphics on the site, creates and edits graphics.

Graphic Designer

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

When using the box model, the _____ is always transparent.

Margin

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

Select the true statement below. Select one: a. Placing white space around graphics and headings helps them to stand out. b. There is no need for a lot of navigation because website visitors can just use the back button. c. Very small text is good to use for website appealing to the baby-boomer and older market. d. Children like sites with dark colors.

Placing white space around graphics and headings helps them to stand out.

Which of the following job roles includes the tasks of overseeing the Web site development process, coordinating team activities, creating project plans and schedules.

Project Manager

A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.

True

Select a good design recommendation for text hyperlinks.

Use a key phrase as a hyperlink.

Select a recommendation for mobile web design from the choices listed below.

Use a single column page layout.

Which of the following is not a web design recommended practice?

Use frames whenever possible.

Select a recommendation for mobile web design from the choices listed below.

Use percentage or em units for font sizes.

______________ is appropriate for the initial web presence of an organization.

Virtual Hosting

Select the group whose mission is to create guidelines and standards for web accessibility.

Web Accessibility Initiative

Which of the following job roles includes the tasks of writing the XHTML code and client-side scripting?

Web Developer

Choose the best answer below to the following question: Is the following CSS code valid? table { border: 2px #000000 solid; border-collapse: collapse;}

Yes.

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.

The methodology used by web project teams is usually:

a derivative of the Software development life cycle

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

a different background color on each page

Select the items below that can help to appeal to the intended or target audience of a site.

a. All of these Correct b. the font size and styles used on the site c. the amount of color used on the site d. the overall look and feel for the site

Consider ________ when designing for display on a mobile device.Select one:

a. small screen size b. font size c. All of these Correct d. contrast

Select an activity of the Production Phase:

all of these

The Analysis Phase of a website project determines

all of these

Which of the following is a Web site development methodology?

all of these (Web Site Development Cycle, Prototyping, Spiral System Development)

If you have a small to medium sized Web site, which of the following requirements should you consider as very important when selecting a Web Host Provider?

all of these - (Unlimited data transfer, E-mail, Support of server-side scripting)

Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated, such as a blog posting, comments, or e-zine article that can stand on its own.

article

The ________ HTML5 element is used to tangential or supplemental content.

aside

Which pseudo-element can be used to generate content that precedes an element?

before

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 table cells configure ________.

border-collapse: collapse;

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

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

both UNIX and Linux

The ________ element configures dynamic graphics.

canvas

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

caption

Which of the following CSS3 properties position the caption of a table?

caption

To define the distance between the cell text and the cell border in a table, use the ________ attribute

cellpadding

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

cellspacing

To define the distance between the edges of each cell in a table use the ________ attribute.

cellspacing

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

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

controls

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

Select the items involved in the role of an Information Architect.

defining the site organization, navigation, and labeling

Which CSS property configures a flex container?

display

________ will cause an object not to display.

display: none;

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

document object model

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

embed tag

Select the best description of "white space."

empty screen area around blocks of text and images

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

fallback content

Use _ positioning to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.

fixed

Which CSS property configures multiple lines in a flex container?

flex-wrap

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

flexible

If an element is configured with _ the other content on the page will appear to its left.

float:right

Components of responsive web design include:

fluid layout, flexible images, media queries

The ______attribute indicates if a style sheet configures for screen display or the printed page.

media

A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

media query

Use the ________ property in the HTML link tag to to associate a web page with a style sheet for printing.

media="print"

A ________ color scheme consists of shades, tints, or tones of the same color.

monochromatic

Include the keyword ________ in a media query to cause older, non-supporting browsers to ignore the media query.

only

Select the example below that configures a container to clear all floated elements that are within the container.

overflow: auto;

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

padding

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

param

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

poster

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

proximity

Use _ positioning to slightly change the location of an element in relation to where it would otherwise appear when rendered by a browser.

relative

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

A ________ of a color is darker than the original color and is created by mixing the color with black.

shade

Select recommended usability and accessibility practices:

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

Select the item below that lists elements used in an HTML table:

table, tr, td

The ________ attribute of the anchor tag can cause the new web page to open in its own browser window.

target

Use the headers attribute on the ________ tag to correspond to the id attribute on a th tag.

td

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

text-align

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

tfoot /tfoot

Use ________ element to indicate column or row headings.

th

Use the ________ tag pair to configure table headings.

th /th

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

tr /tr

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

triadic

Use the _______ attribute on the <object> tag to indicate the MIME type of the media file.

type

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

usability testing

The ________ meta tag configures scale and dimension on mobile web page display.

viewport

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

visually grouped sections of hyperlinks

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

Choose the item below that is NOT an HTML5 element.

wrapper


Set pelajaran terkait

Ch. 11-The Strategy of International Business

View Set

Computer Maintenance Chapter 4 Part 2 Troubleshooting

View Set

Biology Final Quiz Questions ch 16-18 (evolution)

View Set

PHY 101: Exam 1 Quiz Questions Review

View Set

Chemistry - Nuclear Chemistry Test Review

View Set

Psychology (WEEK 1 - WEEK 6, MID TERM)

View Set

Life Insurance - Individual Life Insurance Contract // Provisions and Options

View Set