A URL is a type of
A. web page
B. URI
C. link
D. network correct answers URI (Uniform Resource Identifier)
What organization oversees the development of web technology standards?
A. U.S Department of Defense
B. World Wide Web Consortium
C. Stanford University
D. United Nations correct answers World Wide Web Consortium
The markup language originally developed to create web pages and still in use today is called?
A. HTML
B. SGML
C. XML
D. CSS correct answers HTML
__________ is a separate, complementary language to HTML that was developed for specifying
the appearance of webpage elements.
A. HTML
B. SGML
C. XML
D. CSS correct answers CSS
Elements that do not require a closing tag are called ________ elements.
A. independent
B. empty
C. permanent
D. constant correct answers empty
What is the root element of an HTML document?
A. head
B. body
C. html
D. script correct answers html
A system consisting of a client and a server is known as a______.
, A. mainframe topology
B. double-system architecture
C. two-tier system
D. wide area network correct answers two-tier system
What is usually the primary role of a client?
A. locating records that match a request
B. heavy processing, such as calculations
C. Data storage
D. the presentation of an interface to the user correct answers the presentation of an interface to
the user
Which of the following functions does the processing tier NOT handle in a three-tier
client/server system?
A. Processing and calculations
B. Reading and writing of information to the data storage tier
C. The return of any information to the client tier
D. Data Storage correct answers Data Storage
Which of the following user the correct case?
A. Document.write();
B. document.write();
C.document.Write();
D. Document.Write(); correct answers document.write();
Which of the following is not a valid identifier?
A. $InterestRate
B. 2QInterest Rate
C. interestRate
D. _interestRate correct answers 2QInterest Rate
-You cannot include spaces
When you assign a specific value to a variable on its creation, you _________ it.
A. declare
B. call
C. assign
D. initialize correct answers initialize
Code that tells a browser what to do in response to a specific event on a specific element is called
a (an)____.