A website's URL can identify all of the following things EXCEPT the ________

A) protocol used to retrieve a web document
B) browser required to view the website
C) file path for additional pages within the website
D) website's domain name


B

Computer Science & Information Technology

You might also like to view...

Which of the following does not perform the following task: display correct if answer is equal to 7 and incorrect if answer is not equal to 7?

a. if ( answer == 7 ) cout << "correct"; else cout << "incorrect"; b. cout << answer == 7 ? "correct" : "incorrect"; c. cout << ( answer == 7 ? "correct" : "incorrect" ); d. answer == 7 ? cout << "correct" : cout << "incorrect";

Computer Science & Information Technology

Using XML, authors can describe any type of data, including

a) music b) mathematical formulas c) software-configuration instructions d) All of the above

Computer Science & Information Technology

What does the I'm Feeling Lucky search button do?

A) It automatically creates a search string of the terms in the Search box. B) It sequentially moves you through the first ten Web pages of your search. C) It automatically takes you to the first URL of the search. D) It automatically opens five tabs and displays the results of the first five search results within each tab.

Computer Science & Information Technology

A device or software that blocks unauthorized access to a network.

A. Network adapter B. Firewall C. Switch

Computer Science & Information Technology