wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

XML QUIZ III - B

Total questions: 21

Worksheet time: 8mins

Name
Class
Date
1.

Which statement is true?

a)

XML tags are case sensitive

b)

XML documents must have a root tag

c)

XML elementss must be properly closed.

d)

All of the above.

2.

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

a)

<xml version="1.0" />

b)

<?xml version="1.0"?>

c)

<?xml version="1.0" />

d)

<?xml version="1.0" /

3.

What does XML stand for?

a)

eXtra Modern Link

b)

eXtensible Markup Language

c)

X-Markup Language

d)

Example Markup Language

4.

Which of the following strings are a correct XML name?

a)

my Element

b)

#myElement

c)

_myElement

5.

Which special character is NOT used in XML?

a)

<

b)

>

c)

$

d)

?

6.

Which among the following is designed to display content on the web browser?

a)

XML

b)

Phyton

c)

HTML

d)

AJAX

7.

Which is designed to store and transport data?

a)

XML

b)

Phyton

c)

HTML

d)

AJAX

8.

Which of the following has tags that are predefined-they're defined by the developer?

a)

XML

b)

Phyton

c)

HTML

d)

AJAX

9.

Which has a tags that are non-predefined?

a)

XML

b)

Phyton

c)

HTML

d)

AJAX

10.

Is XML is a replacement for HTML?

a)

TRUE

b)

FALSE

11.

XML is not a case sensitive type.

a)

TRUE

b)

FALSE

12.

XML is being executed on a browser.

a)

TRUE

b)

FALSE

13.

Which part of XML identifies the data and are used to store and organize the data?

a)

XML Root

b)

XML Declaration

c)

XML Tags

d)

XML

14.

Is XML a Programming Language?

a)

YES

b)

NO

15.

What part of XML Document does have the XML version?

a)

XML Declaration

b)

XML Tags

c)

XML Root

d)

XML

16.

XML- tags is also called?

a)

XML Declaration

b)

XML Root

c)

XML Document

d)

XML-Nodes

17.

An XML- tags is also called?

a)

Element

b)

Declaration

c)

Tags

d)

Children / Child

18.

which is a techniques that enables dynamic website and application development through integration of programming and mark up languages?

a)

Internal Programming

b)

Integrative Programming

c)

Internet Programming

d)

Integrative Protocol

19.

Which are the main features of XML?

a)

Text data description

b)

Human- and computer-friendly format

c)

Handles data in a tree structure having one-and only one-root element

d)

All mentioned above

20.

Which is not a XML function?

a)

Transport information

b)

Style information

c)

Store information

d)

Structure information

21.

Which Characters are illegal in XML elements?

a)

" < "

b)

"&"

c)

Both A & B

d)

None of the above