Deck 25: Big Data

ملء الشاشة (f)
exit full mode
سؤال
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
JSON stands for Jason Script Object Notation.
سؤال
DTD stands for Document Type Declaration.
سؤال
XML designers created a system that allows document structure,data content,and materialization to be mixed.
سؤال
One of the four categories of NoSQL databases used in the text is the Column Family database.
سؤال
XML provides a standardized,non-customizable way to describe the content of a document.
سؤال
All type-valid XML documents are required to have a DTD.
سؤال
One of the four categories of NoSQL databases used in the text is the Word Processing database.
سؤال
The CAP theorem defines the three properties,one of which is partition tolerance.
سؤال
A document database may use either XML or JSON as the basis for storing data.
سؤال
The key-value database uses columns.
سؤال
One of the four categories of NoSQL databases used in the text is the Graphical database.
سؤال
The CAP theorem defines the three properties,one of which is consistency.
سؤال
NoSQL really stands for "Not only SQL."
سؤال
The CAP theorem defines the three properties,one of which is authorization.
سؤال
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
سؤال
One of the four categories of NoSQL databases used in the text is the Key-Value database.
سؤال
XML stands for Extensible Markup Language.
سؤال
XML documents that conform to their DTD are said to be type-valid XML documents.
سؤال
Unlike SQL views,XML views are not limited to one multivalued path.
سؤال
A complex element must have more than one simple element.
سؤال
Graph databases are composed of three elements,one of which is the edge.
سؤال
XML documents and XML Schemas are created in different languages.
سؤال
Graph databases are composed of three elements,one of which is the attribute.
سؤال
XML documents that conform to an XML Schema are validated against that schema.
سؤال
The CAP Theorem defines three properties of distributed database systems,which are ________.

A)consistency,always-on,properties
B)competency,always-on,properties
C)consistency,availability,partition tolerance
D)competency,availability,partition tolerance
سؤال
In XML Schema,the default cardinality of elements is 0.1.
سؤال
Graph databases are composed of three elements,one of which is the node.
سؤال
An example of a key-value database is ________.

A)DynamoDB
B)Couchbase Server
C)Bigtable
D)Neo4j
سؤال
DBMSs associated with the NoSQL movement use all of the following kinds of database management systems except ________.

A)Key-Value
B)Document
C)Relational
D)Graph
سؤال
In XML Schema,the default minimum cardinality can be overridden using the minOccurs attributes.
سؤال
For database/XML applications,a good rule to follow is that elements are used to carry data and attributes are used to carry metadata.
سؤال
XML Schemas consist of elements,attributes,and properties.
سؤال
Column family databases that use column families and super column families contain keyspaces.
سؤال
XML Schema is a synonym for Document Type Declaration (DTD).
سؤال
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
سؤال
In XML Schema,there are two types of elements,simple and composite.
سؤال
An example of a document database is ________.

A)Dynamo
B)Couchbase Server
C)Bigtable
D)Neo4j
سؤال
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
سؤال
Column family databases may use columns,super columns,column families,and super column families.
سؤال
Which of the following is a type of element in an XML Schema?

A)Simple
B)Composite
C)Compound
D)Primitive
سؤال
XML stands for ________.

A)Experimental Markup Language
B)Extendable Markup Language
C)Extensible Markup Language
D)Active X-control Markup Language
سؤال
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.
سؤال
XML Schema is used to define ________.

A)document content and structure
B)XQL queries
C)DOM-compliant parsers
D)DTDs
سؤال
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
سؤال
SOAP originally stood for ________.

A)Simple Operational Application Protocol
B)Standard Operational Application Protocol
C)Simple Object Application Protocol
D)Simple Object Access Protocol
سؤال
XML documents that conform to their DTD are said to be ________.

A)type-valid
B)XML-valid
C)DTD-compliant
D)not-type-valid
سؤال
XML documents can be ________ against their XML Schema.

A)measured
B)grown
C)validated
D)browsed
سؤال
An example of a graph database is ________.

A)Dynamo
B)Couchbase Server
C)Bigtable
D)Neo4j
سؤال
The document type declaration for an XML document begins with the keyword ________.

A)XML
B)DTD
C)TYPE
D)DOCTYPE
سؤال
XML documents that are not-type-valid can still be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)proper XML documents
سؤال
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)
سؤال
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)Both A and B are correct
سؤال
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.
سؤال
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
سؤال
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
سؤال
XML Schemas consist of ________.

A)elements
B)attributes
C)properties
D)Both A and B are correct
سؤال
The default cardinality for elements in an XML Schema is ________.

A)0)1
B)1)1
C)1)N
D)M)N
سؤال
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)indicates that no value can be placed there
سؤال
XML Schema elements of the complexType may contain ________.

A)one primitive element
B)at most one complexType element
C)any number of simple elements but no complex elements
D)any combination of simple and complex elements
سؤال
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)Both A and B are correct
سؤال
Specify the four categories of NoSQL databases used in the text,and give an example of each.
سؤال
In a column family database,the unit of data that most closely corresponds to a relation is the ________.

