Case-based Critical Thinking QuestionsCase 12-2Rosalind wants to add attribute declarations to her DTD, and she turns to you for information about the possible attribute types. Rosalind wants to declare a "coursenum" attribute, the values of which will be unique within the document. Which attribute type should she use?

A. CDATA
B. UNIQUE
C. ID
D. IDREF


Answer: C

Computer Science & Information Technology

You might also like to view...

What is wrong in the following code?

``` #include using namespace std; class TempClass { public: int i; TempClass() { int i = 5; } }; int main() { TempClass temp(2); return 0; } ``` a. The program has a compilation error because TempClass does not have a constructor with an int argument. b. The program compiles fine, but it does not run because class C is not public. c. The program has a compilation error because TempClass does not have a default constructor. d. The program compiles and runs fine.

Computer Science & Information Technology

________ are text files that contain text and codes that the web browser interprets as the page is loaded

Fill in the blank(s) with correct word

Computer Science & Information Technology

Detail sheets display and summarize totals from other worksheets

Indicate whether the statement is true or false

Computer Science & Information Technology

A device that performs more than one function, such as printing and faxing is called which of the following?

A. MILS B. ASA C. RTOS D. MFD

Computer Science & Information Technology