You are on page 1of 7

Question 

1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is a real-life application of XML?

Select one:

a.
Used for tracking GPS Locations.

b.
Used for designing web pages.

c.
Used for describing MS Office documents

d.
Used for editing HTML documents.

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Observe the information below:
Book
Title: Harry Potter
Author: JK Rowling
Genre: Fantasy

Which of the following XML code correctly represents the information


above?
Select one:

a.
<Book>
<title>Harry Potter<title>
<author>JK Rowling<author>
<genre>Fantasy<genre>
</Book>

b.
<title>Harry Potter</title>
<author>JK Rowling</author>
<genre>Fantasy</genre>

c.
<Book>
<title>Harry Potter</title>
<author>JK Rowling</author>
<genre>Fantasy</genre>
</Book>

d.
<Book>
<title>Harry Potter
<author>JK Rowling
<genre>Fantasy
</Book>

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This XML component shortens XML documents.
Select one:

a.
Declaration

b.
Tags and Attributes

c.
CDATA

d.
Entities

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
XLST stands for _______

Select one:

a.
XML Source Language Transformation

b.
eXtended Source Language Transformation

c.
eXtended Stylesheet Language Transformation

d.
XML Stylesheet Language Transformation
Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is a correct definition of DTD?

Select one:

a.
None of these

b.
An XML Document that follows all the syntax rules.

c.
These are used to avoid conflict among element/tag names.

d.
A well-formed XML document and follows a special set of "rules" in
addition to the rules set by the XML parser for well-formed XML document.

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following statements is TRUE about XML Namespaces?

Select one:

a.
Namespace is a way of describing an XML document.

b.
Namespaces make an element in an XML document unique.

c.
Namespace is special set of rules are that a well-formed XML document
should abide to be considered a valid document.

d.
Namespace is a process of validating an XML document

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This contains all the basic syntax rules that an XML Document should follow
to be considered well-formed.

Select one:

a.
XL Schema

b.
Document Definition

c.
DTD

d.
XML Parser

Question 8
Correct
Mark 1.00 out of 1.00

Flag question
Question text
What does RSS stands for?

Select one:

a.
RSS does not stand for anything

b.
Rich Style Sheets

c.
Rich Site Summary

d.
Recorded Site Summary

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is INCORRECT?

Select one:

a.
XML runs on the client side only.

b.
XML has widespread support on multiple programming languages and
platforms.

c.
XML can separate context from presentation
d.
XML is an open-format kind of document.

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following statements is FALSE?

Select one:

a.
XML is used to organize and describe information.

b.
XML can bridge the gap between two unrelated systems never intended to
work with each other.

c.
XML is used to add design to HTML

d.
XML is intended to be a standard of describing and structuring data over
the internet.

You might also like