Open quiz question

Which of the following was issued by the U.S. government to ensure accessibility to various resources, including Web pages?
    a.(COPA)
    b.(WCAG)
    c.(ADA)
    d.(WAI)

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which language is a metalanguage that can be used to describe data in a Web page?
    a.HTML
    b.XML
    c.XHTML
    d.CSS

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

In which location should you place the frameborder attribute?

---------------------------------------------------------------------

Correct Answer(s):

-

    a.The <frame> tag
    b.The <form> tag
    c.The <noframes> tag
    d.The <input> tag

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

While reviewing some Web page code, you notice that the HTML is written in all lowercase letters. You are not sure which version of markup language was used to create the page. Which part of the page's code can you check to verify the HTML version?
    a.The <head> tag
    b.The <body> tag
    c.The <!DOCTYPE> tag
    d.The <form> tag

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

You are developing pages for your company's Web site. You want to ensure accessibility for all users, including those with disabilities. Which type of content is most likely to cause problems for those with neurological disorders?
    a.Pages with large images
    b.Pages with flourescent colors
    c.Content that flashes, flickers or strobes
    d.Pages with frames

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Consider the following XHTML code from a page that resides on a Web server:<a href="../ccyp.html"> CCYP Home </a>: According to this code, where does the file named ccyp.html reside on the Web server?
    a.In a directory one level below the current
    b.In a directory one level above the current
    c.In a directory two levels above the current
    d.In a directory two levels below the current

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which image capability is supported by the GIF 89a image format, but not supported by GIF 87a, PNG, JPEG or BMP?

---------------------------------------------------------------------

Correct Answer(s):

-

    a.Animation
    b.Image Maps
    c.Rollovers
    d.Frame borders

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which statement accurately describes a vector graphic?

---------------------------------------------------------------------

Correct Answer(s):

-

    a.It uses pixels with lines, curves and shapes to create images and specify colors.
    b.It uses comments with lines, curves and shapes to create images and specify colors.
    c.It uses mathematical coordinates with lines, curves and shapes to create images and specify colors.
    d.It is a proprietary graphic format

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Consider the following XHTML code: <ul><li> Administrators </li><li> Programmers </li><li> Designers </li><li> Writers </li></ul>: How will the words Administrators, Programmers, Designers and Writers appear on a Web page when displayed in a browser?
    a.As a list of bulleted items
    b.As a list of numbered items
    c.As a list of underlined items
    d.As a list of bold items

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

To align the text "Thorashia Harper" up to the top of a table cell, you would use the following code:
    a.<td halign="top"> Thorashia Harper </td>
    b.<tr valign="top"> Thorashia Harper </td>
    c.<td malign="top"> Thorashia Harper </td>
    d.<td valign="top"> Thorashia Harper </td>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which XHTML tag is used to contain the content in any single table cell?
    a.<tr>
    b.<td>
    c.<th>
    d.<table>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which line of XHTML code creates a valid hyperlink to a target on the same page named "targetArea2"?
    a.<a href="targetArea2"> Top of the FAQ </a>
    b.<a href="http://www.targetArea2"> Top of the FAQ </a>
    c.<a href="#targetArea2"> Top of the FAQ </a>
    d.<a href="!targetArea2"> Top of the FAQ </a>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

You want to create a table in which the top row spans three columns. Which tag would accomplish this goal?
    a.<th colspan="3">
    b.<tr span="3">
    c.<tr colspan="3">
    d.<th rowspan="3">

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Consider the following XHTML code:<blockquote>The Summer Youth Build allows students to help others while having fun on the job.<img src="syb/syb.png" alt="Join a summer build!" align="right"/></blockquote>: Where on the page will the image appear?
    a.Above the text
    b.Below the text
    c.To the left of the text
    d.To the right of the text

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

When creating a frameset, what will happen if you do not specify the target attribute for a link?
    a.The linked content will open in the "main" frame.
    b.The linked content will open in a new browser
    c.The linked content will open in the same frame as the link.
    d.The linked content will open in the web form

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Consider the following XHTML code:<a href="http://192.168.2.3/indexes/index.html"> CCYP Home </a>: Which type of hyperlink reference is given in this code?
    a.Fixed URL
    b.Relative URL
    c.Partial URL
    d.Fully qualified URL

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Animated GIF programs allow the user to:
    a.Set the interval of appearance between multiple GIF images
    b.Create transitional images
    c.Converting the file format
    d.Interlacing images

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

You request a Web page using your browser. This Web page is coded to use a color that is not supported by your browser. How will your computer compensate for this limitation?
    a.The color will appear perfectly.
    b.The color will appear and be dithered.
    c.The color will not appear at all.
    d.The color will turn florescent

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which <form> element attribute and value specify that the browser will send data to the Web server location specified by a URL?
    a.method="post"
    b.method="put"
    c.method="get"
    d.method="send"

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 Open quiz question

Which of the following does the XHTML <head> tag contain?
    a.The <body> tag
    b.The <html> tag
    c.The <title> tag
    d.The <xhtml> tag

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .


return to top | quit