Computer 11

25 July 2022
4.7 (114 reviews)
94 test answers

Unlock all answers in this set

Unlock answers (90)
question
The simplest model for storing data is the flat file.
answer
true
question
In a fixed-length, when the data entered is shorter than the allocated field length, blank spaces automatically fill the field.
answer
true
question
A record contains the smallest unit of meaningful information.
answer
false
question
A relational database stores data in a collection of related tables.
answer
true
question
Modern database software is designed to support data dependence.
answer
false
question
XML documents are not optimized for many operations you would customarily associate with databases, such as fast sorts, searches, and updates.
answer
true
question
In a name field contains an entire name, it is difficult to individually manipulate the first name, last name, and middle initial.
answer
true
question
The logical data type is used for true/false or yes/no data.
answer
true
question
The hyperlink data type is used to store data that can have one of two values.
answer
false
question
Sorted tables typically produce slower queries and updates than unsorted tables.
answer
false
question
An index has no bearing on the physical sequence of records on disk.
answer
true
question
Database tables should be indexed by any field or fields that are commonly used as search fields.
answer
true
question
The average American is in less than 10 commercial databases.
answer
false
question
An encrypted database is more efficient than an unencrypted database.
answer
false
question
User privileges delineate what activities a user can perform within a database.
answer
false
question
The United States has some of the strongest privacy regulations in the developed world.
answer
false
question
In a flat file, each row in the table is a field.
answer
false
question
In database jargon, a relationship is an association between data that is stored in different record types.
answer
true
question
In a relational database, relationships are specified by joining common data stored in the fields of records in different tables.
answer
true
question
Poorly designed custom database software can result in data independence.
answer
false
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.
answer
false
question
XML is a markup language that allows field tags, data, and tables to be incorporated into a Web document.
answer
true
question
In a case sensitive database, uppercase letters are not equivalent to their lowercase counterparts.
answer
true
question
The index key for a table specifies the order in which records are stored and where new records are inserted in a table.
answer
false
question
An inrsj455dex simply points to the record where the data can be found.
answer
false
question
Thieves who gain access to an encrypted database cannot make sense of the data.
answer
true
question
In the broadest definition, a(n) ____ is a collection of information.
answer
database
question
The data accessed by data mining and other analysis techniques is often stored in a data ____.
answer
warehouse
question
____ refers to a branch of data mining that analyzes current and historical data to predict future trends.
answer
predictive analytics
question
____ allows decision makers to quickly get answers to complex queries that encompass multiple factors.
answer
OLAP
question
A fixed-length field contains a predetermined number of ____.
answer
bytes
question
In the world of databases, a(n) ____ refers to a collection of data fields.
answer
record
question
A record that contains data is referred to as a record ____.
answer
occurrence
question
____ refers to the number of associations that can exist between two record types.
answer
Cardinality
question
Relationships between record types can be graphically depicted using a(n) ____.
answer
ERD
question
A(n) ____ is an association between data that is stored in different record types.
answer
relationship
question
In an object database, an attribute is ____.
answer
equivalent to a field in a relational database
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.
answer
ASCII
question
Data ____ means that data are separate from the programs used to manipulate the data.
answer
independence
question
A(n) ____ allows you to create, update, and administer a relational database.
answer
RDBMS
question
With a(n) ____ database, the database is stored on several different computers, on multiple networks, or in different geographical locations.
answer
distributed
question
Database ____ software is designed to manage billions of records and several hundred transactions per second.
answer
server
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.
answer
static
question
The ____ Web publishing process generates customized Web pages as needed.
answer
dynamic
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.
answer
server-side
question
All of the following are tools to help you create server-side programs EXCEPT ____.
answer
JavaScript
question
The ____ data type is used to store true/false or yes/no data using minimal storage space.
answer
logical
question
A ____ data type usually provides a variable-length field into which users can enter comments.
answer
memo
question
The ____ data type would be appropriate for a fixed-length field designed to hold a person's name.
answer
text
question
The ____ data type would be the right choice for a field designed to hold an MP3 file.
answer
BLOB
question
A field ____ is a template that adds the correct formatting as data is entered.
answer
format
question
A field ____ rule is a specification that the database designer sets up to filter the data entered into a particular field.
answer
validation
question
A ____ validates an entry by searching for the same data in a file or database table.
answer
lookup routine
question
The goal of normalization is to minimize data ____.
answer
redundancy
question
A table's ____ order is the order in which records are stored on disk.
answer
sort
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.
answer
index
question
____ is a query language.
answer
SQL
question
Database ____ provides users with an easy-to-use interface for entering search specifications, new records, data updates, and so on.
answer
client software
question
____ is the SQL command used to introduce a brand-new database or table.
answer
CREATE
question
____ is the SQL command used to remove a record from a table.
answer
DELETE
question
In an SQL query, a ____ clause is used to specify the table you want to access.
answer
FROM
question
One of the most common database operations is to query for a particular record or group of records using the ____ command.
answer
SELECT
question
The ____ operator specifies that both of the search criteria must be true for the record to be selected.
answer
AND
question
The following SQL operator can be used to omit records from a search by specifying a not-equal relationship: ____.
answer
NOT
question
A ____ update changes data in more than one record at a time.
answer
global
question
In SQL terminology, creating a relationship between tables is referred to as ____ tables.
answer
joining
question
Databases are vulnerable to ____.
answer
all of the above
question
Criminals have become sophisticated in the use of all of the following EXCEPT ____ to access data stored on personal computers.
answer
ATMs
question
Database data that is transmitted over the Web can be encrypted using encryption technologies such as ____.
answer
SSL
question
____ can block unauthorized users and limit activities of authorized users.
answer
Access controls
question
Surveys show that as many as ____ of businesses never change the standard administrator password for a DBMS.
answer
25%
question
A ____ establishes which fields and records a particular user may access.
answer
data view
question
The list of field names that will be used to hold WebMusic's customer information will be defined as a template called a ____.
answer
record type
question
One of Margaret's first tasks is to create the company's electronic customer address book. Which software tool would be easy, require minimal setup, and likely have the needed fields predefined?
answer
dedicated software
question
To prevent inconsistent formatting, Kate needs to ask the database designer to make the database automatically reject any entry that was typed in the wrong format. What should Kate request be applied to the telephone number field to solve this problem?
answer
field format
question
To make sure that a field contains all unique values, Kate wants to set up the database so that it will search every existing record for duplicates. What will accomplish this goal for Kate?
answer
lookup routine
question
Each column of a relational database table is equivalent to a(n) ____________________.
answer
FIELD
question
The ____________________ data type is used to store dates in a format that allows them to be manipulated.
answer
DATE
question
A(n) ____________________ key is a field that contains data unique to a record.
answer
PRIMARY
question
The SQL query language provides a collection of special command words called SQL ____________________, such as SELECT, FROM, INSERT, and WHERE.
answer
KEYWORDS
question
In the accompanying figure, the relationship shown in the bottom row is a many-to-many relationship.
answer
false
question
The accompanying figure shows an example of an SQL query.
answer
true
question
In the query illustrated in the accompanying figure, the SELECT command is used to link the Albums and Tracks tables.
answer
false
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.
answer
false
question
You can query by ____ using a fill-in form, like the one shown in the accompanying figure.
answer
example
question
The accompanying figure shows a(n) ____ document.
answer
XML
question
The two tables shown in the accompanying figure are ____ by the CustomerNumber field.
answer
related
question
To provide a quality database interface, a designer might ____.
answer
arrange fields in a logical order
question
A(n) ____ can be used to delineate the data entry area in a user interface.
answer
all of the above
question
A ____ contains the outline or general specifications for a report, including such elements as the report title, fields to include, fields to subtotal/total, and report format specifications.
answer
report template
question
The following is NOT a guideline for creating a template for reports: ____
answer
present as much information as possible
question
A(n) _____________________________________________ is software optimized for the object database model.
answer
ODBMS
question
The ____________________ data type stores URLs used to link directly from a database to a Web page.
answer
HYPERLINK
question
In the SQL query in the accompanying figure, ____ tables will be accessed.
answer
two