adplus-dvertising
frame-decoration

Question

The blocks residing on the disk are referred to as ___________

a.

Physical blocks

b.

Buffer blocks

c.

Disk blocks

d.

Disk buffer

Posted under Recovery System DBMS

Answer: (a).Physical blocks

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The blocks residing on the disk are referred to as ___________

Similar Questions

Discover Related MCQs

Q. The area of memory where blocks temporarily reside is called as ________

Q. The most widely used structure for recording database modification is called as _______

Q. An update log record describes a ________ database write

Q. Which of the following fields does the update log record have?

Q. The unique identifier of the transaction that performed the write operation is called as _______

Q. The value of the data item prior to the write is called as _________

Q. If a transaction does not modify the database until it has committed it is said to use a _______ modification technique

Q. We say that a transaction has been ________ when its commit log record has been output to stable storage.

Q. State true or false: Using checkpoints reduces overhead

Q. A __________ checkpoint is a checkpoint where transactions are allowed to perform updates even while buffer blocks are being written out.

Q. If the database modifications occur while the transaction is still active, the transaction is said to use the __________ modification technique

Q. The log is a sequence of _________ recording all the update activities in the database.

Q. The current copy of the database is identified by a pointer, called ____________ which is stored on disk.

Q. A special redo-only log record <Ti , Xj , V1> is written to the log, where V1 is the value being restored to data item Xj during the rollback. These log records are sometimes called

Q. In order to reduce the overhead in retrieving the records from the storage space we use

Q. The order of log records in the stable storage ____________ as the order in which they were written to the log buffer.

Q. Before a block of data in main memory can be output to the database, all log records pertaining to data in that block must have been output to stable storage. This is

Q. Writing the buffered log to __________ is sometimes referred to as a log force.

Q. The _______________ policy, allows a transaction to commit even if it has modified some blocks that have not yet been written back to disk.

Q. ______________ policy allows multiple updates to accumulate on a block before it is output to stable storage, which can reduce the number of output operations greatly for frequently updated blocks.