logo

CuriousTab

CuriousTab

Discussion


Home Database XML and ADO.NET Comments

  • Question
  • 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.

  • Correct Answer
  • context oriented. 


  • XML and ADO.NET problems


    Search Results


    • 1. 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
    • 2. The most popular way to materialize XML documents is to use:

    • Options
    • A. DTD.
    • B. XSLT.
    • C. HTML.
    • D. SOAP.
    • Discuss
    • 3. 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
    • 4. ADO.NET provides the ability to create and process in-memory databases called:

    • Options
    • A. views.
    • B. relations.
    • C. tables.
    • D. datasets.
    • Discuss
    • 5. 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
    • 6. 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
    • 7. The DTD begins with the word:

    • Options
    • A. #PCDATA.
    • B. XML.
    • C. DOCTYPE.
    • D. HTTPS.
    • Discuss
    • 8. 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
    • 9. The expression FOR XML RAW tells SQL Server to:

    • Options
    • A. place the values of the columns as attributes in the resulting XML document.
    • B. place the values of the columns into elements rather than attributes.
    • C. place some columns into elements and others into attributes.
    • D. None of the above is correct.
    • Discuss
    • 10. An XML component that defines the structure of a document is known as a(n):

    • Options
    • A. DOCTYPE.
    • B. DTD.
    • C. #PCDATA.
    • D. HTML Stylesheet.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment