Skip to main content

1D0-61B Online Exam

CIW Site Development Associate

56 questions available ยท Page 1 of 6

View study plans
Question 1 Single choice

Marsha has been hired by XYZ, Inc., to update the company Web site. Marsha discovers that the existing Web pages were structured using tables. Marsha needs to explain to XYZ why the Web site needs to be recoded in HTML5 with CSS controlling the structure of the document.

What is the most important reason for using HTML5 and CSS?

  1. A

    The updates will increase user traffic to the site.

  2. B

    The updates will improve the overall look and feel of the Web site.

  3. C

    The Web site can be interpreted by any HTML5-compliant browser, including mobile devices.

  4. D

    The Web site will rank higher in many search engines results, as long as the search engine bot recognizes the code.

Show answer and explanation

Correct answer: C

Question 2 Single choice

Skylar has been asked by the HR Department to create a Web page for the company's intra net site that compares the company's four different medical insurance plans. To accomplish this effectively in HTML5, Skylar should:

  1. A

    use document structure tags to lay out the page and use a table to organize the medical insurance plan information.

  2. B

    use JavaScript to lay out the page and use a table within the page to organize the medical insurance plan information.

  3. C

    use tables to lay out the page and use the <pre> tag inside the table to organize the medical insurance
    plan information.

  4. D

    use CSS to lay out the page and use the <pre> element to organize the medical insurance plan
    information.

Show answer and explanation

Correct answer: A

Question 3 Single choice

Violating a copyright or trademark is an example of what type of prosecutable crime?

  1. A

    Infringement

  2. B

    Plagiarism

  3. C

    Trade secrets

  4. D

    Non-disclosure

Show answer and explanation

Correct answer: A

Question 4 Single choice

Philip creates a Web form in HTNL5, but the data will not process. He has the method attribute included in the <form> element.

What is missing?

  1. A

    The type attribute of the <form> element

  2. B

    The type attribute of the <input' element

  3. C

    The act/on attribute of the <form> element

  4. D

    The act/on attribute of the <input' element

Show answer and explanation

Correct answer: C

Question 5 Single choice

The process of wireframing typically includes determining Web site goals plus:

  1. A

    Outlining project timelines and budget constraints, and identifying site stakeholders.

  2. B

    Outlining project timelines and budget constraints, and identifying audience requirements.

  3. C

    Outlining the development and marketing process, and identifying audience requirements.

  4. D

    Outlining the development process and site navigation, and identifying required technologies.

Show answer and explanation

Correct answer: D

Question 6 Single choice

When a developer wants to center a paragraph of text, which code should she use?

  1. A

    <p text-align="center">This is the text to center</p>

  2. B

    <p "text-align: center"> This is the text to center</p>

  3. C

    <p style="text-align: center"> This is the text to center</p>

  4. D

    <p style: text-align="center"> This is the text to center</p>

Show answer and explanation

Correct answer: C

Question 7 Single choice

When developing Web pages, it is important to test the pages with:

  1. A

    Current versions of multiple browsers.

  2. B

    Current versions of Internet Explorer and Firefox.

  3. C

    Current and older versions of multiple browsers.

  4. D

    Current and older versions of Internet Explorer and Chrome.

Show answer and explanation

Correct answer: C

Question 8 Single choice

You have been asked to design and develop a Web site for a retirement community.

What can you do to help make the site accessible to the elderly?

  1. A

    Comply with the latest scripting standards.

  2. B

    Comply with ICANN's accessibility standards.

  3. C

    Comply with WAI's Web Content Accessibility Guidelines.

  4. D

    Comply with IETF's Web Content Accessibility Guidelines.

Show answer and explanation

Correct answer: C

Question 9 Single choice

Web developers typically include comments in their code for which reason?

  1. A

    To insert server-side programs, such as JavaScript

  2. B

    To communicate performance issues to site visitors

  3. C

    To explain the purpose of code sections to other developers

  4. D

    To declare which version of HTML each part of the code is using

Show answer and explanation

Correct answer: C

Question 10 Single choice

Since the advent of HTML5, which choice accurately describes a difference between a mobile app and a mobile Web site?

  1. A

    A mobile Web site is faster because it uses the mobile phone's default browser.

  2. B

    A mobile app is faster because it does not necessarily use the browser.

  3. C

    A mobile Web site cannot create an immersive experience for users.

  4. D

    A mobile app can be used on any operating system.

Show answer and explanation

Correct answer: B