For each of the following Web pages, name the organizational scheme. For items C and D, consider only the regions inside the marked boxes

What will be an ideal response?





This site uses a library as a metaphor to organize its links.







Each of the links and each of the tabs refer to a task. The most frequently used tasks appear in the top menu, in bold lettering. On the left, tasks related to account activities are grouped together. The middle group of links relates to ordering supplies and printing, which are ancillary to the most frequently used tasks, which are listed across the top. The last group encompasses tasks relating to getting information on price and scheduling. This site uses a task-oriented organizational system.







Prospective students, current students, faculty and staff, alumni and visitors constitute different audiences for this web site.
<

Computer Science & Information Technology

You might also like to view...

If one customer can purchase many items, one-to-many is called the ________ of the relationship

A) joining B) redundancy C) integrity D) cardinality

Computer Science & Information Technology

What would be displayed if the following pseudocode was coded and executed?

``` Declare String pet1 = "puppy" Declare String pet2 = "kitten" If pet1 == pet2 Then Display "These animals are the same." Else Display "These animals are different." End If ``` a. These animals are the same. b. These animals are different. c. These animals are the same. These animals are different. d. puppy kitten These animals are different.

Computer Science & Information Technology