CS 3306: DATABASES 2
The overall design of the database is called the database __________.
Select one:
The correct answer is: schema
Question 2
A database system has several subsystems except?
Select one:
The correct answer is: storage director
Question 3
Which is NOT a Mapping Cardinality?
Select one:
The correct answer is: Many to any.
Question 4
Which of the following is NOT A type of database key?
Select one:
The correct answer is: database key
Question 5
One can modify the database by all methods except?
Select one:
The correct answer is: retrieving
Question 6
Relational algebraic operations include all of the following except:
Select one:
The correct answer is: Project I
Question 7
The query "select max (salary) from instructor" will result in:
Select one:
The correct answer is: Find instructors earning the higher salary
Question 8
Database applications are typically broken up into a front-end part that runs on server machines and a part that runs at the back end.
Select one:
True
False
The correct answer is 'False'.
Question 9
The entity-relationship (E-R) data model perceives the real world as consisting of basic objects, called entities, NOT the relationships among these objects.
Select one:
True
False
The correct answer is 'False'.
Question 10
Methods to organize records in files are heap, sequential, hasing.
Select one:
True
False
The correct answer is 'True'.
Which of the following is NOT a property of the transactions?
Select one:
The correct answer is: Dependability
Question 2
Precedence graph T2 ---> T1?
Select one:
The correct answer is: All T2 instructions must execute before the first T1 instruction executes
Question 3
The tree protocol does not ensure ________________. To ensure the _______________ the protocol can be modified to not permit release of exclusive locks until the end of the transaction:
Select one:
The correct answer is: recoverability and cascadelessness
Question 4
The difference between the Thomas' write rule and the timestamp-ordering protocol is:
Select one:
The correct answer is: Thomas' write rule is a modification of the timestamp-ordering protocol issues.
Question 5
There are two principal methods for dealing with the deadlock problem, which prevents the deadlock condition. The deadlock prevention protocol to ensure that the system will never enter a deadlock detection is:
Select one:
The correct answer is: deadlock prevention protocol
Question 6
Three storage types include all of the following except:
Select one:
The correct answer is: Offsite
Question 7
ARIES recovers from a crash in three passes which include all of the following except:
Select one:
The correct answer is: Recovery pass
Question 8
Reduced waiting time is a good reason to allow concurrency in transaction processes to occur.
Select one:
True
False
The correct answer is 'True'.
Question 9
Locks ensure serializability by NOT allowing a transaction to access a data item only if it is currently holding a lock on that item.
Select one:
True
False
The correct answer is 'False'.
Question 10
Recovery actions, when the database system is restarted after a failure, take place in one of two phases.
Select one:
True
False
The correct answer is 'False'.