Saturday, November 21, 2009
Link Dir
Download
Resources
Music
Home
IT Quiz Menu
Quizzes Home Page
General Quizzes and Trivia
PC Troubleshooting
Networking Guide
Info Tech Glossary
Code Bank
Web Development
IT Quizzes Category
ASP
ASP 2
ASP ADO
ASP Server Side Include
ASP.NET
C# .NET
CISCO-CCNA
Computer Hardware
Computer Technolgy
Computer Trivia
CSS
Database Management
HTML
IIS 6 Administration
Java
JavaScript
Javascript Fundamental
Linux
MCSE 70-291
Network Plus
Networking
Networking 2
OSI Model
PERL
PHP
Project Management
Search Engine Optimization
Server Administrator
SQL
SQL Advanced
SQL Server Administration
VB.NET
Web Designer
Windows 2000 Server
Windows 2003 Server Adminstration
XHTML
XML
Search Web Link
Search Software
Quizzes Main Page
IT Quizzes
XML Quiz
XML Quiz
There are 22 questions in this quiz. Good luck!
Passing grade is 70% = C.
1)
What does XML stand for?
a)
eXtensible Markup Language
b)
X-Markup Language
c)
Example Markup Language
d)
eXtra Modern Link
2)
Which of the following is (are) a valid XML name(s)?
a)
1-2-4_6
b)
:3:-3:5:-7
c)
;123456
d)
3:4;-7
3)
DOM 2 doesn't provide mechanism for interrogating and modifying the namespace for a document.
a)
True
b)
False
4)
The DOM specification describes how strings are to be manipulated by the DOM by defining the datatype _______. It is encoded using _______ encoding scheme.
a)
DOMString, UTF-8
b)
DOMString, Unicode
c)
UNICODEString, Unicode
d)
String, Unicode
5)
An MNC receives at its headquarter from its subsidiaries, XML documents containing various reports of that subsidiary. These reports need to be displayed to the person responsible at the headquarter for that subsidiary in a user-friendly manner (allowing searches through the document) and the person is allowed to make any changes/comments that he/she desires. Once the user is done with all the changes/comments the information needs to be fed into the central database. Which of the following is MOST appropriate for processing these XML documents?
a)
DOM
b)
SAX
c)
CSS
d)
XSL
6)
Which of the following is an XML-based service IDL that defines the service interface and its implementation characteristics.
a)
UDDI
b)
WSDL
c)
SOAP
d)
Path
7)
Which statement about XML is true?
a)
Elements may nest but not overlap
b)
Quoting attributes is optional
c)
Elements may have multiple attributes with the same name
8)
What is the correct declaration syntax for the version of XML document?
a)
<?xml version="1.0" />
b)
<?xml version="1.0"?>
c)
<xml version="1.0" />
9)
How is an empty element field defined?
a)
<name></name
b)
<name />
c)
<name/>
d)
All of the above
10)
XML document must be valid?
a)
True
b)
False
11)
Every XML document must be well formed
a)
True
b)
False
12)
Every XML document must have an associated DTD or schema
a)
True
b)
False
13)
XML preserves white spaces
a)
True
b)
False
14)
For the XML parser to ignore a certain section of your XML document, which syntax is correct?
a)
<![CDATA[ Text to be ignored ]]>
b)
<xml:CDATA[ Text to be ignored ]>
c)
<PCDATA> Text to be ignored </PCDATA>
d)
<CDATA> Text to be ignored </CDATA>
15)
What is a correct way of referring to a stylesheet called "style.xsl"?
a)
<stylesheet type="text/xsl" href="style.xsl" />
b)
<link type="text/xsl" href="style.xsl" />
c)
<?xml-stylesheet type="text/xsl" href="style.xsl" ?>
16)
Which is not a correct name for an XML element?
a)
<first name>
b)
<age>
c)
<NAME>
17)
What does DTD stand for?
a)
Document Type Definition
b)
Dynamic Type Definition
c)
Direct Type Definition
18)
What makes XML more powerful than HTML?
a)
Not as much coding is needed
b)
Its ability to adapt to new uses
c)
The fact that its supported by all of the major software vendors
19)
Unlike most other markup languages, including HTML, XML allows you to do what?
a)
Create new tags
b)
Exchange information over the Web
c)
Put your tags in any order, with closing tags optional
20)
In what year did the World Wide Web Consortium release its draft of XML?
a)
1994
b)
1995
c)
1996
d)
1997
21)
What organization presented the first version of Starndardized Generalized Markup Language (SGML) in 1980?
a)
Internet Engineering Task Force (IETF)
b)
IEEE
c)
American National Standards Institute (ANSI)
d)
OASIS
22)
You can use XSL Transformation (XSLT) to convert database files described by XML to Structured Query Language (SQL) statements, which creates the tables, indexes and views that the XML data describes.
a)
True
b)
False
E-mail this Quiz to a friend
Bookmark this Quiz