XML Quiz

XML Quiz

University

30 Qs

quiz-placeholder

Similar activities

Unit 27-XML-Quiz

Unit 27-XML-Quiz

University

25 Qs

ENSA Module Quiz 14 – Network Automation

ENSA Module Quiz 14 – Network Automation

University

28 Qs

[Sun*_Internship] Web Backend Quizzes

[Sun*_Internship] Web Backend Quizzes

University

35 Qs

Web Design: Pre-/Post Test on HTML

Web Design: Pre-/Post Test on HTML

KG - Professional Development

25 Qs

HTML BASICS

HTML BASICS

University

25 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

Web Service

Web Service

University

25 Qs

1004 Basic HTML

1004 Basic HTML

University

25 Qs

XML Quiz

XML Quiz

Assessment

Quiz

Professional Development, Design, Computers

University

Medium

Created by

K Dhanamjay

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