CIW 1D0-520 Exam Practice Questions (P. 1)
- Full Access (140 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Which of the following is true with regard to creating an XML application?
- AXML must always be embedded with XHTML, not HTML.
- BThe tags can use uppercase and lowercase characters.
- CThe application must always be run from a Web server.
- DThe application must be able to determine page structure if it is used on a Web page.
Correct Answer:
B
B
send
light_mode
delete
Question #2
Consider the following XML code:
<?xml version="1.0"?>
<Letter>
<date>January 28, 2006</date>
<Address>
<to>
<name>Mr. Harold Gray</name>
<title>President</title>
<company>Gray Industries</company>
</To>
236 Washington Boulevard, Suite 480
Grover, CA 90000 -
</Address>
The preceding code will not work properly. Which of the following describes the reason for this?
<?xml version="1.0"?>
<Letter>
<date>January 28, 2006</date>
<Address>
<to>
<name>Mr. Harold Gray</name>
<title>President</title>
<company>Gray Industries</company>
</To>
236 Washington Boulevard, Suite 480
Grover, CA 90000 -
</Address>
The preceding code will not work properly. Which of the following describes the reason for this?
- AThe Date field is not specified correctly.
- BXML tags cannot use uppercase letters.
- CThe code was created by a proprietary application.
- DA tag has been inconsistently formatted.
Correct Answer:
D
D
send
light_mode
delete
Question #3
Denny is designing a Web site for his school's sporting events. This Web site will list event results for the school. When site visitors click a hyperlink for a specific event, a new page containing information about the sporting event will appear, including the teams involved, the location of the event, scores, key plays and specific accomplishments by contestants. Which of the following should Denny do to build this site?
- ACreate static pages for each event.
- BUse one page and modify it after each event.
- CCopy and paste Web pages from other schools' sites.
- DUse database integration.
Correct Answer:
D
D
send
light_mode
delete
Question #4
In which of the following formats do graphic files support 24 bits of color information and work well with photographs?
send
light_mode
delete
Question #5
You are responsible for administering a Web site for a college program designed to get students to express their perspectives on topical issues. Your supervisor has been asked to ensure that all Web sites for the college are Conformance Level "Triple-A," according to Web Accessibility Initiative (WAI) standards. Which of the following will have to be eliminated from your site?
- AAll XHTML tables within the site
- BAll HTML content written to 4.01 specifications
- CAll audio content without a text-based alternative
- DAll visual content without an accessible audio alternative
Correct Answer:
C
C
send
light_mode
delete
All Pages