🧪 XML MCQ Quiz Hub

XML Mcq Question Set 1

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

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





✅ Correct Answer: 2

Which statement is true?





✅ Correct Answer: 2

Is it easier to process XML than HTML?





✅ Correct Answer: 1

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





✅ Correct Answer: 4

Kind of Parsers are





✅ Correct Answer: 3

Well formed XML document means





✅ Correct Answer: 4

Comment in XML document is given by





✅ Correct Answer: 3

When processing an output XML, "new line" symbols





✅ Correct Answer: 2

Which of the following strings are a correct XML name?





✅ Correct Answer: 1

Which of the following strings are a correct XML name?





✅ Correct Answer: 2

Which of the following XML fragments are well-formed?





✅ Correct Answer: 2

What are the predefined attributes





✅ Correct Answer: 3

Valid XML document means (most appropriate)





✅ Correct Answer: 3

XML uses the features of





✅ Correct Answer: 4

XML document can be viewed in





✅ Correct Answer: 3

There is a way of describing XML data, how?





✅ Correct Answer: 4

What does DTD stand for?





✅ Correct Answer: 2

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





✅ Correct Answer: 1

Which of the following XML documents are well-formed?





✅ Correct Answer: 2

Which of the following XML fragments are well-formed?





✅ Correct Answer: 1

How can we make attributes have multiple values:





✅ Correct Answer: 4

The use of a DTD in XML development is:





✅ Correct Answer: 1

Parameter entities can appear in





✅ Correct Answer: 2

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





✅ Correct Answer: 4

In XML





✅ Correct Answer: 1

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





✅ Correct Answer: 4

To use the external DTD we have the syntax





✅ Correct Answer: 1

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





✅ Correct Answer: 4

The syntax for parameter entity is





✅ Correct Answer: 1

You can name the schema using the name attribute like





✅ Correct Answer: 4

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





✅ Correct Answer: 2

Microsoft XML Schema Data types for Hexadecimal digits representating octates





✅ Correct Answer: 3

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





✅ Correct Answer: 4

Microsoft XML Schema Data Type “ boolean” has values





✅ Correct Answer: 3

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





✅ Correct Answer: 4

In simple Type Built into XML schema Boolean type holds





✅ Correct Answer: 3

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





✅ Correct Answer: 3

The XML DOM object is





✅ Correct Answer: 2

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





✅ Correct Answer: 4

To create a choise in XML schemas, we use the





✅ Correct Answer: 3

To create a data island we use the _____________HTML element





✅ Correct Answer: 1

To Bind the HTML elements with DSO we use _________ attribute





✅ Correct Answer: 1

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

Whats so great about XML?





✅ Correct Answer: 4

For XML document to be valid





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

The attribute used to define a new namespace is





✅ Correct Answer: 3

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





✅ Correct Answer: 4