Deck 11: Databases

Full screen (f)
exit full mode
Question
A record contains the smallest unit of meaningful information.
Use Space or
up arrow
down arrow
to flip the card.
Question
The hyperlink data type is used to store data that can have one of two values.
Question
Modern database software is designed to support data dependence.
Question
The simplest model for storing data is the flat file.
Question
The logical data type is used for true/false or yes/no data.
Question
An index has no bearing on the physical sequence of records on disk.
Question
The average American is in less than 10 commercial databases.
Question
  In the accompanying figure,the relationship shown in the bottom row is a many-to-many relationship.<div style=padding-top: 35px>
In the accompanying figure,the relationship shown in the bottom row is a many-to-many relationship.
Question
Sorted tables typically produce slower queries and updates than unsorted tables.
Question
  In the accompanying figure,the relationship shown in the top row is a one-to-many relationship.<div style=padding-top: 35px>
In the accompanying figure,the relationship shown in the top row is a one-to-many relationship.
Question
Database tables should be indexed by any field or fields that are commonly used as search fields.
Question
In a fixed-length field,when the data entered is shorter than the allocated field length,blank spaces automatically fill the field.
Question
User privileges delineate what activities a user can perform within a database.
Question
An encrypted database is more efficient than an unencrypted database.
Question
  The accompanying figure shows an example of an SQL query.<div style=padding-top: 35px>
The accompanying figure shows an example of an SQL query.
Question
The United States has some of the strongest privacy regulations in the developed world.
Question
Queries within an unsorted database are slow because each record must be looked at sequentially.
Question
XML documents are not optimized for many operations you would customarily associate with databases,such as fast sorts,searches,and updates.
Question
If a name field contains an entire name,it is difficult to individually manipulate the first name,last name,and middle initial.
Question
A relational database stores data in a collection of related tables.
Question
In the broadest definition,a(n)____ is a collection of information.

A) index
B) database
C) hierarchy
D) field
Question
  In the query illustrated in the accompanying figure,the (SELECT) command is used to link the Albums and Tracks tables._________________________<div style=padding-top: 35px>
In the query illustrated in the accompanying figure,the (SELECT) command is used to link the Albums and Tracks tables._________________________
Question
In a(n) (relational) database,relationships are specified by joining common data stored in the fields of records in different tables._________________________
Question
<strong>  You can query by ____ using a fill-in form,like the one shown in the accompanying figure.</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 shown in the accompanying figure.

A) example
B) model
C) format
D) function
Question
(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._________________________
Question
  In the accompanying figure,the (middle) row shows a relationship where one album contains many songs,and one song may appear on many albums._________________________<div style=padding-top: 35px>
In the accompanying figure,the (middle) row shows a relationship where one album contains many songs,and one song may appear on many albums._________________________
Question
  In the query illustrated in the accompanying figure,the (JOIN) command specifies that you want to see the album with item number LPM-2256._________________________<div style=padding-top: 35px>
In the query illustrated in the accompanying figure,the (JOIN) command specifies that you want to see the album with item number LPM-2256._________________________
Question
In database jargon,a(n) (relationship) is an association between data that is stored in different record types._________________________
Question
Data ____ refers to computer algorithms that analyze information to discover previously unknown and potentially useful information.

A) leading
B) mining
C) tracking
D) warehousing
Question
(XML) is a markup language that allows field tags,data,and tables to be incorporated into a Web document._________________________
Question
In a(n) (case sensitive) database,uppercase letters are not equivalent to their lowercase counterparts._________________________
Question
____ refers to a branch of data mining that analyzes current and historical data to predict future trends.

A) Future-oriented analytics
B) Linked analytics
C) Predictive analytics
D) Forecasting analytics
Question
The data accessed by data mining and other analysis techniques is often stored in a data ____.

A) cellar
B) stockyard
C) warehouse
D) silo
Question
  In the query illustrated in the accompanying figure,the (SELECT) command specifies the fields that should appear._________________________<div style=padding-top: 35px>
In the query illustrated in the accompanying figure,the (SELECT) command specifies the fields that should appear._________________________
Question
The term (XML) refers to software that is designed to manage data stored in a database._________________________
Question
In a flat file,each row in the table is a(n) (field)._________________________
Question
The (index0 key for a table specifies the order in which records are stored and where new records are inserted in a table._________________________
Question
Thieves who gain access to a(n) (encrypted) database cannot make sense of the data._________________________
Question
A(n) (index) simply points to the record where the data can be found._________________________
Question
Poorly designed custom database software can result in data (independence)._________________________
Question
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) relational
D) ASCII
Question
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
Question
A(n)____ is an association between data that is stored in different record types.

