Deck 11: Databases

ملء الشاشة (f)
exit full mode
سؤال
  The relationship shown in the second row of the above figure is a one-to-one relationship.<div style=padding-top: 35px> The relationship shown in the second row of the above figure is a one-to-one relationship.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
To create a flat file, you must use database management software.
سؤال
The hyperlink data type stores data that can have one of two values.
سؤال
Database fields are always variable in length.
سؤال
Queries within an unsorted database are slow because the only algorithm for searching an unsorted table requires a sequential look at each record.
سؤال
If the data you enter is shorter than the allocated field length, blank spaces are automatically added to fill the field.
سؤال
  The relationship shown in the first row of the above figure is a one-to-many relationship.<div style=padding-top: 35px> The relationship shown in the first row of the above figure is a one-to-many relationship.
سؤال
An index has no bearing on the physical sequence of records on disk.
سؤال
If a name field contains an entire name, it is difficult to individually manipulate the first name, last name, and middle initial.
سؤال
A computed field is a calculation that a DBMS performs during processing.
سؤال
XForms, an alternative to HTML forms, offer more flexibility and interface with XML documents.
سؤال
Changing a sort key can take a long time because the process physically rearranges records on the disk.
سؤال
Some relational database management systems (RDBMSs) allow the database server to receive queries in the form of XML commands.
سؤال
In a relational database, relationships can be added, changed, or deleted on demand.
سؤال
Database tables should be indexed by any field or fields that are commonly used as search fields.
سؤال
Telephone numbers and ZIP codes are examples of data that should be stored in a field with the numeric data type.
سؤال
  The item indicated in the figure above is an example of a SQL query.<div style=padding-top: 35px> The item indicated in the figure above is an example of a SQL query.
سؤال
Sorted tables typically produce slower queries and updates than unsorted tables.
سؤال
A record is the basic building block for a structured file or database.
سؤال
  The relationship shown in the third row of the above figure is a many-to-many relationship.<div style=padding-top: 35px> The relationship shown in the third row of the above figure is a many-to-many relationship.
سؤال
Although encryption cannot prevent a database from being lost or stolen, it can make the data it contains unintelligible to a hacker.
سؤال
The term RDBMS refers to software that is designed to manage data stored in a database.
سؤال
The average American is in 5-10 databases.
سؤال
A(n) index simply points to the record where the data can be found.
سؤال
Customers, clients, and most employers who use a database have an occasional need to change its structure by adding fields, changing field names, and setting keys.
سؤال
A(n) many-to-many relationship means that a record in one record type is related to only one record in another record type.
سؤال
The United States has some of the strongest privacy regulations in the developed world.
سؤال
It is easy to query an encrypted database.
سؤال
In SQL, the CHANGE command changes data in a field.
سؤال
Fields can be displayed as rows in a table or as forms.
سؤال
In a(n) relational database, relationships are specified by joining common data stored in the fields of records in different tables.
سؤال
In SQL, the SEARCH command searches for records.
سؤال
In database jargon, a(n) relationship is an association between data that is stored in different record types.
سؤال
In SQL, the INSERT command is used to add a record.
سؤال
Dynamic Web publishing allows you to take a snapshot of the data in a database by generating a report, which is converted into an HTML document.
سؤال
XML is a markup language that allows field tags, data, and tables to be incorporated into a Web document.
سؤال
Physical access to a database can be limited to authorized personnel by housing the computer in a locked data center.
سؤال
Poorly designed custom software can result in data independence .
سؤال
The primary key for a table specifies the order in which records are stored, and where new records are inserted in a table.
سؤال
In a case sensitive database, uppercase letters are not equivalent to their lowercase counterparts.
سؤال
A record that contains data is referred to as a record ____.

A) type
B) occurrence
C) stock
D) catalog
سؤال
Each ____ is a sequence, or list, of records in a relational database.

