Q.1
Abbreviate the term DOM
  • Development Object Model
  • Document Object Model
  • Document Oriented Model
  • None of the Above
Q.2
What is the default namespace
  • A. The namespace used by default when no namespace is declared
  • B. The namespace used when two or more namespaces are referenced
  • C. A namespace that is referenced with the xmlns attribute, but without a prefix
  • D. None of the above
Q.3
The attribute used to define a new namespace is
  • XMLNS
  • XmlNameSpace
  • Xmlns
  • xmlns
Q.4
Hich of the following instruct the browser which stylesheet to use
  • <xml-stylesheet type="text/xsl" href="cd.xsl">
  • <xml-stylesheet type="text/xsl" xsl="cd.xsl">
  • <?xml-stylesheet type="text/xsl" href="cd.xsl"?>
  • <?xml-stylesheet type="text/xsl" xsl="cd.xsl"?>
Q.5
What is the role of the XPath language in XSL processing?
  • A. XPath identifies the order or path of processing to be followed as the XSL language is processed
  • B. XPath identifies locations in XML data to be transformed in the source tree and the locations to be generated in output tree specified in XSL translation prescriptions
  • C. XPath identifies the path to be followed in the execution of XSL translation prescriptions
  • D. XPath specifies which XSL transform files are to be used in the translation of XML
Q.6
How can you quickly get pre-made design elements and color schemes for your Web site?
  • By hiring a graphic designer
  • By using a theme
  • By purchasing them onlin
  • Noneofthese
Q.7
Which of the following are well-formed XML fragments?
  • < myElement myAttribute=”someValue’/>
  • < myElement myAttribute=someValue/>
  • < myElement myAttribute=’someValue’>
  • < myElement myAttribute=”someValue”/>
Q.8
How many root elements can we have in XML?
  • 1
  • 2
  • 3
  • 0
Q.9
What is DTD?
  • Document type Determination
  • Determination Type Defination
  • Document Text Definition
  • Document Type Definition
Q.10
The need of using a DTD in developing XML document is?
  • Required when validating XML documents.
  • No longer necessary after the XML editor has been customized.
  • Used to direct conversation using an XSLT processor.
  • A good guide to populating templates to be filled in when generating an XML document automatically.
0 h : 0 m : 1 s