DBMS-DATABASE RECOVERY SYSTEMS Questions and Answers
Practice ModeShowing 10 of 41 questions
Q11
The REDO operation copies the old values from log to the database, thus restoring the database prior to a state before the start of the transaction.
Answer: Option B
Q12
In case of deferred update technique, updates are not written to the database until after a transaction has reached its COMMIT point.
Answer: Option A
Q13
In case of an immediate update. all updates to the database are applied immediately as they occur with waiting to reach the COMMIT point and a record of all changes is kept in the transction log.
Answer: Option A
Q14
A checkpoint is a point of synchronisation between the database and the transaction log file.
Answer: Option A
Q15
In checkpointing, all buffers are force-writen to secondary storage.
Answer: Option A
Q16
The deferred update technique is also known as the UNDO/REDO algorithm
Answer: Option B
Q17
Which of the following is not a recovery technique ?
Answer: Option C
Q18
Incremental logging with deferred updates implies that the recovery system must necwssarily store
Answer: Option C
Q19
Which of the following are copies of physical database files ?
Answer: Option B
Q20
In case of transaction failure under a deferred update incremental logging scheme, which of the following will be needed:
Answer: Option A