Unlock access to all the studying documents.
View Full Document
Chapter 1: Introduction to Database Management
1. Redundancy wastes space because you are storing different types of data in the same place.
2. When you need to change data, redundancy makes your changes more cumbersome and time-consuming.
3. An entity is also defined as an attribute.
4. An attribute is a characteristic or property of an entity.
5. An attribute is known as a row in most databases.
6. A database will not only hold information about multiple types of entities, but also information about the relationships
among these multiple entities.
7. Each table in a database represents two or more entities.
Chapter 1: Introduction to Database Management
8. The relationship between different entities (in different tables) is handled by their common columns.
9. Software packages, called database management systems, can do the job of manipulating databases for you.
10. Programs created with Visual Basic, Java, Perl, PHP, or C++ can access the database directly, rather than having to
access it through the DBMS.
11. To create forms to use with a database you must write a program.
12. Sharing data is one advantage of database processing.
13. An advantage of using the database approach to processing is that it facilitates consistency.
Chapter 1: Introduction to Database Management
14. A DBA can assign passwords to prevent unauthorized users from accessing the data.
15. There is a greater impact of failure in a nondatabase, file-oriented system.
16. Storing the same data in more than one place is called ____.
17. A(n) ____ is also called a field or column in many database systems.
18. A(n) ____ is a person, place, object, event, or idea for which you want to store and process data.
Chapter 1: Introduction to Database Management
19. A(n) ____ is the computer counterpart to an ordinary paper file you might keep in a file cabinet or an accounting
ledger.
20. The ____ of an entity become the columns in the database table.
21. Unlike a typical data file, a database can store information about multiple ____.
22. A visual way to represent a database is with a(n) ____.
entity-relationship diagram
23. Popular ____ include Access, Oracle, DB2, MySQL, and SQL Server.
5
24. During the ____ process, a database expert determines the structure of the required database.
25. ____ are screen objects used to maintain, view, and print data from a database.
26. Which of the following statements is correct?
In a nondatabase, file-oriented environment, data is often partitioned into several disjointed systems with each
system having its own collection of files.
User data cannot be combined and shared among authorized users.
Database users should not have access to the same information.
The elimination of redundancy is always possible.
27. An integrity constraint is a rule that ____.
is kept in an external file
data must follow in the database
can be accessed only by authorized users
can unintentionally be accessed by unauthorized users
28. A database has ____ if the data in it satisfies all established integrity constraints.
1
11
Chapter 1: Introduction to Database Management
29. ____ is the prevention of unauthorized access to the database.
30. A(n) ____ frees programmers who write database access programs from having to engage in mundane data
manipulation activities, such as adding new data and deleting existing data.
31. A person who is in charge of a database within an organization is often called the database ____.
32. A good ____ should provide an opportunity for users to incorporate integrity constraints when they design the
database.
33. A DBMS lets you assign users to ____.
Chapter 1: Introduction to Database Management
34. ____ is a property that lets you change the structure of the database without requiring you to change the programs that
access the database.
35. One disadvantage of a database system is ____.
36. In a(n) ____________________ relationship between two entities, each occurrence of the first entity is related to
many occurrences of the second entity and each occurrence of the second entity is related to only one occurrence of the
first entity.
37. A program, or collection of programs, through which users interact with a database is known as a(n)
_________________________.
38. In an E-R diagram, ____________________ represent entities.
39. In an E-R diagram, ____________________ represent relationships between connected entities.
40. In an E-R diagram, the ____________________ at the end of a line indicates the “many” part of the one-to–
many relationship between two entities.
41. A group of people in charge of a database within an organization is often called the ____________________.
42. The problem of inconsistency in data is a direct result of ____________________.
43. Eliminating ____________________ not only saves space but also makes the process of updating data much
simpler.
44. A good _________________________ has many features that allow users to gain access to data in a
database without having to do any programming.
45. A database file requires a large amount of disk space and internal ____________________.
Chapter 1: Introduction to Database Management
46. List the advantages of database processing.
47. Explain why it is better to try to control redundancy rather than eliminate it.
48. Discuss how the database approach and the nondatabase approach differ in terms of ensuring the security of the
database.
49. List the disadvantages of database processing.
50. Explain why the impact of failure is greater in database processing, compared with the nondatabase
approach.