A) sort
B) tuple
C) table
D) attribute
سؤال
A(n) ____ allows you to create, update, and administer a relational database.

A) XML DBMS
B) RDBMS
C) OODBMS
D) ERD
سؤال
____ analytics refers to a branch of data mining that focuses on predicting future probabilities and trends.

A) Future-oriented
B) Linked
C) Predictive
D) Forecasting
سؤال
Data ____ refers to the process of analyzing information in databases to discover previously unknown and potentially useful information.

A) leading
B) mining
C) tracking
D) warehousing
سؤال
In the broadest definition, a(n) ____ is a collection of information.

A) index
B) database
C) hierarchy
D) field
سؤال
A fixed-length field contains a predetermined number of ____.

A) bits
B) units
C) pixels
D) bytes
سؤال
Which of the following has the most limited versatility?

A) database software
B) custom software
C) spreadsheet software
D) dedicated software
سؤال
The ____ database model uses a mesh-like structure to offer the additional capacity to define many-to-many relationships.

A) hierarchical
B) network
C) parent-child
D) duplex
سؤال
A(n) ____ file uses a uniform format to store data for each person or thing in the file.

A) structured
B) indexed
C) variable-length
D) fixed-length
سؤال
The data accessed by data mining and other analysis techniques is often stored in a data ____.

A) cellar
B) stockyard
C) warehouse
D) silo
سؤال
In the world of computing, a(n) ____ refers to a collection of data fields.

A) record
B) format
C) structure
D) index
سؤال
A(n) ____ relationship means that one record in a particular record type can be related to many records in another record type, and vice versa.

A) many-to-many
B) cardinal
C) ordinal
D) one-to-one
سؤال
It is possible to enter data as a(n) ____ text file and then use a programming language to write routines to access that data.

A) binary
B) primary key
C) Unicode
D) ASCII
سؤال
____ refers to the number of associations that can exist between two record types.

A) Ordinality
B) Referentiality
C) Relating
D) Cardinality
سؤال
Database ____ software allows any remote computer or network workstation to access data in a database.

A) client
B) server
C) distribution
D) management
سؤال
<strong>  You can query by ____ using a fill-in form like the one show in the figure above.</strong> A) example B) model C) format D) function <div style=padding-top: 35px> You can query by ____ using a fill-in form like the one show in the figure above.

A) example
B) model
C) format
D) function
سؤال
<strong>  Relationships between record types can be graphically depicted, as shown in the figure above, using a(n) ____.</strong> A) DRE B) ERD C) EDR D) GRD <div style=padding-top: 35px> Relationships between record types can be graphically depicted, as shown in the figure above, using a(n) ____.

A) DRE
B) ERD
C) EDR
D) GRD
سؤال
Data ____ means that data is stored separately from the programs that are used to manipulate the data.

A) dependence
B) independence
C) reliance
D) autonomy
سؤال
____ allows decision makers to look for relationships between multiple data dimensions.

A) Database models
B) Flat file
C) Unstructured files
D) OLAP
سؤال
<strong>  The two tables shown in the above figure are ____ by the CustomerNumber field.</strong> A) merged B) related C) split D) concatenated <div style=padding-top: 35px> The two tables shown in the above figure are ____ by the CustomerNumber field.

A) merged
B) related
C) split
D) concatenated
سؤال
A ____ data type usually provides a variable-length field into which users can enter comments.

A) text
B) character
C) memo
D) string
سؤال
A database ____ contains a list of keys, and each key provides a pointer to the record that contains the rest of the fields related to that key.

A) schema
B) catalog
C) index
D) roster
سؤال
A table's ____ order is the order in which records are stored on disk.

A) storage
B) sort
C) normal
D) linked
سؤال
The ____ Web publishing process generates customized Web pages as needed.

A) server-side
B) flexible
C) static
D) dynamic
سؤال
A ____ is a collection of binary data that is stored in a single field of a database.

