Most Web designers use ____ pathnames in their hypertext links.

A. absolute
B. relative
C. interpreted
D. regular


Answer: B

Computer Science & Information Technology

You might also like to view...

Extend class Vect (definition shown above) by defining accessor functions getR and getTheta, which return the values of the private components of a Vect object.

What will be an ideal response?

Computer Science & Information Technology

The ability to reuse objects already defined, perhaps for a different purpose, with modification appropriate to the new purpose, is referred to as:

a) Information hiding. b) Inheritance. c) Redefinition. d) Overloading

Computer Science & Information Technology

You can change a transition by selecting a slide, clicking the ANIMATIONS tab, then selecting a different transition.

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

Computer Science & Information Technology

The output of the following code issumX: 3 sumY: 2. ? int sumX = 0; int sumY = 0; do {    sumX++;    sumY++;    sumX += sumY; } while (sumX < 2); cout

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

Computer Science & Information Technology