XML and Web Technology Quiz
Test your knowledge of XML, XML Schema, DTD, web services, and content management systems in web technology.
Questions
The Java Web Services Developer Pack (Java WSDP) is
- A toolkit that allows developers to build, test and deploy Web Services
- Includes reference implementations for JavaServer Faces (JSF),JAXB,JAXP,JAXR,JAX-RPC,SAAJ and JSTL
- New specification request in the community process
- A and B
Which of the following is not a content management system?
- Joomla
- Drupal
- Ruby
- Mambo
XML is more advantageous to use than a fixed-length database system because
- Todays computers are faster than they have been in years past.
- It saves money by reducing IT expenses.
- Those without an IT background can easily understand XML.
- 1 & 3
- All of the above.
PCDATA is
- An XML element that contains other XML elements
- An XML element that contains parsed character data
- An XML element thats used to define data for use only on a PC
- None of the above
You must use a parser to read an XML document.
- True
- False
XML stores data in fixed lengths.
- True
- False
XML is a subset of
- HTML
- SGML
- MGL
- None of the above
A parent element cannot contain another parent element.
- True
- False
The asterisk at the end of an element name in a DTD means its
- The DTD contains zero to many of this elemen
- The end of the list of elements
- The beginning of the list of elements
- The DTD contains this element and fewer elements
The DOCTYPE is used to
- Create the CDATA section of an XML document
- Create an XML document
- Identify the parser that is used to parse the XML document
- Identify the DTD for an XML document
All XML markup tags must not have an attribute.
- True
- False
Special symbols can be inserted into an XML document using
- CDATA
- An attribute
- A UNICODE value
- A comment
An XML document must contain all elements declared in the DTD
- True
- False
#PCDATA refers to
- Parsed charter data
- Program character data
- Parsed character data
- None of the above
A question mark following the name of a child name in the declaration of a parent element means
- The child element is required.
- The name of the child element is unknown.
- One occurrence of the child element is required.
- The child element is optional
An image tag is an example of an EMPTY element.
- True
- False
Which of the following is used to define a complex type
- XML Schema
- DTD
- PCDATA
- XSD
xmlns:xs=fihttp://www.w3.org/2001/XMLSchemafl is used to
- Identify ownership of the XML schema
- Identify ownership of the XML document
- Identify that this is an XML schema
- Identify the XML schema specifications used in the XML schema
The xs:sequence tag
- Specifies the sequence in which elements must appear in an XML schema
- Specifies the sequence in which elements must appear in an XML document
- Specifies the sequence in which attributes must appear in an XML document
- Specifies the sequence in which attributes must appear in an XML schema
xsi:schemaLocation=ficustomers.xsdfl is used to
- Identify the owner of the XML document
- Identify the owner of the XML schema
- Identify the location of the XML schema
- Identify the location of the XML document