A) MSRP
B) computed field
C) logical field
D) BLOB
سؤال
Database ____ software is designed to manage billions of records and several hundred transactions per second.

A) server
B) client
C) distribution
D) management
سؤال
The goal of normalization is to minimize data ____.

A) redundancy
B) cardinality
C) indexing
D) formatting
سؤال
All of the following are examples of database server software EXCEPT ____.

A) Microsoft SQL Server
B) Oracle Database
C) IBM DB2 Universal Database
D) Novell SQL Server
سؤال
____ is a markup language that allows field tags, data, and tables to be incorporated into a Web document.

A) HTML
B) XML
C) Java
D) ASP
سؤال
A technique called ____ Web publishing is a simple way to display the data in a database by converting a database report into an HTML document, which can be displayed as a Web page by a browser.

A) dynamic
B) flexible
C) static
D) entry
سؤال
A CGI script can be written in all of the following EXCEPT ____.

A) C++
B) Java
C) JavaScript
D) Perl
سؤال
A field ____ is a picture of how the data is supposed to look when it is entered.

A) format
B) roster
C) validation
D) screen
سؤال
All of the following are tools to help you create server-side programs EXCEPT ____.

A) ASP
B) JavaScript
C) CGI
D) PHP
سؤال
A field ____ rule is a specification that the database designer sets up to filter the data entered into a particular field.

A) cardinality
B) validation
C) structure
D) filter
سؤال
Which of the following is NOT true of XML?

A) It exists as a document in human-readable format.
B) It is portable so that it can be easily accessed from virtually any platform.
C) XML documents are optimized for many operations you customarily associate with databases.
D) All that is required to view an XML document is an XML-enabled browser.
سؤال
<strong>  The above figure shows a(n) ____ document.</strong> A) HTML B) XML C) JavaScript D) Perl <div style=padding-top: 35px> The above figure shows a(n) ____ document.

A) HTML
B) XML
C) JavaScript
D) Perl
سؤال
A ____ routine validates an entry by searching for the same data in a file or database table.

A) validating
B) redundancy
C) lookup
D) normalizing
سؤال
The ____ data type is used to store yes/no data using minimal storage space.

A) yes
B) logical
C) memo
D) true
سؤال
Dynamic Web publishing relies on a program or script, referred to as a(n) ____ program, that acts as an intermediary between your browser and a DBMS.

A) server-side
B) browser
C) XForm
D) input
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/175
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 11: Databases
1
  The relationship shown in the second row of the above figure is a one-to-one relationship. The relationship shown in the second row of the above figure is a one-to-one relationship.
False
2
To create a flat file, you must use database management software.
False
3
The hyperlink data type stores data that can have one of two values.
False
4
Database fields are always variable in length.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
5
Queries within an unsorted database are slow because the only algorithm for searching an unsorted table requires a sequential look at each record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
6
If the data you enter is shorter than the allocated field length, blank spaces are automatically added to fill the field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
7
  The relationship shown in the first row of the above figure is a one-to-many relationship. The relationship shown in the first row of the above figure is a one-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
8
An index has no bearing on the physical sequence of records on disk.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
9
If a name field contains an entire name, it is difficult to individually manipulate the first name, last name, and middle initial.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
10
A computed field is a calculation that a DBMS performs during processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
11
XForms, an alternative to HTML forms, offer more flexibility and interface with XML documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
12
Changing a sort key can take a long time because the process physically rearranges records on the disk.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
13
Some relational database management systems (RDBMSs) allow the database server to receive queries in the form of XML commands.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
14
In a relational database, relationships can be added, changed, or deleted on demand.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
15
Database tables should be indexed by any field or fields that are commonly used as search fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
16
Telephone numbers and ZIP codes are examples of data that should be stored in a field with the numeric data type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
17
  The item indicated in the figure above is an example of a SQL query. The item indicated in the figure above is an example of a SQL query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
