πŸ—„οΈ

Database Management System MCQs

749+ questions with answers

351

The _________ is the fastest and most costly form of storage, which is relatively small; its use is managed by the computer system hardware.

a Cache
b Disk
c Main memory
d Flash memory
Medium
View Details β†’
352

Which of the following stores several gigabytes of data but usually lost when power failure?

a Flash memory
b Disk
c Main memory
d Secondary memory
Medium
View Details β†’
353

The flash memory storage used are

a NOR Flash
b OR Flash
c AND Flash
d All of the mentioned
Medium
View Details β†’
354

__________ is increasingly being used in server systems to improve performance by caching frequently used data, since it provides faster access than disk, with larger storage capacity than main memory.

a Flash memory
b Disk
c Main memory
d Secondary memory
Medium
View Details β†’
355

Which is the cheapest memory device in terms of costs/ bit?

a Semiconductor memory
b Magnetic disks
c Compact disks
d Magnetic tapes
Medium
View Details β†’
356

Optical disk _______ systems contain a few drives and numerous disks that can be loaded into one of the drives automatically (by a robot arm) on demand.

a Tape Storage
b Jukebox
c Flash memory
d All of the mentioned
Medium
View Details β†’
357

There are β€œrecord-once” versions of the compact disk and digital video disk, which can be written only once; such disks are also called __________ disks.

a Write-once, read-many (WORM)
b CD-R
c DVD-W
d CD-ROM
Medium
View Details β†’
358

Tape storage is referred to as __________ storage.

a Direct-access
b Random-access
c Sequential-access
d All of the mentioned
Medium
View Details β†’
359

In magnetic disk ________ stores information on a sector magnetically as reversals of the direction of magnetization of the magnetic material.

a Read–write head
b Read-assemble head
c Head–disk assemblies
d Disk arm
Medium
View Details β†’
360

A __________ is the smallest unit of information that can be read from or written to the disk.

a Track
b Spindle
c Sector
d Platter
Medium
View Details β†’
361

The disk platters mounted on a spindle and the heads mounted on a disk arm are together known as ___________

a Read-disk assemblies
b Head–disk assemblies
c Head-write assemblies
d Read-read assemblies
Medium
View Details β†’
362

The disk controller uses ________ at each sector to ensure that the data is not corrupted on data retrieval.

a Checksum
b Unit drive
c Read disk
d Readsum
Medium
View Details β†’
363

_________ is the time from when a read or write request is issued to when data transfer begins.

a Access time
b Average seek time
c Seek time
d Rotational latency time
Medium
View Details β†’
364

The time for repositioning the arm is called the ________ and it increases with the distance that the arm must move.

a Access time
b Average seek time
c Seek time
d Rotational latency time
Medium
View Details β†’
365

Once the head has reached the desired track, the time spent waiting for the sector to be accessed to appear under the head is called the _______________

a Access time
b Average seek time
c Seek time
d Rotational latency time
Medium
View Details β†’
366

In Flash memory, the erase operation can be performed on a number of pages, called an _______ at once, and takes about 1 to 2 milliseconds.

a Delete block
b Erase block
c Flash block
d Read block
Medium
View Details β†’
367

Hybrid disk drives are hard-disk systems that combine magnetic storage with a smaller amount of flash memory, which is used as a cache for frequently accessed data.

a Hybrid drivers
b Disk drivers
c Hybrid disk drivers
d All of the mentioned
Medium
View Details β†’
368

Which level of RAID refers to disk mirroring with block striping?

a RAID level 1
b RAID level 2
c RAID level 0
d RAID level 3
Medium
View Details β†’
369

Optical disk technology uses

a Helical scanning
b DAT
c A laser beam
d RAID
Medium
View Details β†’
370

With multiple disks, we can improve the transfer rate as well by ___________ data across multiple disks.

a Striping
b Dividing
c Mirroring
d Dividing
Medium
View Details β†’
371

Which one of the following is a Stripping technique?

a Byte level stripping
b Raid level stripping
c Disk level stripping
d Block level stripping
Medium
View Details β†’
372

The RAID level which mirroring is done along with stripping is

a RAID 1+0
b RAID 0
c RAID 2
d Both RAID 1+0 and RAID 0
Medium
View Details β†’
373

Where performance and reliability are both important, RAID level ____ is used.

a 0
b 1
c 2
d 0+1
Medium
View Details β†’
374

Hardware RAID implementations permit _________ that is, faulty disks can be removed and replaced by new ones without turning power off.

