A
B
C
D
E
100

Is XML a W3C recommendation?.

Yes
100

Is there any error in the following XML document?

<note>

<to>Tove</to>

<from>Jani</From>

<heading>Reminder</heading>

<body>Don't forget me this weekend!</body>

</note>

From

100

What does XML stand for?

Extensible Markup Language

100

What is a piece of data in XML, bounded by a start and end tag. That may contain attributes, text, or child elements?

Element

100

Special information about an element that contains additional information about the element. They are contained within the element's opening tag

Attrubibute

200

How do we call the outermost element that contains the XML document?

Rot element.

200

An element nested within another element.

Child Element's

200

If an XML document complies with the XML specification, if it is properly marked up and if elements are properly nested, we say that this XML document is:

 

Well formed

200

Is there any error in the following XML document?.

<note id=20>

<to>Tove</to>

<from>Jani</from>

<heading>Reminder</heading>

<body>Don't forget me this weekend!</body>

</note>

id="20"

200

How do you write a XML comment.

<!-- This is a comment -->

300

Is there any error in the following XML document?

<nome> Carmen </nome>

<apelido> Agulla </apelido>

The root element is missing

300

Correct the errors in the following document (if there are any):

<note id=20>

<to>Tove</to>

<from>Jani</from>

<heading>Reminder</heading>

<body>Don't forget me this weekend!</body>

<other \>

</note>

Yes, it should be <other />

300

Cascading Style Sheet is a language that can be used to describe the presentation of XML elements.

CSS

300

All XML Elements must have _________ and ________ tag.

opening, closing

300

Attributes:

a) can be within the opening tag

b) can be within the closing tag

c) both are correct

A

400

White spaces within an XML element are not preserved. True or false?

<name>My name is Forest 

Gu ummp</name>

False

400

The term referring to the idea every element has to be within the opening and closing tag of its parent node is called

Nesting

400

What caracters can contain an XML tag name?

leters, digits, hyphens, underscores, periods

400

Tag names are case insensitive

False
400

The XML prolog is:

<?xml version="1.0" encondig="UTF-8"?>

<?xml version="1.1" encondig="UTF-8"?>

500

Describe the structure of an XML document and defines the building blocks

XML Schema

500

Extensible Path Language, used to extract data from an XML file.

XPATH

500

Used to perform query functions on XML data, similar to SQL for databases

XQUERY

500

Extensible Stylesheet Language Transformations, a styling language that can transform XML file into another file type (HTML, PDF, MS Word, etc.)

XSLT

500

The XML special characters, also called chacarcter entitis, are:

< > & ' "

M
e
n
u