Deck 14: Database Processing With XML

ملء الشاشة (f)
exit full mode
سؤال
XML provides a standardized,non-customizable way to describe the content of a document.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
When XSLT actions are indicated in a loop,the loop ends with .
سؤال
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
سؤال
XSLT is a declarative transformation language.
سؤال
HTML is an application of a document markup language called Standard Generalized Markup Language (SGML).
سؤال
XSLT processors are context oriented;that is,each statement is evaluated within the context of the match that has already been made.
سؤال
Possible uses of XML go far beyond using it to display Web pages.
سؤال
DTD stands for Document Type Declaration.
سؤال
In the 1990s the database community and the document processing community created a standard called Expandable Markup Language (XML).
سؤال
XSLT is a non-declarative transformation language.
سؤال
Unlike SQL views,XML views are not limited to one multivalued path.
سؤال
XML documents that conform to their DTD are said to be type-valid XML documents.
سؤال
An XSLT stylesheet is used by XSLT to indicate how to transform the elements of an XML document into another format.
سؤال
Database processing and document processing are unrelated to one another.
سؤال
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
سؤال
An XSLT command embedded in the structure of an XSLT stylesheet is of the form {loop,action}.
سؤال
All type-valid XML documents are required to have a DTD.
سؤال
XML designers created a system that allows document structure,data content,and materialization to be mixed.
سؤال
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
سؤال
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
سؤال
In XML Schema,the default cardinality of elements is 0.1.
سؤال
XML documents and XML Schemas are created in different languages.
سؤال
For database/XML applications,a good rule to follow is that elements are used to carry data and attributes are used to carry metadata.
سؤال
In XML Schema,the default minimum cardinality can be overridden using the minOccurs attributes.
سؤال
XML documents that conform to an XML Schema are validated against that schema.
سؤال
Oracle requires the use of Java for generating XML documents from database data.
سؤال
SQL Server has facilities for generating XML documents from database data.
سؤال
XML Schemas consist of elements,attributes,and properties.
سؤال
An XML Schema where all the elements occur at the same level is called a structured schema.
سؤال
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
سؤال
Setting the minimum cardinality to 0 is similar to using a NULL constraint in SQL.
سؤال
MySQL Server does not have facilities for generating XML documents from database data.
سؤال
After an XSLT processor transforms an XML document into an HTML document,the HTML document is materialized using a browser.
سؤال
The SQL Server statement SELECT...FOR XML is used to place column data as elements in an XML document.
سؤال
To eliminate definition duplication,XML Schema elements can be declared globally.
سؤال
The first statement of an XML document indicates the schema that will be used to validate the document.
سؤال
Most of todays Web browsers still lack a built-in XSLT processor.
سؤال
In XML Schema,there are two types of elements,simple and composite.
سؤال
Elements of complexType must have more than one simple element.
سؤال
XML Schema is a synonym for Document Type Declaration (DTD).
سؤال
XML stands for ________.

A)Experimental Markup Language
B)Extendable Markup Language
C)Extensible Markup Language
D)Active X-control Markup Language
E)Active X-control Management Language
سؤال
XML industries standards have been published for the Accounting industry.
سؤال
Which of the following is true about XML?

A)It is a subset of SGML.
B)Additional standards and capabilities have been added to XML processing.
C)It is a hybrid of document processing and database processing.
D)A and B
E)A,B and C
سؤال
XML industries standards have not been published for the Real Estate industry.
سؤال
Most of NoSQL nonrelational database methodologies are known as structured storage.
سؤال
The SQL Server statement SELECT...FOR XML EXPLICIT is used to control placement of column data as either elements or attributes in an XML document.
سؤال
Xquery is a standard for expressing generalized queries on XML documents.
سؤال
SOAP has become ________.

A)just a name,not an acronym
B)a standard protocol for sending any type of message
C)an old technology replaced by XML
D)A and B
E)A,B and C
سؤال
Facebook uses the Apache Software Foundation's Cassandra NoSQL database.
سؤال
The SAX and DOM XML standards both support methods of parsing XML documents.
سؤال
XML processing provides a standardized facility to describe,validate,and materialize any database view.
سؤال
Few industries have shown an interest in developing XML industry standards.
سؤال
The SQL Server statement SELECT...FOR XML can only be used with a single table.
سؤال
HTML is an application of ________.