A)column
B)timestamp
C)column family
D)keyspace
سؤال
Which of the following is not true about XSLT?

A)It requires the use of CSS.
B)It is a transformation language.
C)It can materialize XML documents into HTML.
D)It is a declarative language.
سؤال
In the following sample document data (presented in MongoDB syntax),how many documents are there? {
_id: "Advisor1",
Name: "Shire,Robert",
Dept: "History",
YearHired: 1975
}
{
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}

A)2
B)4
C)6
D)8
سؤال
What does NoSQL stand for,and what does it mean?
سؤال
Graph databases are composed of ________.

A)Nodes,Properties,and Edges
B)Properties,Columns,and SuperColumns
C)Edges,Nodes,and Tables
D)Nodes,Columns,and Properties
سؤال
In a key value database,the basic "get" operation ________.

A)retrieves all values in the database
B)retrieves all keys with a specified value
C)retrieves all values associated with a key
D)retrieves the value associated with a key
سؤال
The "value" in a key value database can be ________.

A)any string value only
B)any numeric value only
C)any value of any size or type
D)any list of values only
سؤال
In the following sample JSON data (presented in MongoDB syntax),the word "addesses" is a ________. {
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}

A)value list
B)object identifier
C)field name
D)value
سؤال
What is the CAP theorem,and what does it show?
سؤال
The SQL Server statement SELECT *
FROM Table01
FOR XML RAW
Tells SQL Server to place the data values from the columns in the table into XML ________.

A)elements
B)attributes
C)either elements or attributes,as chosen by SQL Server
D)either elements or attributes,as designated by the developer
سؤال
The SQL Server statement SELECT *
FROM Table01
FOR XML EXPLICIT
Tells SQL Server to place the data values from the columns in the table into XML ________.

A)elements
B)attributes
C)either elements or attributes,as chosen by SQL Server
D)either elements or attributes,as designated by the developer
سؤال
One important difference between a relation and a column family is that ________.

A)the rows in a column family can have different numbers of columns
B)the columns in a column family are unnamed
C)all values in a column family must have the same timestamp
D)values in a column family must be strings
سؤال
What is an XML Schema?
سؤال
The SQL Server XML SELECT statements can be applied to ________.

A)single table SELECT statements
B)multiple table SELECT statements
C)XML Schema statements
D)Both A and B are correct
سؤال
What is an XML DTD?
سؤال
What is XML,and why is it significantly better than HTML?
سؤال
JSON has sophisticated data structuring capabilities.Which of the following statements is not true about JSON?

A)A value can be a simple value such as a string or number.
B)A value can be an object (a set of [field,value] pairs).
C)A value can be an array of objects.
D)A value can be a relational table.
سؤال
Document databases typically base their data structuring features on ________.

A)JSON
B)XML
C)relations
D)Both A and B are correct
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/81
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 25: Big Data
1
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
True
2
JSON stands for Jason Script Object Notation.
False
3
DTD stands for Document Type Declaration.
True
4
XML designers created a system that allows document structure,data content,and materialization to be mixed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
5
One of the four categories of NoSQL databases used in the text is the Column Family database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
6
XML provides a standardized,non-customizable way to describe the content of a document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
7
All type-valid XML documents are required to have a DTD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
8
One of the four categories of NoSQL databases used in the text is the Word Processing database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
9
The CAP theorem defines the three properties,one of which is partition tolerance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
10
A document database may use either XML or JSON as the basis for storing data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
11
The key-value database uses columns.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
12
One of the four categories of NoSQL databases used in the text is the Graphical database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
13
The CAP theorem defines the three properties,one of which is consistency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
14
NoSQL really stands for "Not only SQL."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
15
The CAP theorem defines the three properties,one of which is authorization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
16
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
17
One of the four categories of NoSQL databases used in the text is the Key-Value database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
18
XML stands for Extensible Markup Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
19
XML documents that conform to their DTD are said to be type-valid XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
20
Unlike SQL views,XML views are not limited to one multivalued path.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
21
A complex element must have more than one simple element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
22
Graph databases are composed of three elements,one of which is the edge.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
23
XML documents and XML Schemas are created in different languages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
24
Graph databases are composed of three elements,one of which is the attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
25
XML documents that conform to an XML Schema are validated against that schema.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
26
The CAP Theorem defines three properties of distributed database systems,which are ________.

A)consistency,always-on,properties
B)competency,always-on,properties
C)consistency,availability,partition tolerance
D)competency,availability,partition tolerance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
27
In XML Schema,the default cardinality of elements is 0.1.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
28
Graph databases are composed of three elements,one of which is the node.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
29
An example of a key-value database is ________.

A)DynamoDB
B)Couchbase Server
C)Bigtable
D)Neo4j
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
30
DBMSs associated with the NoSQL movement use all of the following kinds of database management systems except ________.