a Scrapping
b Swapping
c Hot swapping
d None of the mentioned
Medium
View Details β†’
375

___________ is popular for applications such as storage of log files in a database system since it offers the best write performance.

a RAID level 1
b RAID level 2
c RAID level 0
d RAID level 3
Medium
View Details β†’
376

______________ which increases the number of I/O operations needed to write a single logical block, pays a significant time penalty in terms of write performance.

a RAID level 1
b RAID level 2
c RAID level 5
d RAID level 3
Medium
View Details β†’
377

Tertiary storage is built with :

a a lot of money
b unremovable media
c removable media
d secondary storage
Medium
View Details β†’
378

Operating system is responsible for

a disk initialization
b booting from disk
c bad-bock recovery
d all of the mentioned
Medium
View Details β†’
379

A typical tape drive is ________ a typical disk drive.

a more expensive than
b cheaper than
c of the same cost as
d none of the mentioned
Medium
View Details β†’
380

During recovery from a failure

a each pair of physical block is examined
b specified pair of physical block is examined
c first pair of physical block is examined
d none of the mentioned
Medium
View Details β†’
381

A magneto-optic disk is :

a primary storage
b secondary storage
c tertiary storage
d none of the mentioned
Medium
View Details β†’
382

Which of the following are the process of selecting the data storage and data access characteristics of the database?

a Logical database design
b Physical database design
c Testing and performance tuning
d Evaluation and selecting
Medium
View Details β†’
383

Which of the following is the oldest database model?

a Relational
b Hierarchical
c Physical
d Network
Medium
View Details β†’
384

The surface area of a tape is ________ the surface area of a disk.

a much lesser than
b much larger than
c equal to
d none of the mentioned
Medium
View Details β†’
385

Which one of the following is not a secondary storage?

a magnetic disks
b magnetic tapes
c ram
d none of the mentioned
Medium
View Details β†’
386

Which level of RAID refers to disk mirroring with block striping?

a RAID level 1
b RAID level 2
c RAID level 0
d RAID level 3
Medium
View Details β†’
387

A unit of storage that can store one or more records in a hash file organization is denoted as

a Buckets
b Disk pages
c Blocks
d Nodes
Medium
View Details β†’
388

The file organization which allows us to read records that would satisfy the join condition by using one block read is

a Heap file organization
b Sequential file organization
c Clustering file organization
d Hash file organization
Medium
View Details β†’
389

What are the correct features of a distributed database?

a Is always connected to the internet
b Always requires more than three machines
c Users see the data in one global schema.
d Have to specify the physical location of the data when an update is done
Medium
View Details β†’
390

Each tablespace in an Oracle database consists of one or more files called

a Files
b name space
c datafiles
d PFILE
Medium
View Details β†’
391

The management information system (MIS) structure with one main computer system is called a

a Hierarchical MIS structure
b Distributed MIS structure
c Centralized MIS structure
d Decentralized MIS structure
Medium
View Details β†’
392

Choose the RDBMS which supports full fledged client server application development

a dBase V
b Oracle 7.1
c FoxPro 2.1
d Ingress
Medium
View Details β†’
393

One approach to standardization storing of data?

a MIS
b Structured programming
c CODASYL specification
d None of the mentioned
Medium
View Details β†’
394

The highest level in the hierarchy of data organization is called

a Data bank
b Data base
c Data file
d Data record
Medium
View Details β†’
395

If a piece of data is stored in two places in the database, then

a Storage space is wasted
b Changing the data in one spot will cause data inconsistency
c In can be more easily accessed
d Storage space is wasted & Changing the data in one spot will cause data inconsistency
Medium
View Details β†’
396

An audit trail ___________

a Is used to make backup copies
b Is the recorded history of operations performed on a file
c Can be used to restore lost information
d None of the mentioned
Medium
View Details β†’
397

Large collection of files are called ____________

a Fields
b Records
c Database
d Sectors
Medium
View Details β†’
398

Which of the following hardware component is the most important to the operation of a database management system?

a High resolution video display
b Printer
c High speed, large capacity disk
d Mouse
Medium
View Details β†’
399

Which of the following is not true of the traditional approach to information processing

a There is common sharing of data among the various applications
b It is file oriented
c Programs are dependent on the file
d It is inflexible
Medium
View Details β†’
400

Which of these is not a feature of Hierarchical model?

a Organizes the data in tree-like structure
b Parent node can have any number of child nodes
c Root node does not have any parent
d Child node can have any number of parent nodes
Medium
View Details β†’