logo

CuriousTab

CuriousTab

Discussion


Home Database XML and ADO.NET Comments

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


  • Options
  • A. DTD.
  • B. XSLT.
  • C. HTML.
  • D. SOAP.

  • Correct Answer
  • XSLT. 


  • XML and ADO.NET problems


    Search Results


    • 1. The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n):

    • Options
    • A. HTML page.
    • B. DOCTYPE procedure.
    • C. stylesheet.
    • D. stored procedure.
    • Discuss
    • 2. ADO.NET provides the ability to create and process in-memory databases called:

    • Options
    • A. views.
    • B. relations.
    • C. tables.
    • D. datasets.
    • Discuss
    • 3. What is not true about XSLT?

    • Options
    • A. XSLT is a declarative transformation language.
    • B. XSLT uses a set of rules that govern how a document is to be materialized is created.
    • C. XSLT uses a set of procedures that specify how a document is to be programmed.
    • D. XSLT is used to transform the input document into another document.
    • Discuss
    • 4. What is not true about SOAP?

    • Options
    • A. SOAP originally meant Simple Object Access Protocol.
    • B. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
    • C. SOAP now is just a name, not an acronym
    • D. SOAP was an early form of XML.
    • Discuss
    • 5. To eliminate definition duplication, XML Schemas define:

    • Options
    • A. an intersection table.
    • B. global elements.
    • C. a normalized definition table.
    • D. None of the above is correct.
    • Discuss
    • 6. What is not true about XML?

    • Options
    • A. Web page display is the most important application of XML.
    • B. With XML, there is a clear separation between document structure, content and materialization.
    • C. XML is more powerful than HTML.
    • D. XML documents have two sections.
    • Discuss
    • 7. XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are:

    • Options
    • A. context oriented.
    • B. procedural oriented.
    • C. object oriented.
    • D. relational oriented.
    • Discuss
    • 8. Which of the following statements is not true about XML Schemas:

    • Options
    • A. They are used to define the content and structure of data.
    • B. They define a set of symbols and the relationships of those symbols.
    • C. They are themselves XML documents.
    • D. They have their own syntax.
    • Discuss
    • 9. The DTD begins with the word:

    • Options
    • A. #PCDATA.
    • B. XML.
    • C. DOCTYPE.
    • D. HTTPS.
    • Discuss
    • 10. The XSLT processor copies the elements of the stylesheet until it finds a command in the format:

    • Options
    • A. SELECT ... FROM ... WHERE.
    • B. {item, action}.
    • C. {for-each select}.
    • D. <HTML>...<\HTML>.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment