Unit 4 Database Management System4
Unit 4 Database Management System4
UNIT – IV
TRENDS IN DATABASE TECHNOLOGY
1. Explain Optical Storage Device?
The most popular form of optical storage is the compact disk read-only memory, can
be read by a laser. Optical storage is the write-once, read-many disk, which allows
data to be written once, but does not allow them to be erased and rewritten.
2. Define cache.
The cache is the fastest and most costly form of storage. Cache memory is small; its
use is managed by the operating system.
3. Define disk controller?
It is an interface between the computer system and the actual hardware of the disk
drive. Accept high-level command to read or wire a sector. It attaches checksums to
each sector that is written. It also performs remapping of bad sectors.
4. Define RAID.
It is collectively called redundant arrays of inexpensive disk, have been proposed to
address the performance and reliability issues. RAID are used for their higher
reliability and higher data transfer rate. RAID stands of independent, instead of
inexpensive.
5. Define file organization.
A file is organized logically as a sequence of records. These records are mapped on
to disk blocks. File are prided as a basic construct in operating system.
6. Define Hash indices?
Indices are based on the values being distributed uniformly across a
range
of buckets. The bucket to which a value is assigned is determined by a function
called hash function.
7. Define dense index?
An index record appears for every search-key value in the file. The
index
record contains the search-key value and pointer to the first data record with that
search key value.
8. Define sparse index?
An index record is created for only some of the calues.Each index record contains a search-key value
and a pointer to the first data record with that search-key value. To locate a record we find the index
entry with the largest search-key value that is less that or equal to the search-key value.
9. Differentiate between dense index and sparse index.
Dense index-An index record appears for every search-key value in the file.Spare index-An index
record appears for only some of the search-key values.
10. Explain B+ tree index structure?
The b+ tree index structure is the most widely used of several index Structures that maintain their
efficiency despite insertion and deletion of data. A B+ tree index takes the form of a balanced tree in
which ever path from the root of the tree to a leaf of the tree is the same length.
11. Define Static Hashing?
File organization based on the technique of hashing allow us to avoid accessing an index structure.
Hashing also provides a way of constructing indices.
www.studentsfocus.com
www.studentsfocus.com OUESTION BANK
www.studentsfocus.com
www.studentsfocus.com OUESTION BANK
www.studentsfocus.com