A)SGML
B)XML
C)SOAP
D)XSLT
E)ADO.NET
سؤال
XML Namespaces are used to define domains,support domains and disambiguate terms.
سؤال
MySQL,while still retaining the underlying relational database structure,is allowing application developers to by-pass SQL by using the MySQL memcached API.
سؤال
The movement to use different database methods than the relational model and/or SQL is called the NoSQL movement.
سؤال
The standard for addressing elements within documents,such as is called XPath.
سؤال
SOAP originally stood for ________.

A)Simple Operational Application Protocol
B)Standard Operational Application Protocol
C)Simple Object Application Protocol
D)Simple Object Access Protocol
E)Standard Object Access Protocol
سؤال
The SQL Server statement SELECT ...FOR XML RAW tells SQL Server to place the data values from the columns in the table into XML elements.
سؤال
In database/ XML applications,it is a recommended practice that ________.

A)elements carry data,and attributes carry metadata
B)elements carry metadata,and attributes carry data
C)elements and attributes carry data,and the XML Schema carry metadata
D)elements and attributes carry metadata,and the XML Schema carry data
E)either A or B
سؤال
XML documents can be ________ against their XML Schema.

A)measured
B)grown
C)validated
D)browsed
E)All of the above.
سؤال
The first section of an XML document might be a ________.

A)Document Definition Section (DDS)
B)Document Type Declaration (DTD)
C)Data Type (DTYPE)
D)Document Type (DOCTYPE)
E)Type Declaration (TYPEDECL)
سؤال
The default cardinality for elements in an XML Schema is ________.

A)0.1
B)1.1
C)1.N
D)N.1
E)M.N
سؤال
XML documents that are not-type-valid can still be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)XML-compliant
E)proper XML documents
سؤال
Which of the following is a type of element in an XML Schema?

A)simple
B)composite
C)compound
D)complex
E)A and D
سؤال
Which of the following is not true about document type declarations for XML documents?

A)They are not required.
B)They are required for type-valid documents.
C)They cannot be contained inside the XML document.
D)Storing the DTD externally allows many documents to be validated against the same DTD.
E)The DTD can be extended by the developer with any elements he or she wants to include.
سؤال
The document type declaration for an XML document begins with the keyword ________.

A)XML
B)DTD
C)TYPE
D)DOCTYPE
E)TYPEDECL
سؤال
Which of the following is true about XML?

A)It allows the confounding of document structure,content,and format.
B)It is non-standardized to allow for extension by developers.
C)The structure of documents is formally defined.
D)XML tags,like some HTML tags,are vague and arbitrary.
E)None of the above.
سؤال
Which of the following is true about XSLT?

A)It can be used to materialize XML documents into HTML.
B)XSLT processors are context oriented.
C)It is a non-declarative transformation language.
D)A and B
E)A,B and C
سؤال
XML Schemas consist of ________.

A)elements
B)attributes
C)properties
D)A and B
E)A,B and C
سؤال
The XML Schema statement xmlns:xsd indicates that ________.

A)this XML Schema uses a labeled namespace called xsd
B)this XML Schema is validated at www.xsd.com
C)this XML Schema is validated at www.xmlns.com using the xsd XML Schema located there
D)this XML Schema is using a non-standard looping procedure,where xsd is the variable name of the loop increment
E)the value of the variable xmnls is being set equal to the value of the variable xsd
سؤال
XML Schema is used to define ________.

A)document content and structure
B)XQL queries
C)DOM-compliant parsers
D)DTDs
E)XPath searches
سؤال
XML documents that conform to their DTD are said to be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)not-type-valid
E)type-valid
سؤال
XML Schema elements of the complexType may contain ________.

A)one simple element
B)one complexType element
C)more than one simple element
D)more than one complexType element
E)Any of the above.
سؤال
The XML Schema "mother of all schemas" is located at ________.

A)a user defined web server for each organization
B)www.w3.org
C)www.google.com
D)www.microsoft.com
E)www.xmlschema.net
سؤال
An important improvement of XML Schema over DTDs is that ________.

A)XML Schema can be stored external to the document
B)XML Schema support XQL queries
C)XML Schema are XML documents
D)XML Schema are not required
E)XML Schema can validate XML documents
سؤال
Which of the following is not true about XSLT?

