Case-based Critical Thinking QuestionsCase 12-1Casey is using XML to store information about the students in the science classes that he teaches. He wants to design a DTD that he can use to validate the XML documents that he uses for this purpose, and he comes to you for help. You tell Casey that he must declare the DTD using a DOCTYPE statement. Where should the DOCTYPE go?

A. before the XML declaration
B. within the XML declaration
C. after the XML declaration and before the document's root element
D. after the document's root element

Answer: C

Computer Science & Information Technology

You might also like to view...

To remove a transition from a slide, change the transition to ________

A) Remove B) Restore C) Zero D) None

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The of an operator determines its order of evaluation in an expression 2. Whenever there is at least one logical operator in an expression, the result of the expression will be either true or false. 3. The logical expression (x >= 10) || (x <= 15) is true if and only if x is between 10 and 15 (inclusive). 4. The following two logical expressions are equivalent (have the same truth table 5. The expression ((a == a) || (b > c)) in the if statement shown below is called a condition.

Computer Science & Information Technology