Basic XML Quiz - 2

Description: Basic XML Quiz - 2
Number of Questions: 12
Created by:
Tags: xml
Attempted 0/12 Correct 0 Score 0
xml
  1. eXtensible Markup Language

  2. X-Markup Language

  3. Example Markup Language

  4. eXtra Modern Link


Correct Option: A
xml
  1. 1-2-4_6

  2. :3:-3:5:-7

  3. ;123456

  4. 3:4;-7


Correct Option: B

DOM 2 doesn't provide mechanism for interrogating and modifying the namespace for a document.

xml
  1. True

  2. False


Correct Option: B

The DOM specification describes how strings are to be manipulated by the DOM by defining the datatype ____. It is encoded using ____ encoding scheme.

xml
  1. DOMString, UTF-8

  2. DOMString, Unicode

  3. UNICODEString, Unicode

  4. String, Unicode


Correct Option: B

Which statement about XML is true?

xml
  1. Elements may nest but not overlap

  2. Quoting attributes is optional

  3. Elements may have multiple attributes with the same name


Correct Option: A

What is the correct declaration syntax for the version of XML document?

xml

Correct Option: B
xml
  1. All of the above


Correct Option: D
xml
  1. True

  2. False


Correct Option: A

Every XML document must be well formed

xml
  1. True

  2. False


Correct Option: A
- Hide questions