Susan is creating some additional images for her customer’s Web site. One image will be used
repeatedly on site pages. However, in order to support the site’s topic-specific color scheme, she
wants one shape in the image’s background to be a different color on each page. What is the
best way for Susan to accomplish this task?
A- Create the image using layers for its different components.
B- Create the image using series for its different components.
C- Create the image using pages for its different components.
D- Create the image using frames for its different components.
A
Consuela is updating her company’s Web site. She wants to add an image that is 1,414 pixels by
724 pixels. Her site audience generally uses a monitor resolution of 1 024x768. Using Fireworks,
how can she adjust the image to fit the users’ monitors?
A- Resample the image to adjust the print size.
B- Resample the image to increase the resolution.
C- Resample the image to decrease the color depth.
D- Resample the image to decrease the pixel dimensions.
D
User feedback can be evaluated in many ways. Which of the following methods is more
quantitative than direct user feedback, and will provide indirect feedback from the majority’ of
users who do nof respond?
A- User surveys
B- Site server logs
C- Online e-mail links
D- Opt-in bulk mail services
B
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?
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.
A
Consider the following code:
<a href=”http://www.ciwcertified .com”>
<img src=”ciw-logo.gif” width=”231” height=”84” border=”0”/>
</a>
The preceding code seems to render properly in multiple Web browsers. However, it will nof
validate to WSC standards. Which of the following must be added?
A- The alt attribute
B- A linked style sheet
C- A closing </img> tag
D- An embedded style sheet
A
In which of the following formats do graphic files support 24 bits of color information and work well
with phofographs?
A- GIF
B- SVG
C- BMP
D- JPEG
D
Tom wants to display <Ii> list elements in a row. What should he add to his style sheet?
A- Ii {layout:inline}
B- Ii {display:inline}
C- Ii {display:block}
D- ul {display:inline}
B
Which of the following would typically be found in the contents of an external style sheet?
A- P[margin: 1in]
B- P (margin: 1in)
C- P{margin: 1in}
D- <P align=left> </P>
C
Hal has saved a file as a template in Dreamweaver. If he has nof already done so, Dreamweaver
will prompt him to add:
A- a content region.
B- an editable region.
C- a CSS slyle sheet.
D- a <div> tag to hold content.
B
Alma has been asked to upgrade the pages on her Web site to XHTML 1.0 Transitional. Which of
the following tags must she alter on each page?
A- The <head> tag
B- The <span> tag
C- The <meta> tag
D- The <!DOCTYPE> tag
D
Which of the following is the common name for the practice hackers use to trick people into
revealing sensitive information?
A- Social engineering
B- Identity exploitation
C- Information probing
D- Intellectual deception
A
Jason needs to create a table with four columns and six rows. Which of the following attributes
must he include in the <td> tag to allow the first cell to spar across the entire width of the table?
A- colspan=”4°
B- colspan=”6”
C- rowspan=”6”
D- width&”100%”
A
The W3C has developed XHTML standards for the World Wide Web. These standards:
A- allow proprietary software to run in ofher vendors browsers.
B- ensure consistent display in various browsers and platrorms.
C- define a language that incorporates data structures and internal logic.
D- allow markup elements to combine bofh structure and formatting in a single text file.
B
Kellee wants to determine which areas of her company’s Web site attract visitors, and the
frequency with which those areas are visited. Which of the following is the best way for her to
determine these facts?
A- Monitor network traffic during peak hours.
B- Place a hit counter on each page of the Web site.
C- Analyze the Web site server logs to measure page access.
D- Call users and ask them which sections of the site they visit often.
C
Which of the following is an example of structural markup?
A- <b />Summary
B- <title>Summary</title>
C- <font size=6 />Summary
D- <center>Summary</center>
B