Quiznetik

eXtended Markup Language (XML) | Set 1

1. What does XML stand for?

Correct : B. extensible markup language

2. What is the correct syntax of the declaration which defines the XML version?:

Correct : B. <?xml version="a.0"?>

3. Which statement is true?

Correct : B. all xml elements must have a closing tag

4. Is it easier to process XML than HTML?

Correct : A. yes

5. Which of the following programs support XML or XML applications?:

Correct : D. both a and b

6. Kind of Parsers are

Correct : C. non-validating and validating

7. Well formed XML document means

Correct : D. must contain one or more elements and root element must contain all other elements

8. Comment in XML document is given by

Correct : C. <!-- -->

9. When processing an output XML, "new line" symbols

Correct : B. are converted to single lf symbol

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

Correct : A. _myelement

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

Correct : B. xslnewelement

12. Which of the following XML fragments are well-formed?

Correct : B. <?xml version="a.0"?>

13. What are the predefined attributes

Correct : C. both

14. Kind of Parsers are

Correct : D. both b & c

15. Valid XML document means (most appropriate)

Correct : C. the xml document has dtd associated with it & it complies with that dtd

16. XML uses the features of

Correct : D. sgml

17. XML document can be viewed in

Correct : C. ie 6.0

18. There is a way of describing XML data, how?

Correct : D. both a and c

19. What does DTD stand for?

Correct : B. document type definition

20. DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT

Correct : A. the browser name

21. Which of the following XML fragments are well-formed?

Correct : A. <myelement myattribute="somevalue"/>

22. How can we make attributes have multiple values:

Correct : D. attributes cannot have multiple values

23. Which of the following XML fragments are well-formed?

Correct : C. <myelement myattribute="value1 > value2"/>

24. The use of a DTD in XML development is:

Correct : A. required when validating xml documents

25. Parameter entities can appear in

Correct : B. dtd file

26. Attribute standalone="no" should be included in XML declaration if a document:

Correct : D. has an external dtd

27. In XML

Correct : A. the internal dtd subset is read before the external dtd