Although JavaScript is considered a programming language, it is also a critical part of web page
design and authoring.
a. True
b. False - Answers True
Like HTML, XHTML is not case sensitive.
a. True
b. False - Answers False
You can place script elements in either the document head or in the document body.
a. True
b. False - Answers True
JavaScript code is always stored in an external file separate from the HTML or XHTML code for
a web document.
a. True
b. False - Answers False
Elements that do not require a closing tag are called empty elements.
a. True
b. False - Answers True
____ can turn static documents into applications such as games or calculators.
a. HTML
b. XHTML
c. JavaScript
d. Cascading Style Sheets - Answers c.JavaScript
____ was established in 1994 at MIT to oversee the development of web technology standards.
a. The University of Illinois
b. The W3C
, c. Microsoft
d. Netscape - Answers b.The W3C
An HTML document is a text document that contains codes called ____.
a. elements
b. tags
c. styles
d. rules - Answers b.tags
In the client/server system, one of the primary roles of the client, or front end, is to ____.
a. carry out complex data processing
b. provide for data storage
c. send email
d. present an interface to the user - Answers d. present an interface to the user
A system consisting of a client and a server is known as a ____ system.
a. traditional
b. three-tier
c. monolithic
d. two-tier - Answers d.two-tier
On client/server systems, heavy processing, such as calculations, usually takes place on the
____.
a. client
b. server
c. middle-ware
d. browser - Answers b.server
A three-tier, or multitier, client/server system consists of three distinct pieces: These are ____.
a. the client tier, the processing tier, and the data storage tier