Top Banner
Chapter 6
21

Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

Jan 12, 2016

Download

Documents

Jasper Lloyd
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

Chapter 6

Page 2: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

1

• A grouping of characters into a word, a group of words, or a complete number is called a record.

• Answer: FALSE

Page 3: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

2

• Each characteristic or quality describing a particular entity is called an attribute.

• Answer: TRUE

Page 4: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

3

• Program-data dependence refers to the coupling of data stored in files and software programs that use this data such that changes in programs require changes to the data.

• Answer: TRUE

Page 5: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

4

• A DBMS separates the logical and physical views of the data.

• Answer: TRUE

Page 6: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

5

• Every record in a file should contain at least one key field.

• Answer: TRUE

Page 7: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

6

• Many applications today require databases that can store and retrieve multimedia.

• Answer: TRUE

Page 8: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

7

• One of the drawbacks to OODBMS are that they cannot work with applets.

• Answer: FALSE

Page 9: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

8• Which of the following is NOT one of the

main problems with a traditional file environment?–A) data inconsistency–B) program-data independence–C) lack of flexibility in creating ad-hoc

reports–D) poor security

• Answer: B

Page 10: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

9• A DBMS reduces data redundancy

and inconsistency by –A) enforcing referential integrity. –B) uncoupling program and data.–C) utilizing a data dictionary. –D) minimizing isolated files with repeated

data.

• Answer: D

Page 11: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

10• Which of the following best illustrates the

relationship between entities and attributes?– A) the entity CUSTOMER with the attribute PRODUCT– B) the entity CUSTOMER with the attribute

PURCHASE– C) the entity PRODUCT with the attribute PURCHASE– D) the entity PRODUCT with the attribute CUSTOMER

• Answer: B

Page 12: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

11

• A characteristic or quality describing an entity is called a(n)–A) field.–B) tuple.–C) key field.–D) attribute.

• Answer: D

Page 13: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

12• Which of the following non-digital data

storage items is most similar to a database?–A) library card catalog.–B) cash register receipt.–C) doctor's office invoice.–D) list of sales totals on a spreadsheet.

• Answer: A

Page 14: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

13• The confusion created by ________ makes it

difficult for companies to create customer relationship management, supply chain management, or enterprise systems that integrate data from different sources.– A) batch processing– B) data redundancy– C) data independence– D) online processing

• Answer: B

Page 15: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

14

• Duplicate data in multiple data files is called data ________.–A) redundancy–B) repetition–C) independence–D) partitions

• Answer: A

Page 16: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

15• The logical view–A) shows how data are organized and

structured on the storage media.–B) presents an entry screen to the user.–C) allows the creation of supplementary

reports.–D) presents data as they would be perceived

by end users.• Answer: D

Page 17: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

16• In a relational database, the three basic

operations used to develop useful sets of data are–A) select, project, and where.–B) select, join, and where.–C) select, project, and join.–D) select, from, and join.

• Answer: C

Page 18: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

17

• Databases record information about general categories of information referred to as ________.

• Answer: entities

Page 19: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

18

• Data ________ describes a situation in which the same attribute of a data entity may have different values.

• Answer: inconsistency

Page 20: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

19

• A(n) ________ view shows data as it is actually organized and structured on the data storage media.

• Answer: physical

Page 21: Chapter 6. 1 A grouping of characters into a word, a group of words, or a complete number is called a record. Answer: FALSE.

20

• DBMS have a(n) ________ capability to specify the structure of the content of the database.

• Answer: data definition