A) method
B) table
C) relationship
D) attribute
Question
Relationships between record types can be graphically depicted using a(n)____.

A) DRE
B) ERD
C) EDR
D) GRD
Question
<strong>  In the relationship in the ____ row of the accompanying figure,one record in a particular record type can be related to many records in another record type,and vice versa.</strong> A) top B) middle C) bottom D) No such relationship is shown in the accompanying figure <div style=padding-top: 35px>
In the relationship in the ____ row of the accompanying figure,one record in a particular record type can be related to many records in another record type,and vice versa.

A) top
B) middle
C) bottom
D) No such relationship is shown in the accompanying figure
Question
In an object database,an attribute is ____.

A) equivalent to a record
B) a group of objects
C) equivalent to a field in a relational database
D) any behavior that an object is capable of performing
Question
A record that contains data is referred to as a record ____.

A) type
B) occurrence
C) stock
D) catalog
Question
The ____ database model uses a mesh-like structure,which allows for the definition of many-to-many relationships.

A) hierarchical
B) network
C) parent-child
D) duplex
Question
Database ____ software is designed to manage billions of records and several hundred transactions per second.

A) server
B) client
C) distribution
D) system
Question
Database ____ software allows a remote computer or network workstation to access data in a database.

A) client
B) server
C) distribution
D) management
Question
____ allows decision makers to quickly get answers to complex queries that encompass multiple factors.

A) Database modeling
B) Flat file
C) Predictive analytics
D) OLAP
Question
Data ____ means that data are separate from the programs used to manipulate the data.

A) dependence
B) independence
C) reliance
D) autonomy
Question
____ refers to the number of associations that can exist between two record types.

A) Ordinality
B) Referentiality
C) Relating
D) Cardinality
Question
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
Question
With a(n)____ database,the database is stored on several different computers,on multiple networks,or in different geographical locations.

A) distributed
B) object
C) network
D) relational
Question
A fixed-length field contains a predetermined number of ____.

A) letters
B) units
C) pixels
D) bytes
Question
A(n)____ allows you to create,update,and administer a relational database.

A) XML DBMS
B) RDBMS
C) OODBMS
D) ERD
Question
In the world of databases,a(n)____ refers to a collection of data fields.

A) record
B) format
C) structure
D) index
Question
If a single data management tool can be used to maintain many different files and databases,it must support data ____.

A) dependence
B) independence
C) networks
D) relationships
Question
Which of the following has the least versatility?

A) database software
B) custom software
C) spreadsheet software
D) dedicated software
Question
A ____ data type usually provides a variable-length field into which users can enter comments.

A) text
B) character
C) memo
D) string
Question
The ____ data type would be appropriate for a fixed-length field designed to hold a person's name.

A) memo
B) real
C) text
D) logical
Question
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
Question
A ____ validates an entry by searching for the same data in a file or database table.

A) validating routine
B) redundancy routine
C) lookup routine
D) normalizing routine
Question
To provide a quality database interface,a designer might ____.

A) arrange fields in a logical order
B) minimize on-screen instructions to save space
C) position entry areas randomly
D) use only one type of control on the interface
Question
<strong>  The two tables shown in the accompanying 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 accompanying figure are ____ by the CustomerNumber field.

A) merged
B) related
C) split
D) concatenated
Question
____ 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
Question
The goal of normalization is to minimize data ____.

A) redundancy
B) cardinality
C) indexing
D) formatting
Question
The ____ Web publishing process generates customized Web pages as needed.

A) server-side
B) flexible
C) static
D) dynamic
Question
A field ____ is a template that adds the correct formatting as data is entered.

A) format
B) roster
C) validation
D) screen
Question
The ____ data type would be the right choice for a field designed to hold an MP3 file.

A) music
B) computed field
C) logical
D) BLOB
Question
The ____ data type is used to store true/false or yes/no data using minimal storage space.

A) yes
B) logical
C) memo
D) true
Question
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) client-side
C) XForm
D) input
Question
A table's ____ order is the order in which records are stored on disk.

A) storage
B) sort
C) normal
D) linked
Question
<strong>  The accompanying figure shows a(n)____ document.</strong> A) HTML B) XML C) JavaScript D) Perl <div style=padding-top: 35px>
The accompanying figure shows a(n)____ document.

A) HTML
B) XML
C) JavaScript
D) Perl
Question
A CGI script can be written in all of the following EXCEPT ____.

A) C++
B) Java
C) JavaScript
D) Perl
Question
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
Question
A(n)____ can be used to delineate the data entry area in a user interface.

A) box
B) line
C) shaded area
D) all of the above
Question
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 such as fast sorts and updates.
D) All that is required to view an XML document is an XML-enabled browser.
Question
All of the following are tools to help you create server-side programs EXCEPT ____.

