Juan Arturo Vargas
Quiz por , criado more than 1 year ago

XML Quiz for XML Developers

220
1
0
Juan Arturo Vargas
Criado por Juan Arturo Vargas aproximadamente 9 anos atrás
Fechar

XML Quiz

Questão 1 de 20

1

What does XML stand for

Selecione uma das seguintes:

  • X-Markup Language

  • eXtra Modern Link

  • Example Markup Language

  • eXtensible Markup Language

Explicação

Questão 2 de 20

1

There is a way of describing XML data, how?

Selecione uma das seguintes:

  • XML uses XSL to describe data

  • XML uses a description node to describe data

  • XML uses a DTD to describe the data

Explicação

Questão 3 de 20

1

XML's goal is to replace HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 4 de 20

1

What is the correct syntax of the declaration which defines the XML version?

Selecione uma das seguintes:

  • <?xml version="1.0"?>

  • <?xml version="1.0" />

  • <xml version="1.0" />

Explicação

Questão 5 de 20

1

What does DTD stand for?

Selecione uma das seguintes:

  • Do The Dance

  • Document Type Definition

  • Direct Type Definition

  • Dynamic Type Definition

Explicação

Questão 6 de 20

1

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>

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 7 de 20

1

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>

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 8 de 20

1

Which statement is true?

Selecione uma das seguintes:

  • 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

Explicação

Questão 9 de 20

1

Which statement is true?

Selecione uma das seguintes:

  • XML tags are case sensitive

  • XML elements must be properly nested

  • All the statements are true

  • XML documents must have a root tag

Explicação

Questão 10 de 20

1

XML preserves white spaces

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 11 de 20

1

Is this a "well formed" XML document?

<?xml version="1.0"?>
<note>
<to age="29">Tove</to>
<from>Jani</from>
</note>

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 12 de 20

1

XML elements cannot be empty

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 13 de 20

1

Which is not a correct name for an XML element?

Selecione uma das seguintes:

  • <h1>

  • <Note>

  • All 3 names are incorrect

  • <1dollar>

Explicação

Questão 14 de 20

1

Which is not a correct name for an XML element?

Selecione uma das seguintes:

  • <first name>

  • <NAME>

  • All 3 names are incorrect

  • <age>

Explicação

Questão 15 de 20

1

Which is not a correct name for an XML element?

Selecione uma das seguintes:

  • All 3 names are incorrect

  • <phone number>

  • <7eleven>

  • <xmldocument>

Explicação

Questão 16 de 20

1

XML attribute values must always be enclosed in quotes

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 17 de 20

1

What does XSL stand for?

Selecione uma das seguintes:

  • eXtensible Style Listing

  • eXtra Style Language

  • eXtensible Stylesheet Language

  • eXpandable Style Language

Explicação

Questão 18 de 20

1

What is a correct way of referring to a stylesheet called "mystyle.xsl"

Selecione uma das seguintes:

  • <stylesheet type="text/xsl" href="mystyle.xsl" />

  • <?xml-stylesheet type="text/xsl" href="mystyle.xsl" ?>

  • <link type="text/xsl" href="mystyle.xsl" />

Explicação

Questão 19 de 20

1

For the XML parser to ignore a certain section of your XML document, which syntax is correct?

Selecione uma das seguintes:

  • <![CDATA[ Text to be ignored ]]>

  • <xml:CDATA[ Text to be ignored ]>

  • <PCDATA> Text to be ignored </PCDATA>

  • <CDATA> Text to be ignored </CDATA>

Explicação

Questão 20 de 20

5

Which statement is true?

Selecione uma das seguintes:

  • XML Schemas are Less Powerful than DTD

  • XML Schemas Support Data Types

  • XML Schemas use DTD Syntax

Explicação