Summer Special Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 60certs

CIW 1D0-520 Dumps

Page: 1 / 5
Total 140 questions

CIW v5 Site Designer Questions and Answers

Question 1

Which of the following is true with regard to creating an XML application?

Options:

A.

The application must always be run from a Web server.

B.

XML must always be embedded with XHTML, not HTML.

C.

The tags can use uppercase and lowercase characters.

D.

The application must be able to determine page structure if it is used on a Web page.

Question 2

Which of the following is directly exploited by a brute-force attack?

Options:

A.

The Web server's available bandwidth

B.

The Web server's authentication mechanisms

C.

The TCP/IP software installed on the Web server

D.

The log file mechanisms that exist on the Web server

Question 3

Jason needs to create a table with four columns and six rows. Which of the following attributes must he include in the tag to allow the first cell to span across the entire width of the table?

Options:

A.

colspan="4"

B.

colspan="6"

C.

rowspan="6"

D.

width="100%"

Question 4

Which of the following strategies is best for implementing bulk e-mailing to customers?

Options:

A.

Buy an e-mail list from a vendor that sells a similar product.

B.

Give customers the option to receive or to stop receiving bulk e-mail.

C.

Send e-mail messages to all customer e-mail addresses collected at the time of purchase.

D.

Generate a list of e-mail addresses from a directory listing of people who work in the same field as your company.

Question 5

Jared is creating an interactive Web site that is expected to respond to heavy traffic. He needs to request new hardware in order to build a staging server. What requirement of the staging server should he be aware of when ordering the new hardware?

Options:

A.

The staging server should have the same hardware and software configuration as the production server.

B.

The staging server should have a different operating system from that of the production server for flexibility during testing.

C.

The staging server should have a slower processor and less RAM than the production server because it is just a test server.

D.

The staging server should have more RAM and a faster processor than the production server because testing is more intensive than production use.

Question 6

Which of the following Web site characteristics demonstrates the ability to present information dynamically from a knowledge base?

Options:

A.

Interactivity

B.

Static layout

C.

Dynamic HTML

D.

Database integration

Question 7

The W3C has developed XHTML standards for the World Wide Web. These standards:

Options:

A.

allow proprietary software to run in other vendors' browsers.

B.

ensure consistent display in various browsers and platforms.

C.

define a language that incorporates data structures and internal logic.

D.

allow markup elements to combine both structure and formatting in a single text file.

Question 8

Which of the following is a benefit of imported style sheets?

Options:

A.

Imported style sheets override embedded styles.

B.

Imported style sheets work with all older browsers.

C.

Multiple style sheets can be applied using one style declaration.

D.

Imported style sheets are the only way to override the default style of a browser.

Question 9

You have included a check box on a registration Web page that users accessing your site can select to receive periodic bulk e-mail from your company. What must you include in your bulk e-mail messages to your subscribers?

Options:

A.

An opt-out option to discontinue receiving the messages

B.

An opt-in option to receive similar messages from related companies

C.

A section in which recipients can provide feedback about the company

D.

Coupons for product specials that can be printed and redeemed on future purchases

Question 10

Which of the following plug-ins would be used to view paper-based documents that cannot be easily re-created using XHTML?

Options:

A.

Microsoft Fax Viewer

B.

Word processor applications

C.

Scalable Vector Graphics (SVG)

D.

Portable Document Format (PDF)

Question 11

Lisa needs to create a rollover image to act as her Web site's navigation buttons. What is the minimum number of images she must use to achieve a rollover effect?

Options:

A.

One

B.

Two

C.

Three

D.

Four

Question 12

Which of the following is an acceptable way to insert a background image using a style sheet?

Options:

A.

B.

background-image: url(background.tiff);

C.

background-image: url(background.jpg);

D.

background-position: background.jpg bottom right;

Question 13

Which of the following technologies can be used to create rollover images without the use of special plug-ins?

Options:

A.

SVG

B.

CSS

C.

Flash

D.

XHTML

Question 14

Manuel has been hired by XYZ Corporation to develop a Web site that will display information about the company's products and in-stock quantities to potential customers. The company currently has more than 1,000 products in its catalog. Which approach is best for providing Web site customers with the necessary information?

Options:

A.

Develop static XHTML pages that display the product information to the customers.

B.

Provide a link to a PDF catalog of the company's products that customers can download.

C.

Create an XML file of product information and display it using XSLT on one of the site pages.

D.

Create a server-side application that queries product data from the company's database and displays it on a Web page.

Question 15

Marcos is writing a client-side JavaScript that asks the user to type a dollar amount that will be used to compute a loan payment amount. Which of the following methods can Marcos use to ask the user for input?

Options:

A.

alert(Please enter the loan amount.);

B.

msgbox(Please enter the loan amount.);

C.

prompt(Please enter the loan amount., );

D.

input(Please enter the loan amount., Loan Calculation);

Question 16

Consider the following code:

1942

<title>Casablanca

Michael Curtiz

What kind of code is shown in the preceding example?

Options:

A.

XML

B.

HTML

C.

VBScript

D.

activescript

Question 17

Kristi is developing a Web site for Roscoe Carnival Supplies. Roscoe's CEO has provided several JPG images that he wants to include on the home page of the site. As Kristi begins to design the page, she realizes that she cannot achieve the tight design she wants because many of the images have excess white space around them. What should Kristi do to solve the problem?

Options:

A.

Crop the image to reduce excess white space.

B.

Modify the image's height and/or width dimensions.

C.

Delete the layer with the most white space from the JPG file.

D.

Modify the image's resolution to reduce unneeded white space.

Question 18

Ben has reviewed surveys from a selected pool of potential site visitors. What should he do first with this valuable information?

Options:

A.

Design navigation schemes to direct visitors to promotional pages.

B.

Create a set of user behavior scenarios to use in a "bottom-up" approach to site design.

C.

Populate a database with information about prospective customers for a targeted e-mail campaign.

D.

Establish a page layout template that enables visitors to easily scan for content that interests them.

Question 19

Your new customer, Chattawa, is the education coordinator for Bluelake County Schools. He has asked you to design a Web site to teach school personnel in aboriginal issues. He presents you with a report about current concerns that aboriginal children's learning styles are not being addressed in the school system. He suggests that you reproduce the report online and add aboriginal art in the margins. Whose perspective should you take as you design the site?

Options:

A.

Your perspective

B.

The site user's perspective

C.

The school administration's perspective

D.

The education coordinator's perspective

Question 20

Which of the following formats uses Extensible Markup Language (XML) to describe certain shapes and is best for working with two-dimensional line art and shapes?

Options:

A.

SVG

B.

PNG

C.

SWF

D.

JPEG

Question 21

Where do SVG files render?

Options:

A.

On the client side

B.

On the server side

C.

In the XML markup

D.

In the Flash plug-in

Page: 1 / 5
Total 140 questions