Which of the following relative pathnames is interpreted as "the index.htm file is in the folder one level up in the folder tree from the current file"?

A. ./index.htm
B. ../index.htm
C. /index.htm
D. __/index.htm


Answer: B

Computer Science & Information Technology

You might also like to view...

____ clogs user inboxes and can adversely affect the performance of the system if it is not removed in a timely fashion.

A. Flotsam B. Spam C. Ham D. Cheese

Computer Science & Information Technology

The public members of a class are also known as the class’s ________ or ____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements is false?

a. Streams are objects that implement interface Stream (from the package java.util.stream) and enable you to perform functional programming tasks. b. Streams move elements through a sequence of processing steps—known as a stream pipeline—that begins with a data source, performs various intermediate operations on the data source’s elements and ends with a terminal operation. c. A stream pipeline is formed by chaining method calls. d. An advantage of streams over collections is that streams have their own storage, so once a stream is processed, it can be reused, because it maintains a copy of the original data source.

Computer Science & Information Technology

________ was the communication medium of choice for early computer criminals

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology