Select the most commonly used site organization for commercial web sites.

a. random
b. linear
c. hierarchical
d. none of the above

c. hierarchical

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Java uses a coordinate system whose origin point (0, 0) is located at the upper-left corner of the screen area. 2. The paint method of the Graphics class can only be used with Applets. 3. The drawArc method of the Graphics class requires a starting angle. A positive starting angle indicates a clockwise direction. 4. A rounded rectangle is a rectangle whose corners have been replaced by arcs. 5. The Java Color class mixes amounts of red, green and yellow to produce any new color you might want.

Computer Science & Information Technology

A ____ function is any function that has the same name as its class.

a. constructor b. definer c. destructor d. creator

Computer Science & Information Technology