A)It is a declarative language.
B)It is a transformation language.
C)It can materialize XML documents into HTML.
D)It can transform an XML document into another XML document with a different structure.
E)It requires the use of CSS.
سؤال
The use of the XML Schema expression minOccurs="0" ________.

A)is an XML Schema default
B)is required as there are no defaults in an XML Schema
C)is similar to the SQL schema NULL constraint
D)A and C
E)B and C
سؤال
In an XML Schema,the tags ...<\xsd:ComplexType> indicate that:

A)a sequence of numbers is listed between the tags.
B)a sequence of letters or words is listed between the tags.
C)a set of elements will occur in a multi-layered format between the tags.
D)A or B
E)A,B or C
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 14: Database Processing With XML
1
XML provides a standardized,non-customizable way to describe the content of a document.
False
2
When XSLT actions are indicated in a loop,the loop ends with .
True
3
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
True
4
XSLT is a declarative transformation language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
HTML is an application of a document markup language called Standard Generalized Markup Language (SGML).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
XSLT processors are context oriented;that is,each statement is evaluated within the context of the match that has already been made.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
Possible uses of XML go far beyond using it to display Web pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
DTD stands for Document Type Declaration.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
In the 1990s the database community and the document processing community created a standard called Expandable Markup Language (XML).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
XSLT is a non-declarative transformation language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Unlike SQL views,XML views are not limited to one multivalued path.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
XML documents that conform to their DTD are said to be type-valid XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
An XSLT stylesheet is used by XSLT to indicate how to transform the elements of an XML document into another format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
Database processing and document processing are unrelated to one another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
An XSLT command embedded in the structure of an XSLT stylesheet is of the form {loop,action}.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
All type-valid XML documents are required to have a DTD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
XML designers created a system that allows document structure,data content,and materialization to be mixed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
In XML Schema,the default cardinality of elements is 0.1.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
XML documents and XML Schemas are created in different languages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
For database/XML applications,a good rule to follow is that elements are used to carry data and attributes are used to carry metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
In XML Schema,the default minimum cardinality can be overridden using the minOccurs attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
XML documents that conform to an XML Schema are validated against that schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
Oracle requires the use of Java for generating XML documents from database data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
SQL Server has facilities for generating XML documents from database data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
XML Schemas consist of elements,attributes,and properties.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
An XML Schema where all the elements occur at the same level is called a structured schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
Setting the minimum cardinality to 0 is similar to using a NULL constraint in SQL.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
MySQL Server does not have facilities for generating XML documents from database data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
After an XSLT processor transforms an XML document into an HTML document,the HTML document is materialized using a browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
The SQL Server statement SELECT...FOR XML is used to place column data as elements in an XML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
To eliminate definition duplication,XML Schema elements can be declared globally.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
The first statement of an XML document indicates the schema that will be used to validate the document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
Most of todays Web browsers still lack a built-in XSLT processor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
In XML Schema,there are two types of elements,simple and composite.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
Elements of complexType must have more than one simple element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
XML Schema is a synonym for Document Type Declaration (DTD).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
XML stands for ________.

A)Experimental Markup Language
B)Extendable Markup Language
C)Extensible Markup Language
D)Active X-control Markup Language
E)Active X-control Management Language
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
XML industries standards have been published for the Accounting industry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
Which of the following is true about XML?

A)It is a subset of SGML.
B)Additional standards and capabilities have been added to XML processing.
C)It is a hybrid of document processing and database processing.
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
XML industries standards have not been published for the Real Estate industry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
Most of NoSQL nonrelational database methodologies are known as structured storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
The SQL Server statement SELECT...FOR XML EXPLICIT is used to control placement of column data as either elements or attributes in an XML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
Xquery is a standard for expressing generalized queries on XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
SOAP has become ________.

A)just a name,not an acronym
B)a standard protocol for sending any type of message
C)an old technology replaced by XML
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
Facebook uses the Apache Software Foundation's Cassandra NoSQL database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
The SAX and DOM XML standards both support methods of parsing XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
XML processing provides a standardized facility to describe,validate,and materialize any database view.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
Few industries have shown an interest in developing XML industry standards.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
The SQL Server statement SELECT...FOR XML can only be used with a single table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
HTML is an application of ________.

