Similar Collections


    No collections found

questions

Title
What XML stands for

What XML stands for?


  1. Extra Marked Language
  2. Extensible Markup Language
  3. Extensible Marked Literal
  4. Extra Markup Language
discuss
Which component of JDOM Parser represents DOM tree

Which component of JDOM Parser represents DOM tree


  1. Document
  2. Element
  3. Attribute
  4. Text
discuss
Which of the following XPath expression selects attributes

Which of the following XPath expression selects attributes?


  1. .
  2. ..
  3. @
  4. //
discuss
When to use a SAX Parser

When to use a SAX Parser


  1. You can process the XML document in a linear fashion from the top down.
  2. You are processing a very large XML document whose DOM tree would consume too much memory.
  3. The problem to be solved involves only part of the XML document
  4. All of the above.
discuss
What DOM stands for

What DOM stands for?


  1. Direct Object Model
  2. Document Object Modeling
  3. Document Object Model
  4. Document Output Model
discuss
Which of the following is true about XML

Which of the following is true about XML?


  1. XML is technology independent. It can be used by any technology for data storage and transmission purpose.
  2. XML uses simple text format. It is human readable and understandable.
  3. Using XSD, DTD and XML structure can be validated easily.
  4. All of the above.
discuss
Which of the following is true about XPath

Which of the following is true about XPath


  1. XPath is an official recommendation of the World Wide Web Consortium (W3C).
  2. It defines a language to find information in an XML file.
  3. Both of the above.
  4. None of the above.
discuss
Which of the following XPath expression selects the parent of the current node

Which of the following XPath expression selects the parent of the current node?


  1. .
  2. ..
  3. ./
  4. //
discuss
When to use a DOM Parser

When to use a DOM Parser?


  1. You need to know a lot about the structure of a document.
  2. You need to move parts of the document around.
  3. You need to use the information in the document more than once.
  4. All of the above.
discuss
Which of the following statements is not true about XML Schemas

Which of the following statements is not true about XML Schemas:


  1. They are used to define the content and structure of data.
  2. They define a set of symbols and the relationships of those symbols.
  3. They are themselves XML documents.
  4. They have their own syntax.
discuss
The most popular way to materialize XML documents is to use

The most popular way to materialize XML documents is to use:


  1. DTD
  2. XSLT
  3. HTML
  4. SOAP
discuss
With XML

With XML


  1. views are not limited to one multi-valued path only.
  2. documents can automatically be generated from database data only.
  3. database data can automatically be extracted from XML documents only.
  4. all of the above are true.
discuss
To eliminate definition duplication, XML Schemas define

To eliminate definition duplication, XML Schemas define


  1. an intersection table.
  2. global elements.
  3. a normalized definition table.
  4. None of the above is correct.
discuss
What is not true about SOAP

What is not true about SOAP


  1. SOAP originally meant Simple Object Access Protocol.
  2. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
  3. SOAP now is just a name, not an acronym
  4. SOAP was an early form of XML.
discuss
XML Schemas consist of

XML Schemas consist of


  1. properties and methods.
  2. elements and attributes.
  3. structure and data.
  4. tables and relationships.
discuss
The DTD begins with the word

The DTD begins with the word


  1. #PCDATA
  2. XML
  3. DOCTYPE
  4. HTTPS
discuss
What is not true about XSLT

What is not true about XSLT


  1. XSLT is a declarative transformation language.
  2. XSLT uses a set of rules that govern how a document is to be materialized is created.
  3. XSLT uses a set of procedures that specify how a document is to be programmed.
  4. XSLT is used to transform the input document into another document.
discuss
Which of the following is not a XML storage option

Which of the following is not a XML storage option


  1. Native storage as XML data type
  2. Mapping between XML and relational storage
  3. Small object storage
  4. None of the Mentioned
discuss
White spaces in XML includes

White spaces in XML includes


  1. Things like space characters, new lines and tabs
  2. Only spaces
  3. Space between two double quotes
  4. None of these
discuss
XPATH used to

XPATH used to


  1. Address your documents by specifying a location path
  2. Address the server
  3. Store the IP address of the server
  4. None of these
discuss
total MCQs: 70

MCQs

70

Views

94

Best Answers

299

Points

5