SECTION A (Multiple Choice questions — 10 marks)
1. A single-user database system automatically ensures
only one transaction is executed at a time.
serializability and durability
atomicity and isolation
serializability and isolation
atomicity and serializability
of the database, because
2. What is a rule that applies to the two-phase locking protocol?
Two transactions cannot have conflicting locks.
No unlock operation can precede a lock operation in a different transaction.
No data is affected until all locks are released.
No data is affected until the transaction is in its locked position.
3. All transactions must display
.
atomicity, consistency, and durability
durability and isolation
consistency, durability, and isolation
atomicity, durability, consistency, and isolation
4. The information stored in the
is used by the DBMS for a recovery requirement
triggered by a ROLLBACK statement, a program’s abnormal termination, or a system
failure such as a network discrepancy or a disk crash.
data dictionary
metadata
rollback manager
transaction log
5. A
is anamed collection of database access privileges that authorize a user to
connect to the database and use the database system resources.
user
role
profile
manager
1|Page