XML Quiz

XML Quiz

University

30 Qs

quiz-placeholder

Similar activities

HTML

HTML

University - Professional Development

27 Qs

More on JavaScript 2

More on JavaScript 2

University

25 Qs

Quiz - HTML Overview

Quiz - HTML Overview

University

25 Qs

HTML and CSS Quiz Review

HTML and CSS Quiz Review

9th Grade - University

25 Qs

XML

XML

University

30 Qs

ICT 2019

ICT 2019

1st Grade - University

30 Qs

CSS - Cascading Style Sheets

CSS - Cascading Style Sheets

University

25 Qs

QUIZ

QUIZ

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?