Home

XML Markup MCQ Question with Answer

XML Markup MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download XML Markup MCQ Question Answer PDF

Question No : 1
XML is case sensitive

True
False

Question No : 2
The correct tag is

<?xml version="1.0"?>
<?xml version "1.0"?>
<xml version="1.0">
<xml version "1.0">

Question No : 3
var xmlDoc=new ActivexObject ("Microsoft.xmldom"); Here xmldom is

Name of object
Name of component
Name of class
None of the above

Question No : 4
.cloneNode(false)

Copies whole structure
Copies only the current node
Copies all leaf nodes
None of the above

Question No : 5
.cloneNode(True)

Copies whole structure of the current node along with sub tags and data
Copies only the current node
Copies all leaf nodes
None of the above

Question No : 6
To insert a node use

insert
insertAfter
AddNew
InsertBefore

Question No : 7
Schema and DTD can be used together

True
False