XML Quiz

Descrição

XML Quiz for XML Developers
Juan Arturo Vargas
Quiz por Juan Arturo Vargas, atualizado more than 1 year ago
Juan Arturo Vargas
Criado por Juan Arturo Vargas quase 9 anos atrás
220
1

Resumo de Recurso

Questão 1

Questão
What does XML stand for
Responda
  • X-Markup Language
  • eXtra Modern Link
  • Example Markup Language
  • eXtensible Markup Language

Questão 2

Questão
There is a way of describing XML data, how?
Responda
  • XML uses XSL to describe data
  • XML uses a description node to describe data
  • XML uses a DTD to describe the data

Questão 3

Questão
XML's goal is to replace HTML
Responda
  • True
  • False

Questão 4

Questão
What is the correct syntax of the declaration which defines the XML version?
Responda
  • <?xml version="1.0"?>
  • <?xml version="1.0" />
  • <xml version="1.0" />

Questão 5

Questão
What does DTD stand for?
Responda
  • Do The Dance
  • Document Type Definition
  • Direct Type Definition
  • Dynamic Type Definition

Questão 6

Questão
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>
Responda
  • True
  • False

Questão 7

Questão
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>
Responda
  • True
  • False

Questão 8

Questão
Which statement is true?
Responda
  • 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

Questão 9

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

Questão 10

Questão
XML preserves white spaces
Responda
  • True
  • False

Questão 11

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

Questão 12

Questão
XML elements cannot be empty
Responda
  • True
  • False

Questão 13

Questão
Which is not a correct name for an XML element?
Responda
  • <h1>
  • <Note>
  • All 3 names are incorrect
  • <1dollar>

Questão 14

Questão
Which is not a correct name for an XML element?
Responda
  • <first name>
  • <NAME>
  • All 3 names are incorrect
  • <age>

Questão 15

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

Questão 16

Questão
XML attribute values must always be enclosed in quotes
Responda
  • True
  • False

Questão 17

Questão
What does XSL stand for?
Responda
  • eXtensible Style Listing
  • eXtra Style Language
  • eXtensible Stylesheet Language
  • eXpandable Style Language

Questão 18

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

Questão 19

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

Questão 20

Questão
Which statement is true?
Responda
  • XML Schemas are Less Powerful than DTD
  • XML Schemas Support Data Types
  • XML Schemas use DTD Syntax

Semelhante

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