Home / CSE / Database System 2 - CS :: Managing Multiuser Databases

CSE :: Database System 2 - CS

  1. Resource locking is a process to prevent multiple applications from obtaining copies of the same record when the record is about to be changed.

  2. A.

     True

    B.

     False


  3. The overall responsibility of the DBA is to facilitate the development and use of the database.

  4. A.

     True

    B.

     False


  5. The size of the lock is referred to as the lock granularity.

  6. A.

     True

    B.

     False


  7. A durable transaction is one in which all committed changes are permanent.

  8. A.

     True

    B.

     False


  9. An ACID transaction is one that is atomic, consistent isolated, and durable.

  10. A.

     True

    B.

     False


  11. When one transaction reads a changed record that has not been committed to the database a filthy read occurs.

  12. A.

     True

    B.

     False


  13. The size of a lock is referred to as lock sizing.

  14. A.

     True

    B.

     False


  15. When two transactions are being processed against the database at the same time they are termed concurrent transactions.

  16. A.

     True

    B.

     False


  17. Locks placed by the DBMS are explicit locks.

  18. A.

     True

    B.

     False


  19. In optimistic locking, the assumption is made that conflict will occur.

  20. A.

     True

    B.

     False