Xml And Ado.net(Database ) Questions and Answers

Question 1. The XSLT processor copies the elements of the stylesheet until it finds a command in the format:
  1.    SELECT ... FROM ... WHERE
  2.    {item, action}
  3.    {for-each select}
  4.    < HTML >...< / HTML >
Explanation:-
Answer: Option B. -> {item, action}

Question 2. 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.
Explanation:-
Answer: Option D. -> They have their own syntax.

Question 3. 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.    With XML, all of the above are true.
Explanation:-
Answer: Option D. -> With XML, all of the above are true.

Question 4. The most popular way to materialize XML documents is to use:
  1.    DTD
  2.    XSLT
  3.    HTML
  4.    SOAP
Explanation:-
Answer: Option B. -> XSLT

Question 5. What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?
  1.    SOAP
  2.    SGML
  3.    SQL
  4.    ADO
Explanation:-
Answer: Option A. -> SOAP

Question 6. An XML component that defines the structure of a document is known as a(n):
  1.    DOCTYPE
  2.    DTD
  3.    #PCDATA
  4.    HTML Stylesheet
Explanation:-
Answer: Option B. -> DTD

Question 7. HTML is an application of a more robust document markup language called:
  1.    XHTML
  2.    XML
  3.    SGML
  4.    None of the above is correct
Explanation:-
Answer: Option C. -> SGML

Question 8. What is not true about XML?
  1.    Web page display is the most important application of XML.
  2.    With XML, there is a clear separation between document structure, content and materialization.
  3.    XML is more powerful than HTML.
  4.    XML documents have two sections.
Explanation:-
Answer: Option A. -> Web page display is the most important application of XML.

Question 9. XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are:
  1.    Context oriented.
  2.    Procedural oriented.
  3.    Object oriented.
  4.    Relational oriented.
Explanation:-
Answer: Option A. -> Context oriented.

Question 10. The DTD begins with the word:
  1.    #PCDATA
  2.    XML
  3.    DOCTYPE
  4.    HTTPS
Explanation:-
Answer: Option C. -> DOCTYPE