Q.1
What is the correct syntax of the declaration which defines the XML version?
  • <?xml version="1.0" />
  • <?xml version="1.0" /
  • <xml version="1.0" />
  • <?xml version="1.0"?>
Q.2
How is an empty XML element defined?
  • <sample></sample>
  • <sample/>
  • All of the above.
  • None of the above.
Q.3
What does XSL stand for?
  • eXtra Style Language
  • eXpandable Style Language
  • eXtensible Style Listing
  • eXtensible Stylesheet Language
Q.4
________ Of the following technologies, which one provides the ability to dynamically interact with Web page layout?
  • JavaScript.
  • XML.
  • Document Object Model.
  • HTML.
Q.5
Which syntax is used to insert comments into an XML document?
  • <comment>This is a comment</comment>
  • <?-This is a comment->
  • <!-This is a comment->
  • <- -This is a comment- ->
  • All the above
Q.6
How to describe XML data?
  • XML uses a DTD to describe the data
  • XML uses XSL to describe data
  • XML uses a description node to describe data
  • Both A and C
Q.7
How to specify the attributes with multiple values?
  • < myElement myAttribute=”value1” myAttribute=”value2”/>
  • < myElement myAttribute=”value1 value2”/>
  • Attributes cannot have multiple values.
  • < myElement myAttribute=”value1, value2”/>
Q.8
To use the external DTD we have the syntax
  • <?xml version=”1.0” standalone=”yes”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
  • <?xml version=”1.0” standalone=”yes”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
  • <?xml version=”1.0” standalone=”no”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
Q.9
The syntax for parameter entity is
  • <! ENTITY % NAME DEFINITION>
  • < ENTITY % NAME DEFINITION>
  • <! ENTITY $ NAME DEFINITION>
  • < ENTITY % NAME DEFINITION>
Q.10
The syntax for writing the minimum occurrence for an element is
  • <xsd:element ref=” note” min=” 0” />
  • <xsd:elements ref=” note” min=” 0” />
  • <xsd:elements ref=” note” minOccur=”0” />
  • <xsd:elements ref=” note” minOccurs=” 0” />
Q.11
What can be used to transform XML into HTML?
  • XLT
  • XSLT
  • DTD
  • DOM
Q.12
What does DITA stand for?
  • Document Information Technology Application
  • Darwin Information Typing Architecture
  • Digital Instructional Technical Attachment
Q.13
How XML describe data
  • XML uses a description node to describe data
  • XML uses a DTD to describe the data
  • XML uses XSL to describe data
Q.14
XML elements can contain
  • other elements
  • attributes
  • text
  • All Of above
Q.15
Which is a correct name for an XML element?
  • <xmldocument>
  • <7eleven>
  • <phone number>
  • <Name>
Q.16
XML goal is to replace HTML
  • False
  • True
Q.17
What is the correct declation syntax for the version of an XML document?
  • </xml version="1.0"/>
  • <?xml version="1.0"/?>
  • <xml version="1.0">
  • <!xml version="1.0">
Q.18
Which Statement about xml is true?
  • Elements may have multiple atrribute with the same name
  • Quoting attribute is optional.
  • Elements may nest but not overlap
  • All of the above.
Q.19
Any XML must have
  • Closing tag
  • Root element
  • Nested child
  • both a and b
Q.20
What does the XMLHttpRequest object accomplish in Ajax?
  • A. It's the programming language used to develop Ajax applications.
  • B. It provides a means of exchanging structured data between the Web server and client.
  • C. It provides the ability to asynchronously exchange data between Web browsers and a Web server.
  • D. It provides the ability to mark up and style the display of Web-page text.
0 h : 0 m : 1 s