Open quiz question

User-entered information has been passed from a Web form to a database server. Where is the CGI script located?
    a.Web Server
    b.E-Mail Server
    c.C+ Script
    d.File Server

   

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 applying a font type to a Web page using your GUI HTML editor. Which of the following should you consider?
    a.The most exquisite fonts available
    b.Any font as long as it is bold
    c.The character sets available in most browsers
    d.Only fonts that are underlined

   

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 choice lists the two types of graphics currently used in Web pages?
    a.Vector and binary
    b.Vector and bitmap
    c.Bitmap and hexadecimal
    d.Bitmap and binary

   

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 see the following MIME type on a file attached to an e-mail: text/css. What file name extension is usually given to this file type so that Web servers can properly process it?

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

Correct Answer(s):

-

    a..xhtml
    b..dhtml
    c..html
    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

Consider the following XHTML code: <frameset rows="80,*"><frame src="frame_1.html"/><frame src=" frame_2.html"/></frameset>: What will be the result of this code?
    a.A frameset in which one row occupies 80 pixels, and the other row occupies 100 pixels
    b.A frameset in which one row occupies 80 percent, and the other row occupies all the remaining percent
    c.A frameset in which one row occupies 80 pixels, and the other row occupies all the remaining pixels.
    d.A frameset in which one row occupies 80 pictures, and the other row occupies all the remaining pictures

   

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

Company management has decided that the Web site needs to add unique features to help differentiate it from competitors' Web sites. Which group can best determine the type of features that users will consider unique?

 

    a.The web team
    b.The marketing team
    c.The management team
    d.The human resources team

   

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 choice correctly describes two benefits of Cascading Style Sheets (CSS)?

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

Correct Answer(s):

-

    a.CSS provides a consistent look and feel to site pages, and simplifies change management issues.
    b.CSS provides a similar look and feel to site pages, and adds complexity to change management issues.
    c.CSS provides a consistent look and feel to site pages, and complicates change management issues.
    d.CSS provides a consistent look and feel to site pages, and users must update each page in a web site manually

   

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 using a GUI HTML editor to create a Web page. How can you preview and test your page while you are creating it?
    a.By viewing the page in the code window of the GUI editor during development
    b.By viewing the page in the testing window of a GUI editor during development
    c.By viewing the page in a GUI program
    d.By viewing the page in a browser during development

   

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 is an open standard containing seven points that help determine the suitability of a GUI HTML editor for developers with disabilities?
    a.W3C Authoring Tool Accessibility Guidelines
    b.W3C Internet WebPage Rules
    c.W3C Web Rules
    d.W3C Authoring Tool Accessibility Suggestions

   

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 use CSS to format your department's Web pages. You have several options for applying styles. Which tag would you use to apply an external style sheet to your pages?
    a.The format technique using the <format> tag
    b.The style technique using the <style> tag
    c.The linked technique using the <link> tag
    d.The apply technique using the <apply> 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

Consider the following XHTML code:<th> Larry </th><th> Moe </th><th> Curly </th>: Which statement about this code is accurate?
    a.It is part of a table with three rows.
    b.It is part of a table with three columns.
    c.It is part of a table with two columns.
    d.It is part of a table with four columns.

   

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 can be an important part of Web page accessibility because it allows visitors to view a summary of your Web site's structure?
    a.Site Board
    b.Web Contents
    c.Site map
    d.Mind Map

   

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

A user has just clicked the OK button on a Web form. Which technology is often used to process information sent from the form?
    a.PHP
    b.C++
    c.Java
    d..STP

   

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

