Which of the following is a goal of dividing a Web site into a series of Web pages?

A) improve the ease of maintaining the Web site
B) improve the collection of Web metrics
C) improve tracking of page movement by the customer
D) improve the revenue obtained by page marketing


A) improve the ease of maintaining the Web site

Computer Science & Information Technology

You might also like to view...

Why is it necessary to place “using namespace std;” in your program? Where should it be placed?

What will be an ideal response?

Computer Science & Information Technology

Suppose we have a struct called Employee, we have an object declared from the struct called emp, and we have a data member of the struct called salary. To access the salary data member of emp, we would use the code:

A. emp[salary] B. Employee.emp[salary] C. emp( salary ) D. emp.salary

Computer Science & Information Technology

When you create an Excel chart in PowerPoint, you can perform advanced commands on Excel data in the worksheet window in PowerPoint.

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

Computer Science & Information Technology

Which of the following statements is true of user acceptance testing (UAT)?

A. UAT involves linking individual components together and testing them as a group to uncover any defects in the interface. B. A goal of UAT is to determine the work load at which systems performance begins to degrade. C. UAT is often done by independent testers who were not involved in developing program code. D. UAT must be completed successfully before newly developed software can be rolled out to the market.

Computer Science & Information Technology