Tag: web technology

Questions Related to web technology

XML is more advantageous to use than a fixed-length database system because

  1. Todays computers are faster than they have been in years past.

  2. It saves money by reducing IT expenses.

  3. Those without an IT background can easily understand XML.

  4. 1 & 3

  5. All of the above.


Correct Option: E
  1. An XML element that contains other XML elements

  2. An XML element that contains parsed character data

  3. An XML element thats used to define data for use only on a PC

  4. None of the above


Correct Option: B

You must use a parser to read an XML document.

  1. True

  2. False


Correct Option: B

XML stores data in fixed lengths.

  1. True

  2. False


Correct Option: B

XML is a subset of

  1. HTML

  2. SGML

  3. MGL

  4. None of the above


Correct Option: B

The asterisk at the end of an element name in a DTD means its

  1. The DTD contains zero to many of this elemen

  2. The end of the list of elements

  3. The beginning of the list of elements

  4. The DTD contains this element and fewer elements


Correct Option: A

The DOCTYPE is used to

  1. Create the CDATA section of an XML document

  2. Create an XML document

  3. Identify the parser that is used to parse the XML document

  4. Identify the DTD for an XML document


Correct Option: D

Special symbols can be inserted into an XML document using

  1. CDATA

  2. An attribute

  3. A UNICODE value

  4. A comment


Correct Option: C