R4RIN
Articles
Java 8
MCQS
XML MCQ Quiz Hub
XML Multiple Choice Questions
Choose a topic to test your knowledge and improve your XML skills
1. What does XML stand for?
eXtra Modern Link
eXtensible Markup Language
Example Markup Language
X-Markup Language
2. What is the correct syntax of the declaration which defines the XML version?:
.< xml version=”A.0″ />
<?xml version=”A.0″?>
<?xml version=”A.0″ />
None of the above
3. Which statement is true?
All the statements are true
All XML elements must have a closing tag
All XML elements must be lower case
All XML documents must have a DTD
4. Is it easier to process XML than HTML?
Yes
No
Somtimes
Cant say
5. Kind of Parsers are
well-formed
well-documented
non-validating and validating
None of the above
6. Kind of Parsers are
well-formed
well-documented
non-validating and validating
None of the above
7. Which of the following strings are a correct XML name?
_myElement
my Element
#myElement
None of the above
8. Which of the following strings are a correct XML name?
xmlExtension
xslNewElement
XMLElement#123
All
9. The XML DOM object is
Entity
Entity Reference
Comment Reference
Comment Data
10. XML DSOs has the property for the number of pages of data the recordset contains
count
number
pageCount
pageNumber
Submit