Top 150+ Solved Advanced Database Management Systems (ADBMS) MCQ Questions Answer

From 76 to 90 of 112

Q. The DBMS processes queries in three phases; the first is ____.

a. parsing

b. analyzing

c. execution

d. fetching

  • a. parsing

Q. Generally, what will provide the best database client performance in terms of CPU speed?

a. single processor

b. multiple processors

c. the slowest processor

d. the fastest processor

  • d. the fastest processor

Q. Working with data in the data cache is many times faster than working with data in the data files because ____.

a. there is no network access involved

b. the DBMS doesn't have to wait for the hard disk to retrieve the data

c. the DBMS can optimize queries against the cache

d. the data cache contains only a few records from each table

  • b. the DBMS doesn't have to wait for the hard disk to retrieve the data

Q. When creating a database, in order to optimize performance, put high-usage tables intheir own ____.

a. data caches

b. data spaces

c. table caches

d. table spaces

  • d. table spaces

Q. Database statistics are stored in the system catalog in specially designated ____.

a. indexes

b. rows

c. table spaces

d. Tables

  • d. Tables

Q. The ____ is a shared, reserved memory area that stores the most recently accessed datablocks in RAM.

a. table space

b. extends

c. data cache

d. SQL cache

  • c. data cache

Q. Index ____ is a measure of how likely an index will be used in query processing.

a. statistics

b. connectivity

c. sparsity

d. selectivity

  • d. selectivity

Q. A(n) ____ is a logical grouping of several data files that store data with similar characteristics.

a. table space

b. extends

c. data cache

d. SQL cache

  • a. table space

Q. The majority of current database performance problems are related to ____.

a. not having enough memory on the database server

b. poorly written SQL code

c. improper use of table space

d. old statistics

  • b. poorly written SQL code

Q. Which type of entity represents a logical generalization whose actual occurrence is represented by a second, associated entity?

a. Supertype entity

b. Subtype entity

c. Archetype entity

d. Instance entity

  • c. Archetype entity

Q. Which of the following is the preferred way to recover a database after a transaction inprogress terminates abnormally?

a. Rollback

b. Rollforward

c. Switch to duplicate database

d. Reprocess transactions

  • a. Rollback

Q. Concurrency control is important for which of the following reasons?

a. To ensure data integrity when updates occur to the database in a multiuser environment

b. To ensure data integrity when updates occur to the database in a single-user environment

c. To ensure data integrity while reading data occurs to the database in a multiuser environment

d. To ensure data integrity while reading data occurs to the database in a single-user environment

  • a. To ensure data integrity when updates occur to the database in a multiuser environment

Q. The transaction log includes which of the following?

a. The before-image of a record

b. The after-image of a record

c. The before and after-image of a record

d. The essential data of the record

  • d. The essential data of the record
Subscribe Now

Get All Updates & News