A Web site structure in which pages are organized and linked in sequential order is called a ____ structure.

A. hierarchical
B. webbed
C. linear
D. framed


Answer: C

Computer Science & Information Technology

You might also like to view...

The ____ window is where you create (or design) your application's graphical user interface.

A. Windows Form Designer B. Windows Form Creator C. Visual Basic Form Designer D. Visual Basic Form Creator

Computer Science & Information Technology

What are the three kinds of symbols, and how do they differ?

What will be an ideal response?

Computer Science & Information Technology

A Windows computer shows that a .DLL file is missing. What is the best action for the technician to do first?

A) Research what application uses the .DLL file. B) Reload the operating system. C) Use System Restore. D) Use MSCONFIG.

Computer Science & Information Technology

What will be output by the following statements?

double x = .0012345; cout << fixed << x << endl; cout << scientific << x << endl; a. 1.234500e-003 0.001235 b. 1.23450e-003 0.00123450 c. .001235 1.234500e-003 d. 0.00123450 1.23450e-003

Computer Science & Information Technology