18
Sorted tables typically produce slower queries and updates than unsorted tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
19
A record is the basic building block for a structured file or database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
20
  The relationship shown in the third row of the above figure is a many-to-many relationship. The relationship shown in the third row of the above figure is a many-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
21
Although encryption cannot prevent a database from being lost or stolen, it can make the data it contains unintelligible to a hacker.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
22
The term RDBMS refers to software that is designed to manage data stored in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
23
The average American is in 5-10 databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
24
A(n) index simply points to the record where the data can be found.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
25
Customers, clients, and most employers who use a database have an occasional need to change its structure by adding fields, changing field names, and setting keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
26
A(n) many-to-many relationship means that a record in one record type is related to only one record in another record type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
27
The United States has some of the strongest privacy regulations in the developed world.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
28
It is easy to query an encrypted database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
29
In SQL, the CHANGE command changes data in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
30
Fields can be displayed as rows in a table or as forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
31
In a(n) relational database, relationships are specified by joining common data stored in the fields of records in different tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
32
In SQL, the SEARCH command searches for records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
33
In database jargon, a(n) relationship is an association between data that is stored in different record types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
34
In SQL, the INSERT command is used to add a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
35
Dynamic Web publishing allows you to take a snapshot of the data in a database by generating a report, which is converted into an HTML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
36
XML is a markup language that allows field tags, data, and tables to be incorporated into a Web document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
37
Physical access to a database can be limited to authorized personnel by housing the computer in a locked data center.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
38
Poorly designed custom software can result in data independence .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
39
The primary key for a table specifies the order in which records are stored, and where new records are inserted in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
40
In a case sensitive database, uppercase letters are not equivalent to their lowercase counterparts.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
41
A record that contains data is referred to as a record ____.

A) type
B) occurrence
C) stock
D) catalog
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
42
Each ____ is a sequence, or list, of records in a relational database.

A) sort
B) tuple
C) table
D) attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
43
A(n) ____ allows you to create, update, and administer a relational database.

A) XML DBMS
B) RDBMS
C) OODBMS
D) ERD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
44
____ analytics refers to a branch of data mining that focuses on predicting future probabilities and trends.

A) Future-oriented
B) Linked
C) Predictive
D) Forecasting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
45
Data ____ refers to the process of analyzing information in databases to discover previously unknown and potentially useful information.

A) leading
B) mining
C) tracking
D) warehousing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
46
In the broadest definition, a(n) ____ is a collection of information.

A) index
B) database
C) hierarchy
D) field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
47
A fixed-length field contains a predetermined number of ____.

A) bits
B) units
C) pixels
D) bytes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which of the following has the most limited versatility?

A) database software
B) custom software
C) spreadsheet software
D) dedicated software
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
49
The ____ database model uses a mesh-like structure to offer the additional capacity to define many-to-many relationships.

A) hierarchical
B) network
C) parent-child
D) duplex
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
50
A(n) ____ file uses a uniform format to store data for each person or thing in the file.

A) structured
B) indexed
C) variable-length
D) fixed-length
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
51
The data accessed by data mining and other analysis techniques is often stored in a data ____.

A) cellar
B) stockyard
C) warehouse
D) silo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
52
In the world of computing, a(n) ____ refers to a collection of data fields.

A) record
B) format
C) structure
D) index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
53
A(n) ____ relationship means that one record in a particular record type can be related to many records in another record type, and vice versa.

A) many-to-many
B) cardinal
C) ordinal
D) one-to-one
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
54
It is possible to enter data as a(n) ____ text file and then use a programming language to write routines to access that data.

A) binary
B) primary key
C) Unicode
D) ASCII
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
55
____ refers to the number of associations that can exist between two record types.

A) Ordinality
B) Referentiality
C) Relating
D) Cardinality
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
56
Database ____ software allows any remote computer or network workstation to access data in a database.

A) client
B) server
C) distribution
D) management
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
57
<strong>  You can query by ____ using a fill-in form like the one show in the figure above.</strong> A) example B) model C) format D) function You can query by ____ using a fill-in form like the one show in the figure above.

