Name the organizational scheme in each of the following examples

a. The Yellow Pages in a US telephone book.
b. A stock brokerage home page that gives users the options of getting a stock quote, buying, selling or searching a stock, and the ability to review their portfolios.
c. A home page for a tile manufacturer that has links for customers, retailers, distributors and suppliers.
d. A music CD retailing site offering selections in Rock, Pop, Country and Western, Jazz, and Classical.
e. A interior designer’s site set up as a well-appointed home, with different rooms displaying available services and a portfolio of previous projects.


a. Topical
b. Getting a quote, reviewing a portfolio, buying, and selling are all tasks. This is a task-oriented scheme.
c. Customers, retailers, distributors and suppliers constitute different audiences. This is an audience-specific scheme.
d. The selections are categorized by topic.
e. This is an example of using a house as a metaphor for organizing the site.

Computer Science & Information Technology

You might also like to view...

You can use the Java method ______________ from the Color class to change the drawing color.

a. changeColor b. getColor c. setColor d. useColor

Computer Science & Information Technology

Which of the following statements best describes functional exercises?

A) Testing conducted at the enterprise level with a full simulation of a disaster, suspending all normal operations B) Scenario-driven exercises that are limited in scope to simulate a failure of a critical business function C) Discussion-based exercises that do not involve deploying equipment or other resources D) Systematic walkthrough of the procedures to determine disaster readiness

Computer Science & Information Technology

Identify and correct the errors in each of the following:

``` while (c <= 5) { product *= c; ++c; ```

Computer Science & Information Technology

The MainProcedure runs procedures such as FormatFile, AddTotal, and FooterInput procedures in ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology