XML MCQ Questions And Answers
XML MCQ Questions - This section focuses on "Basics" of XML. These Multiple Choice Questions (MCQ) should be practiced to improve the XML skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. XML stands for?
A. Extensible Markup Language.
B. Extensible Hypertext Markup Language.
C. Extended Markup Language.
D. Extend Markup Language.
View Answer
Ans : A
Explanation: XML stands for Extensible Markup Language.
2. XML is a text-based markup language derived from?
A. SGMA
B. SHML
C. SGML
D. DHML
View Answer
Ans : C
Explanation: XML stands for Extensible Markup Language. It is a text-based markup language derived from Standard Generalized Markup Language (SGML).
3. Which of the following is true?
A. XML allows you to create your own self-descriptive tags, or language, that suits your application.
B. XML allows you to create your own self-descriptive tags, or language, that suits your application.
C. XML was developed by an organization called the World Wide Web Consortium (W3C) and is available as an open standard.
D. All of the above
View Answer
Ans : D
Explanation: All of the above statement are true.
4. Which of the following is false?
A. XML cannot be used for offloading and reloading of databases.
B. XML can easily be merged with style sheets
C. XML can be used to store and arrange the data
D. XML can be used to exchange the information between organizations and systems
View Answer
Ans : A
Explanation: XML can be used for offloading and reloading of databases is true statement.
5. XML is a markup language that defines set of rules for encoding documents in a format that is?
A. Human-readable
B. Machine-readable
C. Both human-readable and machine-readable
D. None of the above
View Answer
Ans : C
Explanation: XML is a markup language that defines set of rules for encoding documents in a format that is both human-readable and machine-readable.
6. The tags message mark?
A. the start of the XML code
B. the end of the XML code
C. the start and the end of the XML code
D. None of the above
View Answer
Ans : C
Explanation: The tags and mark the start and the end of the XML code fragment.
7. XML First published on?
A. 1997
B. 1998
C. 1999
D. 2000
View Answer
Ans : B
Explanation: First published: February 10, 1998
8. XML was developed by an organization called?
A. w2c
B. w4c
C. w3c
D. WWWC
View Answer
Ans : C
Explanation: XML was developed by an organization called the World Wide Web Consortium (W3C)
9. Which of the following is the correct syntax of the declaration of XML version?
A. <xml version="1.0" />
B. <?xml version="1.0"?>
C. <?xml version="1.0" />
D. None of the above
View Answer
Ans : B
Explanation: Option B is the correct syntax of the declaration of XML version.
10. Is it easier to process XML than HTML?
A. TRUE
B. FALSE
C. May be
D. Can't say
View Answer
Ans : A
Explanation: It's true, it is easier to process XML than HTML.
Discussion