Which of the following is NOT true about the World Wide Web?

A) In 1993, a group of graduate students released the Mosaic point-and-click graphical browser for the web, which later became Mozilla Firefox.
B) The milestone of having a million Internet hosts was reached in 1992.
C) A website consists of one or more web pages that all are located in the same place.
D) The first White House website was launched in 1994.


A

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT normally used in system hardening:

a. Changing TCP/IP parameters b. Removing unnecessary services c. Removing unnecessary NICs d. Renaming administrator userids

Computer Science & Information Technology

Declare method sphereVolume to calculate and return the volume of the sphere. Use the following statement to calculate the volume:

``` double volume = (4.0 / 3.0) * Math.PI * Math.pow(radius, 3) ``` Write a Java application that prompts the user for the double radius of a sphere, calls sphereVolume to calculate the volume and displays the result.

Computer Science & Information Technology

Something the author does NOT give as an example of things that can make us think is:

a. Clever names b. Color choice c. Company-specific names d. Whether a link or button is clickable

Computer Science & Information Technology

The ________ dialog box enables you to select program settings and set other preferences

A) Options B) Open C) Extract D) Format

Computer Science & Information Technology