Exam 4: Auditing Database Systems

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In the database method of data management, access authority is maintained by systems programming.

Free
(True/False)
4.7/5
(34)
Correct Answer:
Verified

False

Contrast the navigational databases with relational databases. What is the primary advantage of the relational model?

Free
(Essay)
4.8/5
(33)
Correct Answer:
Verified

The most apparent difference between the relational model and navigational models is the way that data associations are represented to the user. In navigational models, data are represented in tree structures or network structures. The navigational database models have explicit links, called pointers, between records. Data are accessed using defined data paths.
The relational model portrays data in the form of two-dimensional tables. Users do not perceive any pointers linking the tables. At the conceptual level (logical view) and the external level (user's view), data are represented only as tables. Relations between tables are formed by an attribute (data element) that is common to the tables. This attribute is a primary key in one table and a foreign key in the other.
The relational model is more flexible than a navigational model. Users can obtain data from the database by using the primary key and a database query language. Typically users do not require assistance from programmers to obtain answers to ad hoc queries.

A replicated database is appropriate when

Free
(Multiple Choice)
4.9/5
(45)
Correct Answer:
Verified

B

The textbook refers to four interrelated components of the database concept. Which of the following is not one of the components?

(Multiple Choice)
4.8/5
(36)

To the user, data processing procedures for routine transactions, such as entering sales orders, appear to be identical in the database environment and in the traditional environment.

(True/False)
4.8/5
(35)

What flat-file data management problems are solved as a result of using the database concept?

(Essay)
4.8/5
(41)

Data concurrency

(Multiple Choice)
4.9/5
(39)

Which of the following may provide many distinct views of the database?

(Multiple Choice)
4.7/5
(37)

Explain the relationship between the three levels of the data definition language. As a user, which level would you be most interested in?

(Essay)
5.0/5
(34)

Use the following words to complete the sentences in question(s). database administrator data dictionary data redundancy index sequential access method query language schema sequential structure subschema -_________________________ occurs when a specific file is reproduced for each user who needs access to the file.

(Short Answer)
4.8/5
(34)

Which statement is not correct? A query language like SQL

(Multiple Choice)
4.8/5
(32)

What are four ways in which database management systems provide a controlled environment to manage user access and the data resources?

(Essay)
5.0/5
(36)

What control maintains complete, current, and consistent data at all information processing units?

(Multiple Choice)
4.8/5
(36)

Which of the following is not an access control in a database system?

(Multiple Choice)
4.9/5
(37)

What are the four primary elements of the database approach?

(Essay)
4.9/5
(41)

Which of the following is not a problem usually associated with the flat-file approach to data management?

(Multiple Choice)
4.9/5
(34)

The data dictionary describes all of the data elements in the database.

(True/False)
4.8/5
(28)

The database approach to data management is sometimes called the flat file approach.

(True/False)
4.9/5
(33)

In the relational database model

(Multiple Choice)
4.9/5
(39)

Explain the three views of a database.

(Essay)
4.9/5
(42)
Showing 1 - 20 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)