Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

DBMS → Database Security 3

The                          scheme uses a page table containing pointers to all pages; the page table itself and all updated pages are copied to a new location.
shadow paging
click to copy
                 dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re- create the database.
sql
click to copy
For correct behaviour during recovery, undo and redo operation must be
idempotent
click to copy

DBMS → PL/SQL 3

If a transaction does not modify the database until it has committed, it is said to use the                        technique.
deferred-modification
click to copy
                   dump schemes have been developed that allow transactions to be active while the dump is in progress.
fuzzy
click to copy
If                        are not obtained in undo operation it will cause problem in undo- phase.
lower-level lock
click to copy

DBMS → Introduction to DBMS 3

                         using a log record sets the data item specified in the log record to the old value.
undo
click to copy
ARIES uses a                        to identify log records, and stores it in database pages.
log number
click to copy
The remote backup site is sometimes also called the
secondary site
click to copy

DBMS → Database Architecture 3

In the                      phase, the system replays updates of all transactions by scanning the log forward from the last checkpoint.
redo
click to copy
ARIES supports                        operations, which are physical in that the affected page is physically identified, but can be logical within the page.
physiological redo
click to copy
The backup is taken by
sending all log records from primary site to the remote backup site
click to copy

DBMS → Data Models 2

The actions which are played in the order while recording it is called                               history.
repeating
click to copy
                             is used to minimize unnecessary redos during recovery.
dirty page table
click to copy

DBMS → ER Model 2

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
compensation log records
click to copy
                     scheme that records only information about dirty pages and associated information and does not even require of writing dirty pages to disk.
fuzzy-checkpoint
click to copy

DBMS → Relational Model 2

In order to reduce the overhead in retrieving the records from the storage space we use
log buffer
click to copy
Whenever an update operation occurs on a page, the operation stores the LSN of its log record in the                field of the page.
pagelsn
click to copy

DBMS → Normalization 2

Writing the buffered log to                      is sometimes referred to as a log force.
disk
click to copy
The                                      contains a list of pages that have been updated in the database buffer.
dirty page table
click to copy

DBMS → Functional Dependency 2

The                                policy, allows a transaction to commit even if it has modified some blocks that have not yet been written back to disk.
no-force
click to copy
                       determines which transactions to undo, which pages were dirty at the time of the crash, and the LSN from which the redo pass should start.
analysis pass
click to copy

DBMS → SQL Basics 2

                             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.
no-force
click to copy
                     starts from a position determined during analysis, and performs a redo, repeating history, to bring the database to a state it was in before the crash.
redo pass
click to copy

DBMS → DDL Commands 2

The                        policy, allows the system to write modified blocks to disk even if the transactions that made those modifications have not all committed.
steal
click to copy
                             rolls back all transactions that were incomplete at the time of crash.
undo pass
click to copy

DBMS → DML Commands 2

The                                      contains a list of blocks that have been updated in the database buffer.
dirty block
click to copy
Which lock should be obtained to prevent a concurrent transaction from executing a conflicting read, insert or delete operation on the same key value.
higher-level lock
click to copy

DBMS → Joins 2

The silicon chips used for data processing are called
prom chips
click to copy
Once the lower-level lock is released, the operation cannot be undone by using the old values of updated data items, and must instead be undone by executing a compensating operation; such an operation is called
logical operation
click to copy

DBMS → Views 2

Which of the following is used for manufacturing chips?
semiconductor
click to copy
Which of the following is used for undo operations alone?
logical logging
click to copy

DBMS → Indexes 2

What was the name of the first commercially available microprocessor chip?
intel 4004
click to copy
Redo operations are performed exclusively using
both physical logging and physical log records
click to copy

DBMS → Transactions 2

The magnetic storage chip used to provide non-volatile direct access storage of data and that have no moving parts are known as
magnetic bubble memory
click to copy
An operation is said to be                      if executing it several times in a row gives the same result as executing it once.
idempotent
click to copy

DBMS → Concurrency Control 2

The ALU of a computer normally contains a number of high speed storage element called
registers
click to copy
Immediate database modification technique uses
both undo and redo
click to copy

DBMS → Deadlock 2

A dump of the database contents is also referred to as an                            dump.
archival
click to copy
Shadow paging has
no redo
click to copy