XAML MCQs

XAML MCQs

These XAML multiple-choice questions and their answers will help you strengthen your grip on the subject of XAML. You can prepare for an upcoming exam or job interview with these XAML MCQs.
So scroll down and start answering.

1: Every XML document must have an associated DTD or schema?

A.   True

B.   False

2: The asterisk at the end of an element name in a DTD means its

A.   The end of the list of elements

B.   The beginning of the list of elements

C.   The DTD contains zero to many of this element

D.   The DTD contains this element and fewer elements

3: Which of the following software support XML or XML applications?

A.   Internet Explorer 5.5

B.   Netscape 4.7

C.   RealPlayer

D.   Internet Explorer 5.5 and Netscape 4.7

4: What can be used to transform XML into HTML?

A.   XLT

B.   DTD

C.   DOM

D.   XSLT

5: Which of the following below are valid ways to define a tag?

A.   ALL

B.   < heading>Reminder< /heading>

C.   < first name>Joe< /first name>

D.   < 1dob>march< /1dob>

6: XSL has "block container" for formating the document

A.   To create a display block to format the titles

B.   To create a display block to format the paragraphes

C.   To create a display block to format the headlines & figures

D.   To create a block level reference area

7: Which statement correctly describes the capabilities of the XSLT language?

A.   XSLT uses the DTD to determine how XML documents will be translated

B.   XSLT specifies how a hierarchical trees, representable by an XML document may be translated into non-hierarchical formats

C.   XSLT specifies how a hierarchical tree, representable by an XML document, may be translated into another hierarchical tree, also representable by an XML document

D.   XSLT specifies the formatting style to be used to render an XML document

8: What is an advantage of XML compared to HTML?

A.   XML works on more platforms.

B.   XML is suited to using Web pages as front ends to databases.

C.   XML was designed for portable phones.

D.   XML is simpler to learn than HTML.

9: What is an XML namespace?

A.   A set of names applied to specific spaces within an XML document, such as the head and body

B.   A set of names representing a specific XML vocabulary

C.   A set of names for XML documents pertaining to a particular vocabulary

D.   None of the above.

10: The XML DOM object is

A.   Entity

B.   Entity Reference

C.   Comment Reference

D.   Comment Data

11: A validating XML application should be used when

A.   The design demands that all elements use both start and end tags

B.   Missing or out-of-place elements could cause application errors

C.   Attribute values cannot refer to external entity references

D.   High performance is an important architectural constraint

12: Which of the following programs support XML or XML applications?

A.   Internet Explorer 5.5

B.   Netscape 4.7

C.   RealPlayer

D.   Internet Explorer 5.5 and Netscape 4.7

13: Which of the following strings are a correct XML name?

A.   _myElement

B.   My Element

C.   #myElement

D.   None of the above

14: What does DTD stand for?

A.   Direct Type Definition

B.   Document Type Definition

C.   Do The Dance

D.   Dynamic Type Definition