7) Folders contain:
A) files
B) folders
C) both files and folders
D) neither files nor folders
Answer: C
Explanation: C) Folders can contain files and other folders. These folders can contain files and
other folders, and so on.
8) When a URL ends in a folder name instead of a file name, the server usually looks for a file
called:
A) dir.html
B) index.html
C) home
D) all of the above
Answer: B
Explanation: B) Without a specific file to look for, most servers go looking for the index.html
file.
9) In a directory hierarchy, folder names are separated by a:
A) slash (/)
B) backslash (\)
C) dot (.)
D) space
Answer: A
Explanation: A) They’re separated by a slash. Do not call it a forward slash. There is no such
thing.
10) Communication between one sender and many receivers is called:
A) broadcast communication
B) client/server communication
C) point-to-point communication
D) multicast communication
Answer: A
11) Getting files from a Web server is called:
A) uploading
B) downloading
C) client-based networking
D) multicasting
Answer: B
12) When a web browser (client) needs to get a web page to display, it connects to the server
A) only briefly, then displays the page after the transaction is complete.
B) when the page is visited, and stays connected until another page is visited.
C) when the first page located on that server is visited, and stays connected until a page from
some different server is visited.
4