Está en la página 1de 4

1. What does XML stand for?

eXtensible Markup Language

Example Markup Language


2. There is a way of describing XML data, how?

XML uses XSL to describe data

XML uses a DTD to describe the data


3. XML's goal is to replace HTML

True

False
4. 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" /

5. What does DTD stand for?

Dynamic Type Definition

Document Type Definition

Direct Type Definition

Do The Dance
6. Is this a "well formed" XML document? Yes

<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

7. Is this a "well formed" XML document? No

<?xml version="1.0"?>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>

8. All XML elements must be properly closed true

9. XML was designed to describe data and to focus on what data is

10. HTML was designed to display data and to focus on how data looks

13. XML elements cannot be empty

False

True
14. Which is not a correct name for an XML element?
<Note>

<h1>

All 3 names are incorrect

<1dollar>
17. XML attribute values must always be enclosed in quotes

True

False
18. What does XSL stand for?

eXtensible Stylesheet Language

eXpandable Style Language

eXtra Style Language

eXtensible Style Listing


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

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

Difference between XML and HTML


XML is not a replacement for HTML.
XML and HTML were designed with different goals:
XML was designed to describe data and to focus on what data is.
HTML was designed to display data and to focus on how data looks.

HTML is about displaying information, XML is about describing information.

MYSQL:

MySQL is a database system used on the web


MySQL is a database system that runs on a server
MySQL is ideal for both small and large applications
MySQL is very fast, reliable, and easy to use
MySQL supports standard SQL
MySQL compiles on a number of platforms
MySQL is free to download and use
MySQL is developed, distributed, and supported by Oracle Corporation

PHP

 PHP is Open Source and free


 PHP is much compact than Java and .NET in term of its system size
 PHP is portable and runs on Linux, Windows, and Mac platforms
 PHP is a server-side script language easy to be adopted
 PHP has fast connections to popular databases compared with Perl
 PHP is integrated with the Open Source MySQL database
 The function strpos finds the First position of a string within a string
 PHP is an OO interpreter language

También podría gustarte