XML Quiz

XML Quiz

University

30 Qs

quiz-placeholder

Similar activities

HTML BASICS

HTML BASICS

University

25 Qs

1004 Basic HTML

1004 Basic HTML

University

25 Qs

CSS

CSS

5th Grade - Professional Development

25 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

HTML CSS tags

HTML CSS tags

University

30 Qs

KUIS PEM WEB KELAS B

KUIS PEM WEB KELAS B

University

35 Qs

RPL-Web-02 (Web)

RPL-Web-02 (Web)

12th Grade - University

35 Qs

HTML EOPA Practice

HTML EOPA Practice

10th Grade - University

27 Qs

XML Quiz

XML Quiz

Assessment

Quiz

Professional Development, Design, Computers

University

Medium

Created by

K Dhanamjay

Used 58+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

<xml version="1.0" />

<?xml version="1.0"?>

<?xml version="1.0" />

<?xml version="1.0" /

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true?

All XML elements must have a closing tag

All XML elements must be lower case

All XML elements must be lower case

All the statements are true

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Well formed XML document means

it contains a root element

it contain an element

it contains one or more elements

must contain one or more elements and root element must contain all other elements

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following strings are a correct XML name?

my Element

#myElement

_myElement

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does DTD stand for?

Direct Type Definition

Document Type Definition

Do The Dance

Dynamic Type Definition

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following XML documents are well-formed?

<firstElement>some text goes here <secondElement>another text goes here</secondElement> </firstElement>

<firstElement>some text goes here</firstElement> <secondElement> another text goes here</secondElement>

<firstElement>some text goes here <secondElement> another text goes here</firstElement> </secondElement>

</firstElement>some text goes here </secondElement>another text goes here <firstElement>

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following XML fragments are well-formed?

<myElement myAttribute=someValue/>

<myElement myAttribute="someValue"/>

<myElement myAttribute=’someValue’>

<myElement myAttribute="someValue’/>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?