A. Transaction
B. Operation
C. Function
D. All of the mentioned
A. Committed, destroyed
B. Aborted, destroyed
C. Committed, aborted
D. None of the mentioned
A. Safety
B. Protection
C. Roll ? back
D. Revert ? back
A. To ensure atomicity
B. To keep data consistent
C. That records data on stable storage
D. All of the mentioned
A. A memory
B. A system
C. A disk
D. A log record
A. Before the corresponding log record is written out to stable storage
B. After the corresponding log record is written out to stable storage
C. Until the whole log record has been checked for inconsistencies
D. All of the mentioned
A. Idempotent
B. Easy
C. Protected
D. All of the mentioned
Explanation: Idempotent – Multiple executions of an operation have the same result as does one execution.
A. Putting all the log records currently in main memory onto stable storage
B. Putting all modified data residing in main memory onto stable storage
C. Putting a log record onto stable storage
D. All of the mentioned
A. There is a need to perform an undo operation on t1
B. There is a need to perform a redo operation on t1
C. There is no need to perform an undo and redo operation on t1
D. All of the mentioned
A. Concurrent execution of transactions is equivalent to the transactions executed serially
B. The transactions can be carried out one after the other
C. A valid result occurs after execution transactions
D. None of the mentioned