A)Key-Value
B)Document
C)Relational
D)Graph
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
31
In XML Schema,the default minimum cardinality can be overridden using the minOccurs attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
32
For database/XML applications,a good rule to follow is that elements are used to carry data and attributes are used to carry metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
33
XML Schemas consist of elements,attributes,and properties.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
34
Column family databases that use column families and super column families contain keyspaces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
35
XML Schema is a synonym for Document Type Declaration (DTD).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
36
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
37
In XML Schema,there are two types of elements,simple and composite.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
38
An example of a document database is ________.

A)Dynamo
B)Couchbase Server
C)Bigtable
D)Neo4j
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
39
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
40
Column family databases may use columns,super columns,column families,and super column families.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
41
Which of the following is a type of element in an XML Schema?

A)Simple
B)Composite
C)Compound
D)Primitive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
42
XML stands for ________.

A)Experimental Markup Language
B)Extendable Markup Language
C)Extensible Markup Language
D)Active X-control Markup Language
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
43
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
44
XML Schema is used to define ________.

A)document content and structure
B)XQL queries
C)DOM-compliant parsers
D)DTDs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
45
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
46
SOAP originally stood for ________.

A)Simple Operational Application Protocol
B)Standard Operational Application Protocol
C)Simple Object Application Protocol
D)Simple Object Access Protocol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
47
XML documents that conform to their DTD are said to be ________.

A)type-valid
B)XML-valid
C)DTD-compliant
D)not-type-valid
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
48
XML documents can be ________ against their XML Schema.

A)measured
B)grown
C)validated
D)browsed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
49
An example of a graph database is ________.

A)Dynamo
B)Couchbase Server
C)Bigtable
D)Neo4j
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
50
The document type declaration for an XML document begins with the keyword ________.

A)XML
B)DTD
C)TYPE
D)DOCTYPE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
51
XML documents that are not-type-valid can still be ________.

A)DTD-valid
B)XML-valid
C)DTD-compliant
D)proper XML documents
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
52
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
53
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)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
54
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
55
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
56
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
57
XML Schemas consist of ________.

A)elements
B)attributes
C)properties
D)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
58
The default cardinality for elements in an XML Schema is ________.

A)0)1
B)1)1
C)1)N
D)M)N
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
59
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)indicates that no value can be placed there
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
60
XML Schema elements of the complexType may contain ________.

A)one primitive element
B)at most one complexType element
C)any number of simple elements but no complex elements
D)any combination of simple and complex elements
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
61
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)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
62
Specify the four categories of NoSQL databases used in the text,and give an example of each.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
63
In a column family database,the unit of data that most closely corresponds to a relation is the ________.

A)column
B)timestamp
C)column family
D)keyspace
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is not true about XSLT?

A)It requires the use of CSS.
B)It is a transformation language.
C)It can materialize XML documents into HTML.
D)It is a declarative language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
65
In the following sample document data (presented in MongoDB syntax),how many documents are there? {
_id: "Advisor1",
Name: "Shire,Robert",
Dept: "History",
YearHired: 1975
}
{
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}

A)2
B)4
C)6
D)8
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
66
What does NoSQL stand for,and what does it mean?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
67
Graph databases are composed of ________.

A)Nodes,Properties,and Edges
B)Properties,Columns,and SuperColumns
C)Edges,Nodes,and Tables
D)Nodes,Columns,and Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
68
In a key value database,the basic "get" operation ________.

A)retrieves all values in the database
B)retrieves all keys with a specified value
C)retrieves all values associated with a key
D)retrieves the value associated with a key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
69
The "value" in a key value database can be ________.

A)any string value only
B)any numeric value only
C)any value of any size or type
D)any list of values only
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
70
In the following sample JSON data (presented in MongoDB syntax),the word "addesses" is a ________. {
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}

A)value list
B)object identifier
C)field name
D)value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
71
What is the CAP theorem,and what does it show?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
72
The SQL Server statement SELECT *
FROM Table01
FOR XML RAW
Tells SQL Server to place the data values from the columns in the table into XML ________.

A)elements
B)attributes
C)either elements or attributes,as chosen by SQL Server
D)either elements or attributes,as designated by the developer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
73
The SQL Server statement SELECT *
FROM Table01
FOR XML EXPLICIT
Tells SQL Server to place the data values from the columns in the table into XML ________.

A)elements
B)attributes
C)either elements or attributes,as chosen by SQL Server
D)either elements or attributes,as designated by the developer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
74
One important difference between a relation and a column family is that ________.

A)the rows in a column family can have different numbers of columns
B)the columns in a column family are unnamed
C)all values in a column family must have the same timestamp
D)values in a column family must be strings
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
75
What is an XML Schema?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
76
The SQL Server XML SELECT statements can be applied to ________.

A)single table SELECT statements
B)multiple table SELECT statements
C)XML Schema statements
D)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
77
What is an XML DTD?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
78
What is XML,and why is it significantly better than HTML?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
79
JSON has sophisticated data structuring capabilities.Which of the following statements is not true about JSON?

A)A value can be a simple value such as a string or number.
B)A value can be an object (a set of [field,value] pairs).
C)A value can be an array of objects.
D)A value can be a relational table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
80
Document databases typically base their data structuring features on ________.

A)JSON
B)XML
C)relations
D)Both A and B are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.