T/F – Flashcards

Unlock all answers in this set

Unlock answers
question
1. Data and information are essentially the same thing.
answer
F
question
2. Data processing can be as simple as organizing data to reveal patterns.
answer
T
question
3. Data is the result of processing raw facts to reveal its meaning.
answer
F
question
4. When data are entered into a form and saved, they are placed in the underlying database as knowledge.
answer
F
question
5. Data constitute the building blocks of information.
answer
T
question
6. Metadata describe the data characteristics and the set of relationships that links the data found within the database
answer
T
question
7. The only way to access the data in a database is through the DBMS.
answer
T
question
8. Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests.
answer
F
question
9. The DBMS reveals much of the database's internal complexity to the application programs and users.
answer
F
question
10. One disadvantage of the DBMS is that it increases the risk of data security breaches.
answer
F
question
11. An operational database is sometimes referred to as an enterprise database.
answer
F
question
12. A data warehouse can store data derived from many sources.
answer
T
question
13. The same data might be simultaneously structured and unstructured depending on the intended processing.
answer
T
question
14. Corporations use only structured data.
answer
F
question
15. Field refers to a collection of related records.
answer
F
question
16. Data anomaly is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
answer
F
question
17. Structural dependence exists when it is possible to make changes in the file structure without affecting the application program's ability to access the data.
answer
F
question
18. An advantage of database systems is that you needn't perform frequent updates and apply latest patches.
answer
F
question
19. One disadvantage of a database system over previous data management approaches is increased costs.
answer
T
question
1
answer
1
question
2. An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data.
answer
F
question
3. An implementation-ready data model should contain a description of the data structure that will store the end-user data.
answer
T
question
4. Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain.
answer
T
question
5. Even when a good database blueprint is available, an applications programmer's view of the data should match that of the manager and the end user.
answer
F
question
6. In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored.
answer
T
question
7. Database designers determine the data and information that yield the required understanding of the entire business.
answer
F
question
8. Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.
answer
F
question
9. Business rules must be rendered in writing.
answer
T
question
10. In an SQL-based relational database, each table is dependent on every other table.
answer
F
question
11. In an SQL-based relational database, rows in different tables are related based on common values in common attributes
answer
T
question
12. A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user.
answer
F
question
13. Each row in the relational table is known as an entity instance or entity occurrence in the ER model.
answer
T
question
14. In Chen notation, entities and relationships have to be oriented horizontally; not vertically.
answer
F
question
15. M:N relationships are not appropriate in a relational model.
answer
T
question
16. Today, most relational database products can be classified as object/relational.
answer
T
question
18. The external model is the representation of the database as "seen" by the DBMS.
answer
F
question
17. The network model has structural level dependence.
answer
T
question
19. The hierarchical model is software-independent.
answer
F
question
20. The relational model is hardware-dependent and software-independent.
answer
F
question
1. The practical significance of taking the logical view of a database is that it serves as a reminder of the simple file concept of data storage.
answer
T
question
2. You can think of a table as a persistent representation of a logical relation.
answer
T
question
3. The order of the rows and columns is important to the DBMS.
answer
F
question
4. Character data can contain any character or symbol intended for mathematical manipulation.
answer
F
question
5. The row's range of permissible values is known as its domain.
answer
F
question
6. Each table in a relational database must have a primary key.
answer
T
question
7. The idea of determination is unique to the database environment.
answer
F
question
8. Only a single attribute, not multiple attributes, can define functional dependence.
answer
F
question
9. If the attribute (B) is functionally dependent on a composite key (A) but not on any subset of that composite key, the attribute (B) is fully functionally dependent on (A).
answer
T
question
10. A null is created when you press the Enter key or the Tab key to move to the next entry without making a prior entry of any kind.
answer
T
question
11. Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.
answer
T
question
12. RDBMSs enforce integrity rules automatically.
answer
T
question
13. Relational algebra defines the theoretical way of manipulating table contents using relational operators.
answer
T
question
14. The SELECT operator yields a vertical subset of a table.
answer
F
question
15. The DIFFERENCE operator subtracts one table from the other.
answer
T
question
16. In a natural join, the column on which the join was made occurs twice in the new table.
answer
F
question
17. The DIVIDE operation uses one singlecolumn table (e.g., column "a") as the divisor and one twocolumn table (e.g., columns "a" and "b") as the dividend.
answer
T
question
18. A data dictionary is sometimes described as "the database designer's database" because it records the design decisions about tables and their structures.
answer
T
question
19. The onetomany (1:M) relationship is easily implemented in the relational model by putting the foreign key of the "1" side in the table of the "many" side as a primary key.
answer
F
question
20. As rare as 1:1 relationships should be, certain conditions absolutely require their use.
answer
T
question
1. As rare as 1:1 relationships should be, certain conditions absolutely require their use.
answer
F
question
2. The Crow's Foot notation is less implementationoriented than the Chen notation.
answer
F
question
3. An entity in the entity relationship model corresponds to a table in the relational environment.
answer
T
question
4. In the entity relationship model, a table row corresponds to an entity instance.
answer
T
question
5. In the Chen and Crow's Foot notations, an entity is represented with a rectangle containing the entity's name.
answer
T
question
6. In the original Chen notation, each attribute is represented by an oval with the attribute name connected to an entity rectangle with a line.
answer
T
question
7. Software vendors have adopted the Chen representation because of its compact representation.
answer
F
question
8. A composite identifier is a primary key composed of more than one attribute.
answer
T
question
9. The Crow's Foot notation easily identifies multivalued attributes.
answer
F
question
10. Composite attributes make it easier to facilitate detailed queries.
answer
F
question
11. Relationships between entities always operate in one direction.
answer
F
question
12. Connectivities and cardinalities are established by concise statements known as business rules.
answer
T
question
13. In Chen notation, there is no way to represent cardinality.
answer
F
question
14. In implementation terms, an entity is existence-dependent if it has a mandatory primary key.
answer
F
question
15. A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
answer
F
question
16. In a 1:M relationship, to avoid the possibility of referential integrity errors, the data of the "1" side must be loaded first.
answer
T
question
17. Unary relationships are common in manufacturing industries.
answer
T
question
18. Referential integrity and participation are both bidirectional, meaning that they must be addressed in both directions along a relationship.
answer
F
question
19. A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
answer
T
question
20. The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
answer
F
question
21. To implement a small database, a database designer must know the "1" and the "M" sides of each relationship and whether the relationships are mandatory or optional.
answer
T
question
22. The process of database design is a sequential process.
answer
F
question
1. The process of database design is a sequential process.
answer
T
question
2. Normalization produces a lower normal form.
answer
F
question
3. Normalization is a process that is used for changing attributes to entities.
answer
F
question
4. In order to meet performance requirements, portions of the database design may need to be occasionally denormalized.
answer
T
question
5. Denormalization produces a lower normal form.
answer
T
question
7. Reporting anomalies in a table can cause a multitude of problems for managers and can be fixed through application programming.
answer
F
question
8. Data redundancy produces data anomalies.
answer
T
question
9. A table is in BCNF if every determinant in the table is a candidate key.
answer
T
question
10. A table is in BCNF if every determinant in the table is a foreign key.
answer
F
question
11. A dependency based on only a part of a composite primary key is known as a partial dependency.
answer
T
question
12. A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.
answer
T
question
13. Relational models view data as part of a table or collection of tables in which all key values must be identified.
answer
T
question
14. The objective of normalization is to ensure that each table conforms to the concept of well-formed relations.
answer
T
question
15. Repeating groups must be eliminated by ensuring that each row defines a single entity.
answer
T
question
16. Dependency diagrams are very helpful in getting a bird'seye view of all the relationships among a table's attributes.
answer
T
question
17. Dependencies that are based on only a part of a composite primary key are called transitive dependencies.
answer
F
question
18. All relational tables satisfy the 1NF requirements.
answer
T
question
19. In the context of partial dependencies, data redundancies occur because every row entry requires duplication of data.
answer
T
question
20. Converting a database format from 1NF to 2NF is a complex process.
answer
F
question
21. Since a partial dependency can exist only if a table's primary key is composed of several attributes, if a table in 1NF has a single-attribute primary key, then the table is automatically in 2NF.
answer
T
question
22. A table is in 2NF if it is in 1NF, and it includes no partial dependencies.
answer
T
question
23. It is possible for a table in 2NF to exhibit transitive dependency, where the primary key may rely on one or more nonprime attributes to functionally determine other nonprime attributes.
answer
T
question
24. A determinant is any attribute whose value determines other values within a column.
answer
F
question
26. Data stored at their highest level of granularity are said to be atomic data.
answer
F
question
27. Atomic attributes are attributes that can be further subdivided.
answer
F
question
28. Normalization should be part of the design process.
answer
T
question
29. Normalization represents a micro view of the entities within the ERD.
answer
T
question
30. The combination of normalization and ER modeling yields a useful ERD, whose entities can be translated into appropriate relationship structures.
answer
F
question
31. A good relational DBMS excels at managing denormalized relations.
answer
F
question
32. The advantage of higher processing speed must be carefully weighed against the disadvantage of data anomalies.
answer
T
question
33. Normalization purity is often easy to sustain in the modern database environment.
answer
F
question
34. Unnormalized database tables often lead to various data redundancy disasters in production databases.
answer
T
question
35. Attributes should clearly define participation, connectivity, and document cardinality.
answer
F
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New