A) ASP
B) JavaScript
C) CGI
D) PHP
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/150
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Databases
1
A record contains the smallest unit of meaningful information.
False
2
The hyperlink data type is used to store data that can have one of two values.
False
3
Modern database software is designed to support data dependence.
False
4
The simplest model for storing data is the flat file.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
5
The logical data type is used for true/false or yes/no data.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
6
An index has no bearing on the physical sequence of records on disk.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
7
The average American is in less than 10 commercial databases.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
8
  In the accompanying figure,the relationship shown in the bottom row is a many-to-many relationship.
In the accompanying figure,the relationship shown in the bottom row is a many-to-many relationship.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
9
Sorted tables typically produce slower queries and updates than unsorted tables.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
10
  In the accompanying figure,the relationship shown in the top row is a one-to-many relationship.
In the accompanying figure,the relationship shown in the top row is a one-to-many relationship.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
11
Database tables should be indexed by any field or fields that are commonly used as search fields.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
12
In a fixed-length field,when the data entered is shorter than the allocated field length,blank spaces automatically fill the field.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
13
User privileges delineate what activities a user can perform within a database.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
14
An encrypted database is more efficient than an unencrypted database.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
15
  The accompanying figure shows an example of an SQL query.
The accompanying figure shows an example of an SQL query.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
16
The United States has some of the strongest privacy regulations in the developed world.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
17
Queries within an unsorted database are slow because each record must be looked at sequentially.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
18
XML documents are not optimized for many operations you would customarily associate with databases,such as fast sorts,searches,and updates.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
19
If a name field contains an entire name,it is difficult to individually manipulate the first name,last name,and middle initial.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
20
A relational database stores data in a collection of related tables.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
21
In the broadest definition,a(n)____ is a collection of information.

A) index
B) database
C) hierarchy
D) field
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
22
  In the query illustrated in the accompanying figure,the (SELECT) command is used to link the Albums and Tracks tables._________________________
In the query illustrated in the accompanying figure,the (SELECT) command is used to link the Albums and Tracks tables._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
23
In a(n) (relational) database,relationships are specified by joining common data stored in the fields of records in different tables._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
24
<strong>  You can query by ____ using a fill-in form,like the one shown in the accompanying figure.</strong> A) example B) model C) format D) function
You can query by ____ using a fill-in form,like the one shown in the accompanying figure.

A) example
B) model
C) format
D) function
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
25
(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._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
26
  In the accompanying figure,the (middle) row shows a relationship where one album contains many songs,and one song may appear on many albums._________________________
In the accompanying figure,the (middle) row shows a relationship where one album contains many songs,and one song may appear on many albums._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
27
  In the query illustrated in the accompanying figure,the (JOIN) command specifies that you want to see the album with item number LPM-2256._________________________
In the query illustrated in the accompanying figure,the (JOIN) command specifies that you want to see the album with item number LPM-2256._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
28
In database jargon,a(n) (relationship) is an association between data that is stored in different record types._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
29
Data ____ refers to computer algorithms that analyze information to discover previously unknown and potentially useful information.

A) leading
B) mining
C) tracking
D) warehousing
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
30
(XML) is a markup language that allows field tags,data,and tables to be incorporated into a Web document._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
31
In a(n) (case sensitive) database,uppercase letters are not equivalent to their lowercase counterparts._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
32
____ refers to a branch of data mining that analyzes current and historical data to predict future trends.

A) Future-oriented analytics
B) Linked analytics
C) Predictive analytics
D) Forecasting analytics
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
33
The data accessed by data mining and other analysis techniques is often stored in a data ____.

A) cellar
B) stockyard
C) warehouse
D) silo
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
34
  In the query illustrated in the accompanying figure,the (SELECT) command specifies the fields that should appear._________________________
In the query illustrated in the accompanying figure,the (SELECT) command specifies the fields that should appear._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
35
The term (XML) refers to software that is designed to manage data stored in a database._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
36
In a flat file,each row in the table is a(n) (field)._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
37
The (index0 key for a table specifies the order in which records are stored and where new records are inserted in a table._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
38
Thieves who gain access to a(n) (encrypted) database cannot make sense of the data._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
39
A(n) (index) simply points to the record where the data can be found._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
40
Poorly designed custom database software can result in data (independence)._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
41
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) relational
D) ASCII
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
42
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
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
43
A(n)____ is an association between data that is stored in different record types.

A) method
B) table
C) relationship
D) attribute
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
44
Relationships between record types can be graphically depicted using a(n)____.

A) DRE
B) ERD
C) EDR
D) GRD
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
45
<strong>  In the relationship in the ____ row of the accompanying figure,one record in a particular record type can be related to many records in another record type,and vice versa.</strong> A) top B) middle C) bottom D) No such relationship is shown in the accompanying figure
In the relationship in the ____ row of the accompanying figure,one record in a particular record type can be related to many records in another record type,and vice versa.

A) top
B) middle
C) bottom
D) No such relationship is shown in the accompanying figure
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
46
In an object database,an attribute is ____.

A) equivalent to a record
B) a group of objects
C) equivalent to a field in a relational database
D) any behavior that an object is capable of performing
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
47
A record that contains data is referred to as a record ____.

A) type
B) occurrence
C) stock
D) catalog
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
48
The ____ database model uses a mesh-like structure,which allows for the definition of many-to-many relationships.

A) hierarchical
B) network
C) parent-child
D) duplex
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
49
Database ____ software is designed to manage billions of records and several hundred transactions per second.

A) server
B) client
C) distribution
D) system
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
50
Database ____ software allows a remote computer or network workstation to access data in a database.

A) client
B) server
C) distribution
D) management
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
51
____ allows decision makers to quickly get answers to complex queries that encompass multiple factors.

A) Database modeling
B) Flat file
C) Predictive analytics
D) OLAP
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
52
Data ____ means that data are separate from the programs used to manipulate the data.

A) dependence
B) independence
C) reliance
D) autonomy
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
53
____ refers to the number of associations that can exist between two record types.

A) Ordinality
B) Referentiality
C) Relating
D) Cardinality
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
54
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
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
55
With a(n)____ database,the database is stored on several different computers,on multiple networks,or in different geographical locations.

A) distributed
B) object
C) network
D) relational
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
56
A fixed-length field contains a predetermined number of ____.

A) letters
B) units
C) pixels
D) bytes
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
57
A(n)____ allows you to create,update,and administer a relational database.

A) XML DBMS
B) RDBMS
C) OODBMS
D) ERD
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
58
In the world of databases,a(n)____ refers to a collection of data fields.

A) record
B) format
C) structure
D) index
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
59
If a single data management tool can be used to maintain many different files and databases,it must support data ____.

A) dependence
B) independence
C) networks
D) relationships
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
60
Which of the following has the least versatility?

A) database software
B) custom software
C) spreadsheet software
D) dedicated software
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
61
A ____ data type usually provides a variable-length field into which users can enter comments.

A) text
B) character
C) memo
D) string
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
62
The ____ data type would be appropriate for a fixed-length field designed to hold a person's name.

A) memo
B) real
C) text
D) logical
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
64
A ____ validates an entry by searching for the same data in a file or database table.

A) validating routine
B) redundancy routine
C) lookup routine
D) normalizing routine
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
65
To provide a quality database interface,a designer might ____.

A) arrange fields in a logical order
B) minimize on-screen instructions to save space
C) position entry areas randomly
D) use only one type of control on the interface
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
66
<strong>  The two tables shown in the accompanying figure are ____ by the CustomerNumber field.</strong> A) merged B) related C) split D) concatenated
The two tables shown in the accompanying figure are ____ by the CustomerNumber field.

A) merged
B) related
C) split
D) concatenated
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
67
____ 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
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
68
The goal of normalization is to minimize data ____.

A) redundancy
B) cardinality
C) indexing
D) formatting
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
69
The ____ Web publishing process generates customized Web pages as needed.

A) server-side
B) flexible
C) static
D) dynamic
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
70
A field ____ is a template that adds the correct formatting as data is entered.

A) format
B) roster
C) validation
D) screen
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
71
The ____ data type would be the right choice for a field designed to hold an MP3 file.

A) music
B) computed field
C) logical
D) BLOB
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
72
The ____ data type is used to store true/false or yes/no data using minimal storage space.

A) yes
B) logical
C) memo
D) true
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
73
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) client-side
C) XForm
D) input
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
74
A table's ____ order is the order in which records are stored on disk.

A) storage
B) sort
C) normal
D) linked
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
75
<strong>  The accompanying figure shows a(n)____ document.</strong> A) HTML B) XML C) JavaScript D) Perl
The accompanying figure shows a(n)____ document.

A) HTML
B) XML
C) JavaScript
D) Perl
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
76
A CGI script can be written in all of the following EXCEPT ____.

A) C++
B) Java
C) JavaScript
D) Perl
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
77
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
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
78
A(n)____ can be used to delineate the data entry area in a user interface.

A) box
B) line
C) shaded area
D) all of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
79
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 such as fast sorts and updates.
D) All that is required to view an XML document is an XML-enabled browser.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
80
All of the following are tools to help you create server-side programs EXCEPT ____.

A) ASP
B) JavaScript
C) CGI
D) PHP
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 150 flashcards in this deck.