One of your Web team members made several changes to the company Web pages. You need to provide a list of the changes that were made, but you do not know which pages were changed, and the team member who did the work is currently unavailable. Your supervisor needs the information immediately, so you must review each page manually to determine the changes. How can you avoid this situation in the future?
    a.Require all employees to verbally mention changes they have made.
    b.Encourge all employees to document changes in writing.
    c.Require all employees to document changes by telling at least one web team member.
    d.Require all employees to document changes in writing.

   

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 Cascading Style Sheets (CSS) rule: body {color: green}: Which portion of this rule is the property?
    a.The portion that reads "color"
    b.The portion that reads "green"
    c.The portion that reads "body"
    d.The portion that reads "rule"

   

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: <frameset rows="35%,65%"> <frame src="frame_1.html"/> <frame src=" frame_2.html"/> </frameset>: What will this code create?
    a.A frameset in which one row occupies 35 pixels of the frameset and the other row occupies 65 pixels.
    b.A frameset in which one row occupies 35 percent of the frameset and the other row occupies 65 percent.
    c.A frameset in which one row occupies 35 percent of the pixel and the other row occupies 65 percent.
    d.A frameset in which one row occupies 35 percent of the frameset and the other row occupies the remainder of the frameset.

   

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 creating a table on a Web page for your company's Web site. Your Web team leader has directed you to add more white space within the table cells so that content does not appear crowded. How can you accomplish this?
    a.Increase table padding
    b.Increase cell spacing
    c.Increase cell padding
    d.Increase table spacing

   

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 add a table into your Web document using a GUI HTML editor. You are using XHTML and CSS. Which of the following describes a valid use of tables?
    a.To make information appear in an organized manner
    b.To force data into a framed format
    c.To make information that is more imteresting come first
    d.To make information on a web page more alluring

   

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: <table border="1" cellpadding="4" cellspacing="2"> <caption> Table Elements </caption> <tr><th> Price <th> Quantity </tr> <tr> <td> 13.95 </td> <td align="center"> 72 </td> </tr> </table>: This table did not render properly in the browser. Which step will solve the problem?
    a.Add a <th> tag after the words "Price" and "Quantity."
    b.Add a </th> tag after the words "Price" and "Quantity."
    c.Add a </tr> tag after the words "Price" and "Quantity."
    d.Add a </table> tag after the words "Price" and "Quantity."

   

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 scrolling text box that can display three rows of text that are each 40 characters long?
    a.<textarea name="comments" cols="3" rows="40">
    b.<textarea name="comments" cols="30" rows="4">
    c.<textbox name="comments" cols="40" rows="3">
    d.<textarea name="comments" cols="40" rows="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

You used the link attribute in the <body> tag on a Web page. What does this attribute do?
    a.It determines the color of visited hyperlink text.
    b.It determines the size of unvisited hyperlink text.
    c.It determines the color of unvisited hyperlink text.
    d.It determines the color of an unlinked hyperlink 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

An end user has just clicked the OK button on a Web form to send information to the Web server. Which of the following contains a reference to the CGI script that allows this Web page to send information to a Web server?
    a.A Web form
    b.The CGI script
    c.The Web server
    d.The Web server procesor

   

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 Cascading Style Sheets (CSS) rule: body {color: green}: Which portion of this rule is the selector?
    a.The portion that reads "color"
    b.The portion that reads "green"
    c.The portion that reads "body"
    d.The portion that reads <link>

   

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 bitmap graphic?
    a.It uses mathematical statements to create images and specify colors.
    b.It uses small dots (usually thousands) to create images and specify colors.
    c.It is a vector graphic
    d.It can be resized without losing color

   

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 step is most helpful for ensuring that your Web page code renders well for most users?
    a.Test the page in multiple browsers.
    b.Conduct a survey
    c.Attact visitors to your site using questionaires
    d.Ask all internet users if they can see your site

   

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 specify vertical alignment for the content in a table row using the <tr> element. Specifically, you want to move content down to the lowest point in the cell. Which attribute and value pair would you use?
    a.halign="bottom"
    b.valign="low"
    c.valign="bottom"
    d.valign="100%"

   

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 web pages today you can embed multimedia, incorporate Flash movies and generally do anything with multimedia, cutting-edge graphics and the most impressive web bells and whistles. What is one really good reason for not including these technologies in your web pages?
    a.People like simple pages
    b.Most web users don't like multimedia
    c.Some potential web-users will bypass your site if they don't have the appropriate bandwidth to upload your pages in a reasonable amount of time
    d.Multimedia and high-end graphics satisfy only small minds

   

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 <!DOCTYPE> requires the use of Cascading Style Sheets?
    a.HTML Transitional 4.01
    b.HTML Frameset 4.01
    c.HTML Style 4.01
    d.HTML Strict 4.01

   

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