🧪 XML MCQ Quiz Hub

XML Mcq Question Set 1

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

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




2. Which statement is true?




3. Is it easier to process XML than HTML?




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




5. Kind of Parsers are




6. Well formed XML document means




7. Comment in XML document is given by




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




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




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




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




12. What are the predefined attributes




13. Valid XML document means (most appropriate)




14. XML uses the features of




15. XML document can be viewed in




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




17. What does DTD stand for?




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




19. Which of the following XML documents are well-formed?




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




21. How can we make attributes have multiple values:




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




23. Parameter entities can appear in




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




25. In XML




26. Disadvantages of DTD are (i)DTDs are not extensible (ii)DTDs are not in to support for namespaces (iii)there is no provision for inheritance from one DTDs to another




27. To use the external DTD we have the syntax




28. To add the attribute named Type to the <customer> tag the syntax will be




29. The syntax for parameter entity is




30. You can name the schema using the name attribute like




31. The default model for complex type, in XML schemas for element is




32. Microsoft XML Schema Data types for Hexadecimal digits representating octates




33. A schema describes (i) grammer (ii) vocabulary (iii) structure (iv) datatype of XML document




34. Microsoft XML Schema Data Type “ boolean” has values




35. Simple type Built into Schema “ data’ represent a data in




36. In simple Type Built into XML schema Boolean type holds




37. In simple type built into XML schema type flat has single precision of ________ floating point




38. The XML DOM object is




39. Attribute of the document interface in DOM is/are (i)doctype (ii)implementation (iii)documentElement which are read only attributes




40. To create a choise in XML schemas, we use the




41. To create a data island we use the _____________HTML element




42. To Bind the HTML elements with DSO we use _________ attribute




43. To bind the HTML element <INPUT> Type in text with the datasource “ dsoCustomer” we use




44. XML DSOs has the property for the number of pages of data the recordset contains




45. Whats so great about XML?




46. For XML document to be valid




47. A textual object is a well formed XML document if (i) Taken as a whole it matches the production labeled document. (ii) Each of the parsed entity which is referenced directly or indirectly within the document can be well formed




48. <?xml version=” A.0” standalone=” yes” encoding=”UTF-8” ?>




49. The attribute used to define a new namespace is




50. To match the root node in XMLT transform the syntax will be