XML Quiz

XML Quiz

University

30 Qs

quiz-placeholder

Similar activities

HTML Quiz : Batch1

HTML Quiz : Batch1

University

25 Qs

CSS Exercise

CSS Exercise

University

25 Qs

Web Dev

Web Dev

University

30 Qs

Web Mania - (Round 1)

Web Mania - (Round 1)

University

25 Qs

01 - 06 handout

01 - 06 handout

11th Grade - University

35 Qs

String in C Programming

String in C Programming

University

26 Qs

HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

9th Grade - University

26 Qs

Internet and Web technology

Internet and Web technology

University

25 Qs

XML Quiz

XML Quiz

Assessment

Quiz

Professional Development, Design, Computers

University

Medium

Created by

K Dhanamjay

Used 57+ 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?