Filters
Question type

Study Flashcards

Parsed character data can contain markup.

Correct Answer

verifed

verified

An XML document can optionally reference a DTD or schema that defines the proper structure of the document.

Correct Answer

verifed

verified

XSL documents specify how programs are to render XML document data

Correct Answer

verifed

verified

Method ________ returns an IEnumerable< XNode > containing all children of the given XContainer.


A) Children
B) Nodes
C) Elements
D) Descendants

Correct Answer

verifed

verified

Classes for creating,reading and manipulating XML documents are located in namespace ________.


A) System.Xml
B) System.Xml.Linq
C) Microsoft.Xml
D) a and b

Correct Answer

verifed

verified

XML stands for Extensible Markup Language

Correct Answer

verifed

verified

To define attributes in a DTD,the ATTRIBUTE keyword is used.

Correct Answer

verifed

verified

In the code: < deitel:name >,name is the namespace and deitel is the element name.

Correct Answer

verifed

verified

XML elements are nested to form hierarchies.

Correct Answer

verifed

verified

Schemas normally use the ______ extension.


A) shm
B) .sch
C) .xsd
D) .schema

Correct Answer

verifed

verified

Schemas are XML documents that conform to a DTD.

Correct Answer

verifed

verified

The XDocument contstructor sets the given XElement as the root element in the new XML document.

Correct Answer

verifed

verified

If the URI given to a namespace is a URL,the URL needs to refer to an actual web page and must conform to proper URL syntax.

Correct Answer

verifed

verified

All XML files must end in thexml extension

Correct Answer

verifed

verified

Which of the following is not a technology of XSL ?


A) XSL-FO: vocabulary for specifying formatting
B) XPath: string-based language of expressions used by XML
C) XSLT: transforms XML documents into other documents
D) XLib: library to help develop new stylesheets

Correct Answer

verifed

verified

DTDs are used to ________.


A) describe the structure of an XML document
B) enable an XML parser to verify whether an XML document is valid
C) verify whether an XML document's elements contain the proper attributes and appear in the proper sequence
D) All of the above.

Correct Answer

verifed

verified

XML-based languages are called vocabularies.

Correct Answer

verifed

verified

XSL style sheets cannot be connected directly to an XML document.

Correct Answer

verifed

verified

An important characteristic of XML is that it can be ________.


A) read by both humans and computers
B) used to describe a WPF GUI
C) created using special XML editing software
D) None of the above.

Correct Answer

verifed

verified

XML is a proprietary technology.

Correct Answer

verifed

verified

Showing 41 - 60 of 72

Related Exams

Show Answer