MCQs > IT & Programming > XAML MCQs > Basic XAML MCQs

Basic XAML MCQ

1. What does DTD stand for?

Answer

Correct Answer: Document Type Definition

Note: This Question is unanswered, help us to find answer for this one

2. Which of the following strings are a correct XML name?

Answer

Correct Answer: _myElement

Note: This Question is unanswered, help us to find answer for this one

3. Which of the following programs support XML or XML applications?

Answer

Correct Answer: Internet Explorer 5.5 and Netscape 4.7

Note: This Question is unanswered, help us to find answer for this one

4. A validating XML application should be used when

Answer

Correct Answer: Missing or out-of-place elements could cause application errors

Note: This Question is unanswered, help us to find answer for this one

5. The XML DOM object is

Answer

Correct Answer: Entity Reference

Note: This Question is unanswered, help us to find answer for this one

6. What is an advantage of XML compared to HTML?

Answer

Correct Answer: XML is suited to using Web pages as front ends to databases.

Note: This Question is unanswered, help us to find answer for this one

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

Answer

Correct Answer: XSLT specifies how a hierarchical tree, representable by an XML document, may be translated into another hierarchical tree, also representable by an XML document

Note: This Question is unanswered, help us to find answer for this one

8. XSL has "block container" for formating the document

Answer

Correct Answer: To create a block level reference area

Note: This Question is unanswered, help us to find answer for this one

9. Which of the following below are valid ways to define a tag?

Answer

Correct Answer: ALL

Note: This Question is unanswered, help us to find answer for this one

10. What can be used to transform XML into HTML?

Answer

Correct Answer: XSLT

Note: This Question is unanswered, help us to find answer for this one

11. Which of the following software support XML or XML applications?

Answer

Correct Answer: Internet Explorer 5.5 and Netscape 4.7

Note: This Question is unanswered, help us to find answer for this one

12. The asterisk at the end of an element name in a DTD means its

Answer

Correct Answer: The DTD contains zero to many of this element

Note: This Question is unanswered, help us to find answer for this one

13. Every XML document must have an associated DTD or schema?

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one