Which of the following is NOT one of the six phases of the Web site development process described in the Unit?

A. research
B. design
C. market
D. edit


Answer: D

Computer Science & Information Technology

You might also like to view...

What variables are local to the Add Numbers function?

``` int AddNumbers( int x, int y) { int z; z = x + y; return z; } ``` A. x B. y C. x & y D. x, y & z

Computer Science & Information Technology

Which of the following is NOT true about databases?

A) A database eliminates the need for a paper-based system. B) Information is data that has been manipulated. C) In business, data is collected and used for decision making. D) Databases are used for operational processing and for analytical purposes.

Computer Science & Information Technology

?Which version of DOCSIS provides 38 Mbps per channel and requires a minimum of 4 channels to be used?

A. ?DOCSIS 1 B. ?DOCSIS 2 C. ?DOCSIS 3 D. ?DOCSIS 4

Computer Science & Information Technology

What AsyncTask method do you need to override in order to execute operations in the background?

a. runAsync() b. doInBackground() c. execute() d. onAsync()

Computer Science & Information Technology