Site MapHelpFeedbackMultiple Choice
Multiple Choice
(See related pages)

Click on the correct response for each question below.



1

Which of the following statements is true of XML?
A) XML is self describing.
B) XML is also portable.
C) XML is so useful is that most of the data description is based on tags that are defined for a specific purpose to suit your needs.
D) all of the above
E) None of the above
2

The two common formatting stylesheets for XML documents are:
A) XSLT and CSS.
B) XFMT (XML Formatter) and CSS
C) XPATH and XFMT.
D) XSTYLE XFMT.
E) None of the above
3

HTML _______________________
A) cannot present data.
B) describes what the data means.
C) does not focus on the look and feel or layout of the data.
D) can serve the function of a container for any data it contains.
E) none of the above.
4

Which of the following is not a benefit of XML?
A) Efficient transmission of text-based self-describing data.
B) An open standard, so everyone can play
C) Uses of a transmission medium that is both less costly and ubiquitous.
D) Data are highly secure and these are usually transmitted using Virtual Private Network (VPN).
E) All of the above are benefits of XML
5

An element _________________
A) can be the root in an XML document.
B) can be a parent of other elements.
C) can be a child of other elements.
D) B and C
E) A,B and C
6

Which of the following elements is an empty element
A) <memo></memo>
B) <br/>
C) <test type='hard'/>
D) All of the above are empty elements.
E) Both A and B are empty elements, but C is not an empty element.
7

To declare a personal external DTD, include the:
A) DTDTYPE = "PXTERNAL" as an attribute of the <?xml> tag.
B) DTDTYPE = "PX" as an attribute of the <?xml> tag .
C) standalone="no" as an attribute of the <?xml> tag .
D) standalone="yes" as an attribute of the <?xml> tag.
E) DTDTYPE="Personal" Domain="External" as attributes of the <?xml> tag
8

Which of the following statements is not true of DTDs?
A) DTDs are constructed in a rather ad hoc fashion.
B) DTD's do not necessarily contain all of the tools for data typing that the modern programming applications require.
C) DTD's can accommodate entity and attribute definitions
D) DTD's can accommodate unparsed entity definition.
E) DTD's are superior to XML Schemas.
9

DOM applies to :
A) HTML documents
B) XML documents
C) XSD schemas
D) A and B.
E) A, B and C
10

To declare a namespace as the default namespace for an XML document, we would add the following attribute in the root tag of an XML document.
A) namespace = "URL"
B) xmlNameSpace:"URL"
C) xml namespace:"URL"
D) xmlns:="URL".
E) w3c xmlNamespace="http://temuri.org/schemaName.xsd"







Sosinsky Programming The WebOnline Learning Center

Home > Chapter 3 > Multiple Choice Quiz