XML Quiz

Beschreibung

XML Quiz for XML Developers
Juan Arturo Vargas
Quiz von Juan Arturo Vargas, aktualisiert more than 1 year ago
Juan Arturo Vargas
Erstellt von Juan Arturo Vargas vor fast 9 Jahre
220
1

Zusammenfassung der Ressource

Frage 1

Frage
What does XML stand for
Antworten
  • X-Markup Language
  • eXtra Modern Link
  • Example Markup Language
  • eXtensible Markup Language

Frage 2

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

Frage 3

Frage
XML's goal is to replace HTML
Antworten
  • True
  • False

Frage 4

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

Frage 5

Frage
What does DTD stand for?
Antworten
  • Do The Dance
  • Document Type Definition
  • Direct Type Definition
  • Dynamic Type Definition

Frage 6

Frage
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>
Antworten
  • True
  • False

Frage 7

Frage
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>
Antworten
  • True
  • False

Frage 8

Frage
Which statement is true?
Antworten
  • 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

Frage 9

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

Frage 10

Frage
XML preserves white spaces
Antworten
  • True
  • False

Frage 11

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

Frage 12

Frage
XML elements cannot be empty
Antworten
  • True
  • False

Frage 13

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

Frage 14

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

Frage 15

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

Frage 16

Frage
XML attribute values must always be enclosed in quotes
Antworten
  • True
  • False

Frage 17

Frage
What does XSL stand for?
Antworten
  • eXtensible Style Listing
  • eXtra Style Language
  • eXtensible Stylesheet Language
  • eXpandable Style Language

Frage 18

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

Frage 19

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

Frage 20

Frage
Which statement is true?
Antworten
  • XML Schemas are Less Powerful than DTD
  • XML Schemas Support Data Types
  • XML Schemas use DTD Syntax
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

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