Functions of DBMS Flashcards

1
Q

DBMS stores definitions of the data elements and their relationships (metadata) in a data dictionary.

A

Dictionary Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The DBMS uses the data dictionary to look up the required data component structures and relationships which relieves you from coding such complex relationships in each program.

A

Dictionary Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

One of the DBMS functionality is creating and managing the complex structures required for data storage, thus relieving you from the difficult task of defining and programming the physical data characteristics.

A

Data Storage Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The DBMS transforms entered data in to required data structures.

A

Data Transformation and Presentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The DBMS creates a security system that enforces user security and data privacy. Security rules determine which users can access the database, which data items each user can access, and which data operations the user can perform.

A

Security Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This is especially important in multiuser database systems.

A

Security Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

To provide data integrity and data consistency, the DBMS uses sophisticated algorithms to ensure that multiple users can access the database concurrently without compromising the integrity of the database.

A

Multi User Access Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The DBMS provides backup and data recovery to ensure data safety and integrity. Recovery management deals with the recovery of the database after a failure, such as a bad sector in the disk or a power failure.

A

Backup and Recovery Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The DBMS promotes and enforces integrity rules, thus minimizing data redundancy and maximizing data consistency.

A

Data Integrity Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The DBMS provides data access through a query language.

A

Database Access Languages and Application Programming Interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It is a non -procedural language— one that lets the user specify what must be done without having to specify how it is to be done.

A

Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It is the de facto query language and data access standard supported by the majority of DBMS vendors.

A

Structured Query Language (SQL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SQL

A

Structured Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

End users can generate answers to queries by filling in screen forms through their preferred Web browser.

A

Database Communication Interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly