Deck 11: Databases

Full screen (f)
exit full mode
Question
  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.
Use Space or
up arrow
down arrow
to flip the card.
Question
To create a flat file, you must use database management software.
Question
The hyperlink data type stores data that can have one of two values.
Question
Database fields are always variable in length.
Question
Queries within an unsorted database are slow because the only algorithm for searching an unsorted table requires a sequential look at each record.
Question
If the data you enter is shorter than the allocated field length, blank spaces are automatically added to fill the field.
Question
  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.
Question
An index has no bearing on the physical sequence of records on disk.
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 computed field is a calculation that a DBMS performs during processing.
Question
XForms, an alternative to HTML forms, offer more flexibility and interface with XML documents.
Question
Changing a sort key can take a long time because the process physically rearranges records on the disk.
Question
Some relational database management systems (RDBMSs) allow the database server to receive queries in the form of XML commands.
Question
In a relational database, relationships can be added, changed, or deleted on demand.
Question
Database tables should be indexed by any field or fields that are commonly used as search fields.
Question
Telephone numbers and ZIP codes are examples of data that should be stored in a field with the numeric data type.
Question
  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.
Question
Sorted tables typically produce slower queries and updates than unsorted tables.
Question
A record is the basic building block for a structured file or database.
Question
  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.
Question
Although encryption cannot prevent a database from being lost or stolen, it can make the data it contains unintelligible to a hacker.
Question
The term RDBMS refers to software that is designed to manage data stored in a database.
Question
The average American is in 5-10 databases.
Question
A(n) index simply points to the record where the data can be found.
Question
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.
Question
A(n) many-to-many relationship means that a record in one record type is related to only one record in another record type.
Question
The United States has some of the strongest privacy regulations in the developed world.
Question
It is easy to query an encrypted database.
Question
In SQL, the CHANGE command changes data in a field.
Question
Fields can be displayed as rows in a table or as forms.
Question
In a(n) relational database, relationships are specified by joining common data stored in the fields of records in different tables.
Question
In SQL, the SEARCH command searches for records.
Question
In database jargon, a(n) relationship is an association between data that is stored in different record types.
Question
In SQL, the INSERT command is used to add a record.
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
XML is a markup language that allows field tags, data, and tables to be incorporated into a Web document.
Question
Physical access to a database can be limited to authorized personnel by housing the computer in a locked data center.
Question
Poorly designed custom software can result in data independence .
Question
The primary key for a table specifies the order in which records are stored, and where new records are inserted in a table.
Question
In a case sensitive database, uppercase letters are not equivalent to their lowercase counterparts.
Question
A record that contains data is referred to as a record ____.

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

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

A) XML DBMS
B) RDBMS
C) OODBMS
D) ERD
Question
____ 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
Question
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
Question
In the broadest definition, a(n) ____ is a collection of information.

A) index
B) database
C) hierarchy
D) field
Question
A fixed-length field contains a predetermined number of ____.

A) bits
B) units
C) pixels
D) bytes
Question
Which of the following has the most limited versatility?

A) database software
B) custom software
C) spreadsheet software
D) dedicated software
Question
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
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
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 world of computing, a(n) ____ refers to a collection of data fields.

A) record
B) format
C) structure
D) index
Question
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
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) Unicode
D) ASCII
Question
____ refers to the number of associations that can exist between two record types.

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

A) client
B) server
C) distribution
D) management
Question
<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
Question
<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
Question
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
Question
____ allows decision makers to look for relationships between multiple data dimensions.

A) Database models
B) Flat file
C) Unstructured files
D) OLAP
Question
<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
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
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 table's ____ order is the order in which records are stored on disk.

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

A) server-side
B) flexible
C) static
D) dynamic
Question
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
Question
Database ____ software is designed to manage billions of records and several hundred transactions per second.

A) server
B) client
C) distribution
D) management
Question
The goal of normalization is to minimize data ____.

A) redundancy
B) cardinality
C) indexing
D) formatting
Question
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
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
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
A CGI script can be written in all of the following EXCEPT ____.

A) C++
B) Java
C) JavaScript
D) Perl
Question
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
Question
All of the following are tools to help you create server-side programs EXCEPT ____.

A) ASP
B) JavaScript
C) CGI
D) PHP
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
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.
Question
<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
Question
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
Question
The ____ data type is used to store 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) browser
C) XForm
D) input
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/175
auto play flashcards
Play
simple tutorial
Full screen (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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
8
An index has no bearing on the physical sequence of records on disk.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
10
A computed field is a calculation that a DBMS performs during processing.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
11
XForms, an alternative to HTML forms, offer more flexibility and interface with XML documents.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
12
Changing a sort key can take a long time because the process physically rearranges records on the disk.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
13
Some relational database management systems (RDBMSs) allow the database server to receive queries in the form of XML commands.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
14
In a relational database, relationships can be added, changed, or deleted on demand.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
15
Database tables should be indexed by any field or fields that are commonly used as search fields.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
18
Sorted tables typically produce slower queries and updates than unsorted tables.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
19
A record is the basic building block for a structured file or database.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
22
The term RDBMS refers to software that is designed to manage data stored in a database.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
23
The average American is in 5-10 databases.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
24
A(n) index simply points to the record where the data can be found.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
27
The United States has some of the strongest privacy regulations in the developed world.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
28
It is easy to query an encrypted database.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
29
In SQL, the CHANGE command changes data in a field.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
30
Fields can be displayed as rows in a table or as forms.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
32
In SQL, the SEARCH command searches for records.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
33
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 175 flashcards in this deck.
Unlock Deck
k this deck
34
In SQL, the INSERT command is used to add a record.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
36
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 175 flashcards in this deck.
Unlock Deck
k this deck
37
Physical access to a database can be limited to authorized personnel by housing the computer in a locked data center.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
38
Poorly designed custom software can result in data independence .
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
40
In a case sensitive database, uppercase letters are not equivalent to their lowercase counterparts.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
41
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 175 flashcards in this deck.
Unlock Deck
k this deck
42
Each ____ is a sequence, or list, of records in a relational database.

A) sort
B) tuple
C) table
D) attribute
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
46
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 175 flashcards in this deck.
Unlock Deck
k this deck
47
A fixed-length field contains a predetermined number of ____.

A) bits
B) units
C) pixels
D) bytes
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 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 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
65
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 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 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 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
72
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 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 175 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 175 flashcards in this deck.