header1.html

Thursday 2 May 2013

XML Quiz-3


XML Quiz-3
1.Text inside a CDATA section will be parsed by the parser.
True
False


2.Writing an Internal DTD inside a DOCTYPE is known as:
Declaration
Wrapping
Sequencing
None of above


3.Logical structure of data can be interpreted and used in many ways by various applications due to XML
True
False


4.It is possible to have a property with multiple values
True
False


5.A CDATA section ends with _____.
!>
>
]]>
None of above


6.XML documents should not contain non ASCII characters.True or False?
True
False


7.The XML DOM defines a standard way for accessing and manipulating XML documents.True or False?
True
False


8.What is used to avoid element name conflicts in XML?
DTD
XML Namespaces
Schema
None of above


9.Which attribute is used to define namespace in XML document?
xmlns
ns
resource
using


10.XML specification states that a program should not stop processing an XML document if it finds an error.
True
False

XML Quiz-2


XML Quiz-2
1.XML element's attributes are different from HTML attributes.True or False?
True
False


2."XML Attributes Must be Quoted".True or False?
True
False


3."XML attributes cannot contain multiple values but elements can." True or False?
True
False


4."XML attributes can contain tree structures". True or False?
True
False


5. What do you mean by "Well Formed" XML?
XML validated against a DTD
XML with correct syntax
XML document having a root element
None of above


6. What do you mean by "Valid" XML?
XML document having a root element
XML with correct syntax
XML validated against a DTD
None of above


7."XML documents must have a root element".True or False?
True
False


8.XML documents carry information about how to display the data.True or False?
True
False


9.With XSLT you can transform an XML document into HTML.True or False?
True
False


10.XML tags are case sensitive.True or False?
True
False

XML MCQs Quiz-1


XML Quiz-1
1.Which of the following is correct regarding Embedded Simple Types representing date and time in XML Schema?
xs:date
xs:gMonthYear
xs:timeDate
xs:gDayMonth


2. XML is designed to transport and store data.True or False?
True
False


3.XML is a software- and hardware dependent tool for carrying information.
True
False


4.XML data is stored in....format.
Binary
Unicode
Text
None of these


5.Which of the following is an API for accessing XML documents?
SAX
SOAP
XPath
None of above


6. XML Tags are Case Sensitive.True or False?
True
False


7.<!-- This is a comment --!> is comment in XML.True or False?
True
False


8..Net class for validate xml document?
XmlRangeValidator
RangeValidator
XmlValidatingReader
None of these


9.XML Document can be seen through:
XML Document
XML Source
Transform Source
None of these


10.XML Names can contain letters, numbers, and other characters
True
False