Take Assessment: Multiple-Choice Quiz 1
1. Which of the following must be obtained in order to publish
information in the Web?
I. II.
Authorization to publish Web pages from the WWW organization Certificate of accuracy of contents from ARPA
(a) None (b) II only
(c) I only (d) I and II
2. A Web server and a Web client communicate using the _____ protocol.
(a) FTP (b) URL
(c) HTML (d) HTTP
3. The Internet is
(a) a worldwide computer network (b) a collection of HTML documents
(c) an internal part of the World Wide Web
(d) a system of computers built to support e-mail delivery 4. Which of the following statements is (are) true about hyperlinks?
I.
Ethics dictate that typically, permission is required from
the owner of a Web page in order to create links to their site.
II. They will be displayed by default as green and underlined.
(a) II only (b) I only
(c) I and II (d) None
5. Which of the following is not a valid URL?
(a) http://www.bell-labs.com (b) ftp://fraser.corus.com
(c) http:/www.cmu.edu (d) http://cmu.edu
6. A Web site can be navigated using
(a) a text editor (b) a Web browser
(c) a Web server (d) an image viewer
7. Which of the following is (are) true about publishing a Web page?
I.
II.
The WWW committee must certify that all information is
accurate. The WWW committee must certify that all information is up-to-date.
(a) None
(b) II only (c) I and II
(d) I only
8. The host name in a URL is typically
(a) a series of words separated by slashes (b) an email address
(c) http
(d) a series of words separated by periods
9. In the context of the World Wide Web, which of the following is
true about a Uniform Resource Locator?
(a) It describes how text in a Web page is to be formatted. (b) It sells customers connections to the Internet.
(c) It allows Web sites to trace the geographical location of a client.
(d) It specifies the location of a Web page.
10. Which of the following URLs refer(s) to the same location as the
URL \
I. II.
http://www.carnegietech.org/courses/index.htm http://www.carnegietech.org/index.html
(a) II only (b) I only
(c) None (d) I and II
Take Assessment: Multiple-Choice Quiz 2 1. Which of the following is a valid HTML tag that sets the size of
text characters?
(a) (c) 2. In HTML, an ordered list begins with the tag _____, and each item in the list begins with the tag _____. (a) (c) , (b)
,
3. In HTML, the
tag instructs a browser to
(a) display a heading (b) shrink text
(c) draw a horizontal line
(d) align text to the right of the screen
4. An ordered list in a correctly written HTML page is enclosed within
tags
(a) and and each numbered item is enclosed within tags
- and
(b)
- and
and
(c) and and each numbered item is enclosed within tags and
(d) and and each numbered item is enclosed within tags and
5. Which of the following is a valid HTML segment that directs Web browsers to display green text?
(a) (c) 6. An HTML document should begin and end with which pair of tags? (a) (c) and 7. Consider the following segment of HTML code. When the segment appears in an HTML document called links.html, the Web browser will (a) ignore the segment because the attribute value for href does not contain the sequence \ (b) create a link to the file cnn.com in the same directory as links.html (c) ignore the segment because the attribute value for attribute href is a relative address (d) create a link to the front page of the server cnn.com 8. Which of the following is an attribute (are attributes) of the HTML tag ? I. II. HREF NAME