Ch3 Practise Q's - Database Concepts 1 Flashcards

1
Q

Information is:(LO1)

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.

A

B data that is processed in a meaningful form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Conceptual database models:(LO1)

A focus on a logical view of what is represented in the database.
B focus on a physical view of what is represented in the database.
C focus on neither a logical or physical view.
D are currently being designed to replace the relational model of databases.

A

A focus on a logical view of what is represented in the database.

LOGICAL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The particular values for a customer are stored in the ____ of a ____ within the customer ________.(LO2)

A fields, record, table
B record, fields, table
C fields, record, entity
D fields, table, database

A

A fields, record, table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data anomalies:(LO3)

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.

A

A are inconsistencies or errors that exist in a database because of entry or changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Relational databases typically store data:(LO2)

A in a number of files.
B in a number of tables.
C in a number of fields.
D none of the options are correct.

A

B in a number of tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a primary key?(LO2)

A An attribute that uniquely identifies a particular row.
B An attribute that uniquely identifies a particular object.
C An attribute that identifies a row.
D An attribute that identifies a tuple.

A

B An attribute that uniquely identifies a particular object.

OBJECT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following elements form part of a database system?(LO4)

A Hardware, software, people, procedures and information
B Hardware, software, people, procedures and data
C Hardware, software, people, vapourware and data
D Hardware, software, people, procedures, vapourware and data

A

B Hardware, software, people, procedures and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data redundancy occurs when:(LO3)

A we keep data that has not been used by an organisation for a number of years.
B the same data is stored in multiple locations.
C emails are stored by an organisation for longer than six months.
D when we have the wrong information stored on a customer file.

A

B the same data is stored in multiple locations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The DMBS contains a number of useful functions including:(LO4)

A communication interfaces
B multiuser access control
C data integrity management
D all of the options are correct.

A

D all of the options are correct.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The database model of choice for the development of most new information systems today is:(LO4)

A relational.
B hierarchical.
C network.
D object oriented.

A

A relational.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The entity–relationship model is:(LO5)

A currently being designed to replace existing database models.
B the least widely used database model.
C the most widely used database model.
D a model that utilises a physical representation of database structures.

A

C the most widely used database model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The cardinality of the relationship between a student table and a university subject table is most likely to be:(LO5)

A one-to-one.
B one-to-many.
C many-to-many.
D many-to-one.

A

C many-to-many.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

To implement a one-to-one relationship between two entities:(LO6)

A it is not necessary to have any foreign keys.
B the two entities should be combined into a single table.
C the primary key of each table should be stored in the other table as a foreign key.
D the primary key of either table can be used as a foreign key in the other table.

A

D the primary key of either table can be used as a foreign key in the other table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To implement a many-to-many relationship between two entities:(LO6)

A requires a different sort of database model than relational.
B requires the introduction of an additional entity.
C requires the primary key of each table to be stored in the other table as a foreign key.
D inevitably leads to data redundancy.

A

B requires the introduction of an additional entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How is the design of a relational database determined in an organisation?(LO6)

A Each department is given an allocation of tables.
B Senior management decide how many tables are needed.
C IT professionals advise on the best design.
D By modelling the rules that describe how the business works.

A

D By modelling the rules that describe how the business works.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following statements is false?(LO1)

A Good decision making and reporting are vital for organisational performance.

B Good decision making and reporting require accurate information.

C Accurate information comes from quality data capture, storage and use.

D None of the above.

A

D None of the above.

13
Q

The limitations of poor file systems come from:(LO3)

A) data management.

B) structural independence.

C) database redundancy.

D) all of the above.

A

A) data management.

13
Q

Database modelling is used for:(LO3)

A) describing and representing complex real-world data structures.

B) improving understanding of an organisation’s existing database.

C) providing a blueprint for developing new database structures.

D) all of the above.

A

D) all of the above.

14
Q

Which of the following statements is true?(LO5)

A) Implementation models show how the data are represented in the database.

B) Conceptual models focus on what is represented in the database.

C) Implementation and conceptual models can be either logical or physical.

D) All of the above.

A

D) All of the above.

15
Q

The advantage of a relational database is:(LO4)

A) structural dependence.

B) its powerful and flexible query language.

C) a data dictionary.

D) all of the above.

A

B) its powerful and flexible query language.

16
Q

Which of the following is a step to developing an ER diagram?(LO5)

A) Develop a general narrative of a business’s operations.

B) Construct a working version of the ER diagram for review by the business.

C) Make the necessary modifications for newly discovered entities or relationships.

D) All of the above.

A

D) All of the above.

17
Q

Which of the following statements is true?(LO5)

A) Normalisation should eliminate all redundancies every time.

B) Controlled redundancies should not be allowed in database design.

C) Data anomalies cause data integrity problems.

D) All of the above.

A

C) Data anomalies cause data integrity problems.