Table of Content

  • General Questions

XML DTD MCQ : General Questions (Multiple Choice Questions)


Question 1
Fill in the blank.
<!DOCTYPE root-element ____________ >
A
None of these
B
document-declarations
C
root-element-declarations
D
element-declarations
Question 2
In order to associate External DTD declaration we need to write following syntax -
A
<!DOCTYPE "filename">
B
None of these
C
<!DOCTYPE root-element SYSTEM "filename">
D
<!DOCTYPE SYSTEM "filename">
Question 3
PCDATA Stands for _________.
A
None of these
B
Predefined Character Data
C
Parsed Character Data
D
Pure Character Data
Question 4
Some Characters have a special meaning in XML those are called as ______.
A
None of these
B
Variables
C
Symbols
D
Entities
Question 5
_________ provides extra information about XML elements.
A
Entities
B
None of these
C
Attributes
D
Tags
There are 5 questions to complete.