XML Quiz

Descripción

XML Quiz for XML Developers
Juan Arturo Vargas
Test por Juan Arturo Vargas, actualizado hace más de 1 año
Juan Arturo Vargas
Creado por Juan Arturo Vargas hace casi 9 años
220
1

Resumen del Recurso

Pregunta 1

Pregunta
What does XML stand for
Respuesta
  • X-Markup Language
  • eXtra Modern Link
  • Example Markup Language
  • eXtensible Markup Language

Pregunta 2

Pregunta
There is a way of describing XML data, how?
Respuesta
  • XML uses XSL to describe data
  • XML uses a description node to describe data
  • XML uses a DTD to describe the data

Pregunta 3

Pregunta
XML's goal is to replace HTML
Respuesta
  • True
  • False

Pregunta 4

Pregunta
What is the correct syntax of the declaration which defines the XML version?
Respuesta
  • <?xml version="1.0"?>
  • <?xml version="1.0" />
  • <xml version="1.0" />

Pregunta 5

Pregunta
What does DTD stand for?
Respuesta
  • Do The Dance
  • Document Type Definition
  • Direct Type Definition
  • Dynamic Type Definition

Pregunta 6

Pregunta
Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
Respuesta
  • True
  • False

Pregunta 7

Pregunta
Is this a "well formed" XML document? <?xml version="1.0"?> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body>
Respuesta
  • True
  • False

Pregunta 8

Pregunta
Which statement is true?
Respuesta
  • All XML elements must be properly closed
  • All XML documents must have a DTD
  • All the statements are true
  • All XML elements must be lower case

Pregunta 9

Pregunta
Which statement is true?
Respuesta
  • XML tags are case sensitive
  • XML elements must be properly nested
  • All the statements are true
  • XML documents must have a root tag

Pregunta 10

Pregunta
XML preserves white spaces
Respuesta
  • True
  • False

Pregunta 11

Pregunta
Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to age="29">Tove</to> <from>Jani</from> </note>
Respuesta
  • True
  • False

Pregunta 12

Pregunta
XML elements cannot be empty
Respuesta
  • True
  • False

Pregunta 13

Pregunta
Which is not a correct name for an XML element?
Respuesta
  • <h1>
  • <Note>
  • All 3 names are incorrect
  • <1dollar>

Pregunta 14

Pregunta
Which is not a correct name for an XML element?
Respuesta
  • <first name>
  • <NAME>
  • All 3 names are incorrect
  • <age>

Pregunta 15

Pregunta
Which is not a correct name for an XML element?
Respuesta
  • All 3 names are incorrect
  • <phone number>
  • <7eleven>
  • <xmldocument>

Pregunta 16

Pregunta
XML attribute values must always be enclosed in quotes
Respuesta
  • True
  • False

Pregunta 17

Pregunta
What does XSL stand for?
Respuesta
  • eXtensible Style Listing
  • eXtra Style Language
  • eXtensible Stylesheet Language
  • eXpandable Style Language

Pregunta 18

Pregunta
What is a correct way of referring to a stylesheet called "mystyle.xsl"
Respuesta
  • <stylesheet type="text/xsl" href="mystyle.xsl" />
  • <?xml-stylesheet type="text/xsl" href="mystyle.xsl" ?>
  • <link type="text/xsl" href="mystyle.xsl" />

Pregunta 19

Pregunta
For the XML parser to ignore a certain section of your XML document, which syntax is correct?
Respuesta
  • <![CDATA[ Text to be ignored ]]>
  • <xml:CDATA[ Text to be ignored ]>
  • <PCDATA> Text to be ignored </PCDATA>
  • <CDATA> Text to be ignored </CDATA>

Pregunta 20

Pregunta
Which statement is true?
Respuesta
  • XML Schemas are Less Powerful than DTD
  • XML Schemas Support Data Types
  • XML Schemas use DTD Syntax
Mostrar resumen completo Ocultar resumen completo

Similar

Introducción a los Lenguajes de Marcas 2016-17
Ignacio Jose Ortega Ruiz
Historia y evolución de los Lenguajes de Marcas
Andrés Rodríguez
Modelo DOM
Sahavana Mariscal
Web Services
Henry Vásquez
Unidad 2: Html, xml y css
Lizeth Castillo
CLOUD COMPUTING
pametdavila
Protocolo SOAP
olveram.diego
Lenguajes en XML HTML XHTML
América Dancer Gil
Tema 1.- Características de los lenguajes de marcas
Ruben Herranz