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 : 22
A new node can be inserted anywhere in an XML file

True
False

Question No : 23
If a node is replaced, it is reflected on the file itself

True
False

Question No : 24
For internal DTD __________ is not required

DOCTYPE
SYSTEM
ELEMENT
#PCDATA

Question No : 25
Data type is applied in an XML file using

dt:dt
dt:type
data:type
dt:data:type

Question No : 26
To retrieve a value stored in a attribute declared in a DTD file _________ is used

&attribute name;
&attribute name
attribute name
&attribute name;*
attribute name;

Question No : 27
Schema follows

Top down approach
Bottom up approach
Closed model

Question No : 28
Cascading style sheet can be

External, Inline
Internal, External
Internal, External, Inline
External only