Exam 8: Physical Database Design

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Physical database design is the process of modifying the logical database design to improve performance.

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

True

All of the following are inputs into the physical database design process, except ____.

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

One of the reasons for having secondary memory is that primary memory cannot possibly hold all of a company's programs and data.

Free
(True/False)
4.8/5
(37)
Correct Answer:
Verified

True

Construct a B+-tree index of the type discussed in the text for the Animal file, assuming that now there are many more records than are shown above. The file and the index have the following characteristics: -The file is stored on six cylinders of the disk. The highest key values on the six cylinders, in order, are: Cylinder 1: 08574 Cylinder 2: 12740 Cylinder 3: 19025 Cylinder 4: 24859 Cylinder 5: 31745 Cylinder 6: 42853 -Each index record can hold two key value/pointer pairs. -There are three index records at the lowest level of the tree index.

(Essay)
4.8/5
(36)

Tracks are concentric circles of data on a recording surface of a disk.

(True/False)
5.0/5
(39)

Horizontal partitioning ____.

(Multiple Choice)
4.9/5
(31)

All of the following are factors affecting application and database performance, except ____.

(Multiple Choice)
5.0/5
(35)

Which of the following is a potential problem caused by adding too many indexes to a relational database?

(Multiple Choice)
4.9/5
(40)

Consider Table A on the "one side" of a one-to-many relationship and Table B on the "many side" of the relationship. The primary key of Table A has been placed in Table B as a foreign key. The substituting foreign keys physical database design technique ____.

(Multiple Choice)
4.8/5
(35)

In a hashed file, the hashing algorithm may attempt to insert more than one record into a given record storage location.

(True/False)
4.7/5
(35)

The creating a new primary key physical database design technique is designed to ____.

(Multiple Choice)
4.8/5
(33)

In the clustering files physical database design technique, ____ are clustered near each other on a disk.

(Multiple Choice)
4.8/5
(32)

The movement of a disk drive's access arm mechanism takes place at electronic, as opposed to mechanical, speeds.

(True/False)
4.9/5
(35)

In a disk, once the access arm mechanism moves to a particular cylinder, every track of that cylinder can be accessed without further access arm mechanism movement.

(True/False)
4.9/5
(44)

Physical database design is necessary ____.

(Multiple Choice)
4.9/5
(41)

Which of the following is true about indexes, in general?

(Multiple Choice)
4.8/5
(41)

A file can have only one index built over it.

(True/False)
4.8/5
(32)

All of the following are good candidates for having an index built over them, except ____.

(Multiple Choice)
4.9/5
(32)

In terms of performance, there is no point in indexing a table if ____.

(Multiple Choice)
4.9/5
(50)

Each entry in a simple linear index is associated with the record that it came from in the indexed file by recording the record's key field value in the index entry.

(True/False)
4.8/5
(40)
Showing 1 - 20 of 134
close modal

Filters

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