<< HomeXML Multiple Choice Questions1. What does XML stand for?
1. eXtra Modern Link
2. What is the correct syntax of the declaration which defines the XML version?:2. eXtensible Markup Language 3. Example Markup Language 4. X-Markup Language See Answers
1. <xml version="1.0" />
2. <?xml version="1.0"?> 3. <?xml version="1.0" /> 4. None of the above See Answers 3. Which statement is true?
1. All the statements are true
4. Is it easier to process XML than HTML?2. All XML elements must have a closing tag 3. All XML elements must be lower case 4. All XML documents must have a DTD See Answers 5. Which of the following programs support XML or XML applications?: 6. Kind of Parsers are 7. Well formed XML document means
1. it contains a root element
8. Comment in XML document is given by2. it contain an element 3. it contains one or more elements 4. must contain one or more elements and root element must contain all other elements See Answers 9. When processing an output XML, "new line" symbols
1. are copied into output "as is", i.e. "CR+LF" for Windows, CR for Macintosh, LF
for Unix.
10. Which of the following strings are a correct XML name?2. are converted to single LF symbol 3. are converted to single CR symbol 4. are discarded See Answers 11. Which of the following strings are a correct XML name? 12. Which of the following XML fragments are well-formed?
1. <?xml?>
13. What are the predefined attributes2. <?xml version="1.0"?> 3. <?xml encoding="JIS"?> 4. <?xml encoding="JIS" version="1.0"?> See Answers 14. Kind of Parsers are 15. Valid XML document means (most appropriate)
(1) the document has root element
16. XML uses the features of(2) the document contains atleast one or more root element (3) the XML document has DTD associated with it & it complies with that DTD (4) Each element must nest inside any enclosing element property See Answers 17. XML document can be viewed in 18. There is a way of describing XML data, how?
1. XML uses a DTD to describe the data
19. What does DTD stand for?2. XML uses XSL to describe data 3. XML uses a description node to describe data 4. Both 1 and 3 See Answers
1. Direct Type Definition
20. DTD includes the specifications about the markup that can be used within the document, the
specifications consists of all EXCEPT2. Document Type Definition 3. Do The Dance 4. Dynamic Type Definition See Answers
1. the browser name
21. Which of the following XML documents are well-formed?2. the size of element name 3. entity declarations 4. element declarations See Answers
1. <firstElement>some text goes here
22. Which of the following XML fragments are well-formed?<secondElement>another text goes here</secondElement> </firstElement> 2. <firstElement>some text goes here</firstElement> <secondElement> another text goes here</secondElement> 3. <firstElement>some text goes here <secondElement> another text goes here</firstElement> </secondElement> 4. </firstElement>some text goes here </secondElement>another text goes here See Answers
1. <myElement myAttribute="someValue"/>
23. How can we make attributes have multiple values:2. <myElement myAttribute=someValue/> 3. <myElement myAttribute=’someValue’> 4. <myElement myAttribute="someValue’/> See Answers 1. <myElement myAttribute="value1 value2"/> 2. <myElement myAttribute="value1" myAttribute="value2"/> 3. <myElement myAttribute="value1, value2"/> 4. attributes cannot have multiple values See Answers 24. Which of the following XML fragments are well-formed?
1. <myElement myAttribute="value1 <= value2"/>
25. The use of a DTD in XML development is:2. <myElement myAttribute="value1 & value2"/> 3. <myElement myAttribute="value1 > value2"/> 4. None of the above See Answers
1. required when validating XML documents 2. no longer necessary after the XML editor has been customized 3. used to direct conversion using an XSLT processor 4. a good guide to populating a templates to be filled in when generating an XML document automatically See Answers ANSWERS--> Question 1. What does XML stand for? Question 2. What is the correct syntax of the declaration which defines the XML version?: Question 3. Which statement is true? Question 4. Is it easier to process XML than HTML? Question 5. Which of the following programs support XML or XML applications?: Question 6. Kind of Parsers are Question 7. Well formed XML document means
4. must contain one or more elements and root element must contain all
other elements <ANS> Goto Question no. 7 Question 8. Comment in XML document is given by Question 9. When processing an output XML, "new line" symbols Question 10. Which of the following strings are a correct XML name? Question 11. Which of the following strings are a correct XML name? Question 12. Which of the following XML fragments are well-formed? Question 13. What are the predefined attributes Question 14. Kind of Parsers are Question 15. Valid XML document means (most appropriate)
(3) the XML document has DTD associated with it & it complies with that DTD <ANS> Goto Question no. 15 Question 16. XML uses the features of Question 17. XML document can be viewed in Question 18. There is a way of describing XML data, how? Question 19. What does DTD stand for? Question 20. DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT Question 21. Which of the following XML documents are well-formed?
1. <firstElement>some text goes here <secondElement>another text goes here</secondElement> </firstElement> <ANS> Goto Question no. 21 Question 22. Which of the following XML fragments are well-formed? Question 23. How can we make attributes have multiple values: 4. attributes cannot have multiple values <ANS> Goto Question no. 23 Question 24. Which of the following XML fragments are well-formed? Question 25. The use of a DTD in XML development is: |