Take as many assements as you can to improve your validate your skill rating
Total Questions: 13
1. DTD is:
Correct Answer is : Document Type Definition
2. A model group contains the names of the elements that a tag may enclose.
Correct Answer is : TRUE
3. It defines the document structure with a list of _______.
Correct Answer is : legal elements
4. The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
Correct Answer is : DTD
5. DTD defines the document structure with a list of legal elements.
Correct Answer is : TRUE
6. The ___________ keyword begins the declaration of attributes that an element may take. It is followed by the name of the element in question, a list of attribute definitions, and a closing.
Correct Answer is : DOCTYPE
7. A DTD can be declared inline in your XML document, or as an
Correct Answer is : external reference
8. If the DTD is included in your XML source file, it should be wrapped in a DOCTYPE definition with the following syntax:
Correct Answer is :
9. All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
Correct Answer is : ATTLIST
10. The ________ declaration specifies which characters and delimiters may appear in the application.
Correct Answer is : SGML
11. A/An _________ is essentially a macro that allows a short name to be associated with the replacement text.
Correct Answer is : Entity
12. The __________ begins with a series of parameter entity definitions.
Correct Answer is : DTD
13. The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.