A)SGML
B)XML
C)SOAP
D)XSLT
E)ADO.NET
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
XML Namespaces are used to define domains,support domains and disambiguate terms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
MySQL,while still retaining the underlying relational database structure,is allowing application developers to by-pass SQL by using the MySQL memcached API.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
The movement to use different database methods than the relational model and/or SQL is called the NoSQL movement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
The standard for addressing elements within documents,such as is called XPath.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
SOAP originally stood for ________.

A)Simple Operational Application Protocol
B)Standard Operational Application Protocol
C)Simple Object Application Protocol
D)Simple Object Access Protocol
E)Standard Object Access Protocol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
The SQL Server statement SELECT ...FOR XML RAW tells SQL Server to place the data values from the columns in the table into XML elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
In database/ XML applications,it is a recommended practice that ________.

A)elements carry data,and attributes carry metadata
B)elements carry metadata,and attributes carry data
C)elements and attributes carry data,and the XML Schema carry metadata
D)elements and attributes carry metadata,and the XML Schema carry data
E)either A or B
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
XML documents can be ________ against their XML Schema.

A)measured
B)grown
C)validated
D)browsed
E)All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
The first section of an XML document might be a ________.

A)Document Definition Section (DDS)
B)Document Type Declaration (DTD)
C)Data Type (DTYPE)
D)Document Type (DOCTYPE)
E)Type Declaration (TYPEDECL)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
The default cardinality for elements in an XML Schema is ________.

A)0.1
B)1.1
C)1.N
D)N.1
E)M.N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
XML documents that are not-type-valid can still be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)XML-compliant
E)proper XML documents
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following is a type of element in an XML Schema?

A)simple
B)composite
C)compound
D)complex
E)A and D
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
Which of the following is not true about document type declarations for XML documents?

A)They are not required.
B)They are required for type-valid documents.
C)They cannot be contained inside the XML document.
D)Storing the DTD externally allows many documents to be validated against the same DTD.
E)The DTD can be extended by the developer with any elements he or she wants to include.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
The document type declaration for an XML document begins with the keyword ________.

A)XML
B)DTD
C)TYPE
D)DOCTYPE
E)TYPEDECL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which of the following is true about XML?

A)It allows the confounding of document structure,content,and format.
B)It is non-standardized to allow for extension by developers.
C)The structure of documents is formally defined.
D)XML tags,like some HTML tags,are vague and arbitrary.
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following is true about XSLT?

A)It can be used to materialize XML documents into HTML.
B)XSLT processors are context oriented.
C)It is a non-declarative transformation language.
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
XML Schemas consist of ________.

A)elements
B)attributes
C)properties
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
The XML Schema statement xmlns:xsd indicates that ________.

A)this XML Schema uses a labeled namespace called xsd
B)this XML Schema is validated at www.xsd.com
C)this XML Schema is validated at www.xmlns.com using the xsd XML Schema located there
D)this XML Schema is using a non-standard looping procedure,where xsd is the variable name of the loop increment
E)the value of the variable xmnls is being set equal to the value of the variable xsd
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
XML Schema is used to define ________.

A)document content and structure
B)XQL queries
C)DOM-compliant parsers
D)DTDs
E)XPath searches
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
XML documents that conform to their DTD are said to be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)not-type-valid
E)type-valid
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
XML Schema elements of the complexType may contain ________.

A)one simple element
B)one complexType element
C)more than one simple element
D)more than one complexType element
E)Any of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
The XML Schema "mother of all schemas" is located at ________.

A)a user defined web server for each organization
B)www.w3.org
C)www.google.com
D)www.microsoft.com
E)www.xmlschema.net
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
An important improvement of XML Schema over DTDs is that ________.

A)XML Schema can be stored external to the document
B)XML Schema support XQL queries
C)XML Schema are XML documents
D)XML Schema are not required
E)XML Schema can validate XML documents
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
Which of the following is not true about XSLT?

A)It is a declarative language.
B)It is a transformation language.
C)It can materialize XML documents into HTML.
D)It can transform an XML document into another XML document with a different structure.
E)It requires the use of CSS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
The use of the XML Schema expression minOccurs="0" ________.

A)is an XML Schema default
B)is required as there are no defaults in an XML Schema
C)is similar to the SQL schema NULL constraint
D)A and C
E)B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
In an XML Schema,the tags ...<\xsd:ComplexType> indicate that:

A)a sequence of numbers is listed between the tags.
B)a sequence of letters or words is listed between the tags.
C)a set of elements will occur in a multi-layered format between the tags.
D)A or B
E)A,B or C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.