XML Flashcards

1
Q

XML stands for

A

Extensible Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

XML is both

A

human-readable and
machine-readable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

XML has predefined
tags. (TRUE or FALSE)

A

FALSE. XML has NO predefined
tags.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

XML was designed to

A

store and transport data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Most XML applications will work as expected even if new data is added (or removed). (TRUE or FALSE)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

XML is Recommended by?

A

XML is a W3C Recommendation

XML became a W3C Recommendation as early as in February 1998.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

XML structures data
using tags, similar to ?

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

XML defines the ?

A

structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data is stored in a tree-like structure
using elements (nodes), attributes, and
text.

A

XML Tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

XML can be used in _____, _____, _______, and ______ between
systems.

A

databases, web services, configuration files, and data exchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Commonly used
with

A

databases and API responses (such as with REST and SOAP).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

WHAT IS AJAX?

A

AJAX (Asynchronous JavaScript and XML)
uses XML to exchange data with a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

allows web pages to be updated asynchronously by exchanging
small amounts of data with the server behind the scenes.

A

AJAX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It is versatile, platform-independent format for structuring data.

It is widely used in web development, data interchange, configuration files, and more.

A

XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly