When do you need to use a fully qualified URL in a hyperlink?

a. when creating an internal link to the same web page
b. when linking to a page in another folder on the same site
c. when linking to a page on an external web site
d. never


c. when linking to a page on an external web site

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. The javac command can compile multiple classes at once; simply list the source-code filenames after the command with each filename separated by a comma from the next. b. If the directory containing the app includes only one app’s files, you can compile all of its classes with the command javac *.java. c. The asterisk (*) in javac *.java indicates that all files in the current directory ending with the filename extension “.java” should be compiled. d. All of the above are true.

Computer Science & Information Technology

How many different ways is there to combine absolute and relative references to a single cell?

a. 4 b. 1 c. 6 d. 2

Computer Science & Information Technology

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

1. The type of search that compares each element in order, from first to last, to the element that is being searched for is the serial search. 2. A serial search can be compared to the way a person might look through a dictionary to find a specific word. 3. Elements in an array must be sorted in order to use the serial search. 4. The method that will search an array for a specified item and return the item's position in the array is the indexOf() method. 5. The toStringArray() method converts each element in an array to a string.

Computer Science & Information Technology

What are the two main types of diagrams in U M L?

What will be an ideal response?

Computer Science & Information Technology