A) example
B) model
C) format
D) function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
58
<strong>  Relationships between record types can be graphically depicted, as shown in the figure above, using a(n) ____.</strong> A) DRE B) ERD C) EDR D) GRD Relationships between record types can be graphically depicted, as shown in the figure above, using a(n) ____.

A) DRE
B) ERD
C) EDR
D) GRD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
59
Data ____ means that data is stored separately from the programs that are used to manipulate the data.

A) dependence
B) independence
C) reliance
D) autonomy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
60
____ allows decision makers to look for relationships between multiple data dimensions.

A) Database models
B) Flat file
C) Unstructured files
D) OLAP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
61
<strong>  The two tables shown in the above figure are ____ by the CustomerNumber field.</strong> A) merged B) related C) split D) concatenated The two tables shown in the above figure are ____ by the CustomerNumber field.

A) merged
B) related
C) split
D) concatenated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
62
A ____ data type usually provides a variable-length field into which users can enter comments.

A) text
B) character
C) memo
D) string
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
63
A database ____ contains a list of keys, and each key provides a pointer to the record that contains the rest of the fields related to that key.

A) schema
B) catalog
C) index
D) roster
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
64
A table's ____ order is the order in which records are stored on disk.

A) storage
B) sort
C) normal
D) linked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
65
The ____ Web publishing process generates customized Web pages as needed.

A) server-side
B) flexible
C) static
D) dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
66
A ____ is a collection of binary data that is stored in a single field of a database.

A) MSRP
B) computed field
C) logical field
D) BLOB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
67
Database ____ software is designed to manage billions of records and several hundred transactions per second.

A) server
B) client
C) distribution
D) management
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
68
The goal of normalization is to minimize data ____.

A) redundancy
B) cardinality
C) indexing
D) formatting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
69
All of the following are examples of database server software EXCEPT ____.

A) Microsoft SQL Server
B) Oracle Database
C) IBM DB2 Universal Database
D) Novell SQL Server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
70
____ is a markup language that allows field tags, data, and tables to be incorporated into a Web document.

A) HTML
B) XML
C) Java
D) ASP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
71
A technique called ____ Web publishing is a simple way to display the data in a database by converting a database report into an HTML document, which can be displayed as a Web page by a browser.

A) dynamic
B) flexible
C) static
D) entry
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
72
A CGI script can be written in all of the following EXCEPT ____.

A) C++
B) Java
C) JavaScript
D) Perl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
73
A field ____ is a picture of how the data is supposed to look when it is entered.

A) format
B) roster
C) validation
D) screen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
74
All of the following are tools to help you create server-side programs EXCEPT ____.

A) ASP
B) JavaScript
C) CGI
D) PHP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
75
A field ____ rule is a specification that the database designer sets up to filter the data entered into a particular field.

A) cardinality
B) validation
C) structure
D) filter
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following is NOT true of XML?

A) It exists as a document in human-readable format.
B) It is portable so that it can be easily accessed from virtually any platform.
C) XML documents are optimized for many operations you customarily associate with databases.
D) All that is required to view an XML document is an XML-enabled browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
77
<strong>  The above figure shows a(n) ____ document.</strong> A) HTML B) XML C) JavaScript D) Perl The above figure shows a(n) ____ document.

A) HTML
B) XML
C) JavaScript
D) Perl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
78
A ____ routine validates an entry by searching for the same data in a file or database table.

A) validating
B) redundancy
C) lookup
D) normalizing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
79
The ____ data type is used to store yes/no data using minimal storage space.

A) yes
B) logical
C) memo
D) true
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
80
Dynamic Web publishing relies on a program or script, referred to as a(n) ____ program, that acts as an intermediary between your browser and a DBMS.

A) server-side
B) browser
C) XForm
D) input
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 175 في هذه المجموعة.