XML Quiz Results

XML Quiz Results

12th Grade

25 Qs

quiz-placeholder

Similar activities

Intro to HTML

Intro to HTML

8th - 12th Grade

20 Qs

XML_english_version

XML_english_version

12th Grade

20 Qs

HTML Practice 3 of 4

HTML Practice 3 of 4

11th - 12th Grade

23 Qs

12 CA ONE MARK 1-18

12 CA ONE MARK 1-18

12th Grade

20 Qs

WD - Intra Exam - Data processing technologies (TTD)

WD - Intra Exam - Data processing technologies (TTD)

12th Grade - Professional Development

30 Qs

HTML tags

HTML tags

9th - 12th Grade

20 Qs

Ulangan Harian 1 CSS PPL 2

Ulangan Harian 1 CSS PPL 2

9th - 12th Grade

20 Qs

HTML

HTML

1st - 12th Grade

20 Qs

XML Quiz Results

XML Quiz Results

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Thông -isme

Used 15+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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"?>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a correct name for an XML element?

<1dollar>

All 3 names are incorrect

<Note>

<h1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a correct name for an XML element?

<first name>

<NAME>

All 3 names are incorrect

<age>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a correct name for an XML element?

<xmldocument>

<7eleven>

<phone number>

<Name>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct way of referring to a stylesheet called "mystyle.xsl" ?

<?xml-stylesheet type="text/xsl" href="mystyle.xsl" ?>

<link type="text/xsl" href="mystyle.xsl" />

<stylesheet type="text/xsl" href="mystyle.xsl" />

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the XML parser to ignore a certain section of your XML document, which syntax is correct?

<xml:CDATA[ Text to be ignored ]>

<CDATA> Text to be ignored </CDATA>

<PCDATA> Text to be ignored </PCDATA>

<![CDATA[ Text to be ignored ]]>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following XML fragments is well-formed?

<customer id=3456><name>John Smith</name></customer>

<customer id="3456"><address/><zip code="3456"/></customer>

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?