The _____ data type is a text string similar to the NMTOKEN data type, except that names must begin with a letter or the character ":" or "-".

A. xs:token
B. xs:ENTITY
C. xs:Name
D. xs:NCName


Answer: C

Computer Science & Information Technology

You might also like to view...

Which statement about class unique_ptr (of the new C++ standard) and dynamic memory allocation is false?

a. An object of class unique_ptr maintains a pointer to dynamically allocated memory. b. When a unique_ptr object destructor is called (for example, when a unique_ptr object goes out of scope), it performs a destroy operation on its pointer data member. c. Class template unique_ptr provides overloaded operators * and -> so that a unique_ptr object can be used just as a regular pointer variable is. d. Class unique_ptr is part of the new C++ standard and it replaces the deprecated auto_ptr class.

Computer Science & Information Technology

Write a Java statement that throws a new exception with the String: Disk drive not ready.

What will be an ideal response?

Computer Science & Information Technology

PCIe is a [ serial | parallel ] bus?

A) Serial B) Parallel

Computer Science & Information Technology

___________ scan critical system files, directories, and services to ensure they have not been changed without proper authorization.

A. Intrusion prevention systems B. System integrity verification tools C. Log analysis tools D. Network and host intrusion detection systems

Computer Science & Information Technology