Case-based Critical Thinking QuestionsCase 13-1Judy wants to be able to validate the XML documents that she uses for recipes. These documents include numeric elements that specify ingredient amounts and cooking times, so you recommend that she use a schema instead of a DTD, and you teach her some of the key facts about schemas. Which of the following is NOT an advantage of schemas over DTDs?
A. They are more flexible than DTDs in dealing with mixed content.
B. They support more data types than DTDs.
C. They provide better support for namespaces.
D. They are simpler to create and maintain.
Answer: D
You might also like to view...
Your company is currently redesigning its internal network infrastructure. The team responsible for the redesign has applied regulatory and corporate guidance to this design. They generate an SRTM based on their work and a thorough analysis of the complete set of functional and performance requirements in the network specification. Which of the following BEST describes the purpose of an SRTM in
this scenario? A. to document the security of the network prior to delivery B. to document the functional requirements of the network C. to create performance testing metrics and test plans D. to verify the network meets applicable security requirements
Multiple inheritance means that a derived class inherits the members of several:
a. Derived classes. b. public classes. c. Direct base classes. d. Indirect base classes, but exactly one direct base class.