Chapter 3: Database concepts I Flashcards
Data redundancy:
a. can lead to a number of data anomalies.
b. is useful in ensuring the integrity of data.
c. provides a useful backup function in a database.
d. none of the options are correct.
Data redundancy:
*a. can lead to a number of data anomalies.
b. is useful in ensuring the integrity of data.
c. provides a useful backup function in a database.
d. none of the options are correct.
Data anomalies:
a. are inconsistencies or errors that exist in a database because of entry or changes.
b. are useful in ensuring the integrity of data.
c. provide a useful backup function in a database.
d. none of the options are correct.
Data anomalies:
*a. are inconsistencies or errors that exist in a database because of entry or changes.
b. are useful in ensuring the integrity of data.
c. provide a useful backup function in a database.
d. none of the options are correct.
In relational database, a connected set of fields that describe a person, place or thing is referred to as:
a. a table.
b. a record.
c. a file.
d. a matrix.
In relational database, a connected set of fields that describe a person, place or thing is referred to as:
a. a table.
*b. a record.
c. a file.
d. a matrix.
A ________ key allows the user to search on an attribute other than the attribute(s) that form the primary key:
a. secondary
b. composite
c. foreign
d. subordinate
A ________ key allows the user to search on an attribute other than the attribute(s) that form the primary key:
*a. secondary
b. composite
c. foreign
d. subordinate
The limitations of poor file systems come from:
a) data management.
b) structural independence.
c) database redundancy.
d) all the above.
The limitations of poor file systems come from:
a) data management.
b) structural independence.
c) database redundancy.
d) all the above.
Which of the following is NOT an instance of data anomalies?
a. Creation anomalies.
b. Insertion anomalies.
c. Deletion anomalies.
d. Modification anomalies.
Which of the following is NOT an instance of data anomalies?
*a. Creation anomalies.
b. Insertion anomalies.
c. Deletion anomalies.
d. Modification anomalies.
Information is:
a. the same as data.
b. data that is processed in a meaningful form.
c. less useful than data.
d. raw facts describing an event.
Information is:
a. the same as data.
*b. data that is processed in a meaningful form.
c. less useful than data.
d. raw facts describing an event.
How can data about customer contact details and data about their orders be stored in a database?
a. Using a single table called an entity.
b. Only the customer data can be stored in the database.
c. Using at least two tables because there are two entities.
d. By storing the customer details in a table and the orders as a relationship.
How can data about customer contact details and data about their orders be stored in a database?
a. Using a single table called an entity.
b. Only the customer data can be stored in the database.
*c. Using at least two tables because there are two entities.
d. By storing the customer details in a table and the orders as a relationship.
Which of the following is listed in the order from smallest to largest?
a. Field, data, record, file.
b. File, field, data, record.
c. Record, file, data, field.
d. Data, field, record, file.
Which of the following is listed in the order from smallest to largest?
a. Field, data, record, file.
b. File, field, data, record.
c. Record, file, data, field.
*d. Data, field, record, file.
The advantage of a relational database is:
a) structural dependence.
b) its powerful and flexible query language.
c) a data dictionary.
d) all the above.
The advantage of a relational database is:
a) structural dependence.
b) its powerful and flexible query language.
c) a data dictionary.
d) all the above.
A table is:
a. a collection of attributes that describe an entity.
b. a collection of objects that describe an entity.
c. smaller than a field.
d. none of the options are correct
A table is:
a. a collection of attributes that describe an entity.
b. a collection of objects that describe an entity.
c. smaller than a field.
*d. none of the options are correct
An entity relationship diagram is a method for depicting:
a. the logical view of a database.
b. the physical view of a database.
c. the relationship between the user interface and the DBMS.
d. an implementation of a client-server system.
An entity relationship diagram is a method for depicting:
*a. the logical view of a database.
b. the physical view of a database.
c. the relationship between the user interface and the DBMS.
d. an implementation of a client-server system.
A record is:
a. a connected set of fields that describe a person, place or thing.
b. a connected set of tables that describe a person, place or thing.
c. smaller than a field.
d. none of the options are correct.
A record is:
*a. a connected set of fields that describe a person, place or thing.
b. a connected set of tables that describe a person, place or thing.
c. smaller than a field.
d. none of the options are correct.
If data are captured and stored at their most basic level, then:
a. these data can be used to answer a very limited number of questions when they are aggregated at a certain level.
b. these data can be used to answer quite a few questions when they are aggregated at a certain level.
c. these data cannot be used to answer any question unless they are combined with some other data at a higher aggregated level.
d. these data are not suitable for answering questions.
If data are captured and stored at their most basic level, then:
a. these data can be used to answer a very limited number of questions when they are aggregated at a certain level.
*b. these data can be used to answer quite a few questions when they are aggregated at a certain level.
c. these data cannot be used to answer any question unless they are combined with some other data at a higher aggregated level.
d. these data are not suitable for answering questions.
Which of the following is NOT a database model?
a. Network.
b. Relational.
c. SQL.
d. Hierarchical.
Which of the following is NOT a database model?
a. Network.
b. Relational.
*c. SQL.
d. Hierarchical.
What is the use of the Course_ID in the student table?
a. To link the student table to the course table.
b. To back up Course_ID information in the student table.
c. Both to link the student table to the course table and to back up Course_ID information in the student table.
d. Neither linking the student table to the course table nor backing up Course_ID information in the student table.
What is the use of the Course_ID in the student table?
*a. To link the student table to the course table.
b. To back up Course_ID information in the student table.
c. Both to link the student table to the course table and to back up Course_ID information in the student table.
d. Neither linking the student table to the course table nor backing up Course_ID information in the student table.
An employee in one department such as sales wanting to check on inventory levels would have to contact the inventory department and enquire about inventory balances. This indicates an absence of:
a. a centralised database system.
b. information sharing.
c. a DBMS.
d. a distributed database system.
An employee in one department such as sales wanting to check on inventory levels would have to contact the inventory department and enquire about inventory balances. This indicates an absence of:
*a. a centralised database system.
b. information sharing.
c. a DBMS.
d. a distributed database system.
The particular values for a customer are stored in the ____ of a ____ within the customer ________.
a. fields, record, table
b. record, fields, table
c. fields, record, entity
d. fields, table, database
The particular values for a customer are stored in the ____ of a ____ within the customer ________.
*a. fields, record, table
b. record, fields, table
c. fields, record, entity
d. fields, table, database