🧪 XML MCQ Quiz Hub

XML Mcq Question Set 3

Choose a topic to test your knowledge and improve your XML skills

1. Which are the main features of XML?




2. Attribute standalone=no should be included in XML declaration if a document:




3. The XML format has a simpler set of ¦¦¦¦¦¦¦¦ than HTML.




4. Elements from the HTML namespace are displayed as they would in ¦¦¦¦¦¦¦..




5. What are the advantages of DOM Parsing?




6. A tool for reading XML documents is popularly called a




7. Abbreviate the term DOM?




8. Which of the following is not a function of XML?




9. What are the components of an XML document?




10. Which are the techniques for defining the structure of a specific type of XML documents?




11. An ¦¦¦¦¦¦.. block can be to embed a CSS style sheet within an XML document.




12. Which language is Extensible Markup Language (XML) similar?




13. Which is used about text data that should not be parsed by the XML parser?




14. Find the correct syntax of the declaration which defines the XML Version?




15. Which allows hyperlinks to point to specific parts (fragments) of XML documents?




16. An XML parser converts an XML document into an XML DOM object, which can then be manipulated with JavaScript.




17. The getElementsByTagName() method is used to retrieve data from an XML document.




18. The following example shows which XML Syntax rule, < note date=" 12/11/2007"> < to>Tove< /to> < from>Jani< /from> < /note>




19. XML is ?




20. XML is a programming language like C# or Java.




21. Is this a 'well formed' XML document? < ?xml version="1.0"? > < note > < to age="29" >John< /to > < from >Smiley< / from > < / note >




22. Which character in the XML Element will generate an error because the parser interprets it as the start of a new element?




23. Which is not a W3C-recommended specification?




24. XML is the most common tool for data transmissions between all sorts of applications




25. Which is a software- and hardware-independent tool for carrying information?




26. Which Characters are illegal in XML elements?




27. What is XML used to simplify?




28. Which are the XML Syntax rules?




29. XML documents must contain a root element; this element is "the parent" of all other elements




30. XML is designed to store data and _____.




31. In which application can XML be used for marking up documents for specialized applications, such as e-commerce, scientific documents, Mathematical formula and e-books?




32. In XML which internet languages are markup languages for handheld devices?




33. XML attribute values must always be enclosed in quotes




34. XML is designed to carry data, and to display data




35. In XML document comments are given as?




36. XML is a text-based markup language derived from?




37. Which of the following is true?




38. Which of the following is false?




39. XML is a markup language that defines set of rules for encoding documents in a format that is?




40. The tags message mark?




41. XML First published on?




42. XML was developed by an organization called?




43. Which of the following is the correct syntax of the declaration of XML version?




44. _______ contains details that prepare an XML processor to parse the XML document.




45. It informs the parser whether the document relies on the information from an external source?




46. What is default value for Standalone?




47. Which of the following is not correct Parameter_value for encoding?




48. Which is the parameter value for version?




49. Which of the following are correct rule for XML declaration?




50. What is XML declaration with no parameters?