Home / CSE / Database System 2 - CS :: XML and ADO.NET

CSE :: Database System 2 - CS

  1. An XML component that defines the structure of a document is known as a(n):

  2. A.

     DOCTYPE

    B.

     DTD

    C.

     #PCDATA

    D.

     HTML Stylesheet


  3. HTML is an application of a more robust document markup language called:

  4. A.

     XHTML

    B.

     XML

    C.

     SGML

    D.

     None of the above is correct


  5. XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are:

  6. A.

     Context oriented.

    B.

     Procedural oriented.

    C.

     Object oriented.

    D.

     Relational oriented.


  7. The DTD begins with the word:

  8. A.

     #PCDATA

    B.

     XML

    C.

     DOCTYPE

    D.

     HTTPS


  9. What is not true about XML?

  10. 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.


  11. What is not true about XSLT?

  12. 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.


  13. If the XML data instance conforms to the DTD, the document is said to be:

  14. A.

     type-invalid.

    B.

     type-valid.

    C.

     not-type-valid.

    D.

     an HTML document.


  15. XML is:

  16. A.

     a subset of SGML only.

    B.

     a hybrid of document processing and database processing only.

    C.

     a standardized yet customizable way to describe the content of documents only.

    D.

     XML is all of the above.


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

  18. A.

     HTML page.

    B.

     DOCTYPE procedure.

    C.

     Stylesheet.

    D.

     Stored procedure.


  19. If an XML document does not have a DTD, then by definition it is:

  20. A.

     not-type-valid.

    B.

     type-valid.

    C.

     an HTML document.

    D.

     None of the above is correct.