XML and ADO.NET - True or False


1. SOAP uses HTTP as its only transport mechanism.
A.            True       B.            False
Ans: Option B

2. The DTD defines the structure of XML documents.
A.            True       B.            False
Ans: Option A

3. If a document does not conform to the DTD, it is a bad XML document.
A.            True       B.            False
Ans: Option B

4. XSLT processors are context-oriented; each statement is evaluated in the context of the match that has been made.
A.            True       B.            False
Ans: Option A

5. Web page display is the most important application of XML.
A.            True       B.            False
Ans: Option B

6. It took the popularity of the Internet to realize that database processing and document processing need each other.
A.            True       B.            False
Ans: Option A

7. You can validate an XML Schema document against its schema, just as you would any other XML document.
A.            True       B.            False
Ans: Option A

8. XML technology is a hybrid of document processing and database processing.
A.            True       B.            False
Ans: Option A

9. The most popular way to materialize XML documents is to use XSLT.
A.            True       B.            False
Ans: Option A

10. SOAP is now just a name, not an acronym.
A.            True       B.            False
Ans: Option A

11. Documents that have no DTD are by definition not-type-valid.
A.            True       B.            False
Ans: Option A

12. FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document.
A.            True       B.            False
Ans: Option B

13. With XSLT, you specify a procedure for materializing document elements.
A.            True       B.            False
Ans: Option B

14. XML Schema is used to define the content, structure and format of documents.
A.            True       B.            False
Ans: Option B

15. Schemas consist of properties and methods
A.            True       B.            False
Ans: Option B

16. Datasets which reside on the user's hard drive are created by ADO.NET to facilitate the transformation of XML documents to and from relational database constructs.
A.            True       B.            False
Ans: Option B

17. With XML, document structure, content and format are all defined within one document.
A.            True       B.            False
Ans: Option B

18. XML Schemas are XML documents.
A.            True       B.            False
Ans: Option A

19. XML uses the same terms with the same meanings as terms in the database world.
A.            True       B.            False
Ans: Option B

20. Stylesheets are used by XSLT to indicate how to transform the elements of the XML document into another format.
A.            True       B.            False
Ans: Option A

Comments