DATABASE MANAGEMENT SYSTEM Flashcards

1
Q

It is most often associated with so-called legacy systems and under this approach, data processing is by standalone applications rather than integrated systems.

A

Flat-file approach

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

In this type of situation, the organization incurs costs of multiple collections and storage procedures.

A

Data storage

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

Any changes in the records of one (1) department will not be automatically visible in other departments.

A

Data updating

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

In contrast to the problem of performing multiple updates is the problem of failing to update the file of all users affected by a change.

A

Currency of information

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

The user’s inability to obtain
additional information as his/her needs change.

A

Task-data dependency

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

Each data element is stored only once, eliminating data redundancy and reducing storage costs.

A

No data redundancy

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

This reduces the time and cost of keeping the database current.

A

Single update

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

A change any user makes to the database yields current data values for all other users

A

Current values

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

Users can access the full data domain available to the firm.

A

Task data independence

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

It is a software for creating and managing databases. It provides users and programmers a systematic way to create, retrieve, update, and manage data.

A

Database management system (DMS)

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

They are the first element of a database environment.

A

Users

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

These programs send data access requests (calls) to the DBMS, which validates the requests and retrieves the data for processing.

A

User application program

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

DBMS has a built-in query facility that allows authorized users to process data independently of professional programmers.

A

Direct query

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

It is considered the second element of a database environment and It provides a controlled environment to assist (or prevent) user access to the database and efficiently manage the data resource.

A

Database management system

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

This third element is responsible for the installation, configuration, upgrade, administration, monitoring, and maintenance of databases in an organization.

A

Database Administrator (DBA)

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

This fourth element of the database environment is considered the lowest level of the database, which serves as a collection of records and files.

A

Physical database

17
Q

It is a database that stores data in a structured format using
rows and columns.

A

Relational database management system (RDBMS)

18
Q

It corresponds to a row of a table and an attribute or field to a column.

A

Tuple

19
Q

It composed of fields (attributes) and tuples.

A

Relation

20
Q

It is a key field that serves as the unique identifier of a specific tuple in a relation.

A

Primary key

21
Q

It is a field in one table whose values are constrained to be values of the primary key in another table.

A

Foreign key

22
Q

This includes user interviews and other techniques to determine what
users do and what information they need to support their tasks.

A

Identify the views to be modeled

23
Q

This involves creating and populating the physical tables with data. It is
an involved step that must be carefully planned and executed.

A

Construct the physical database

24
Q

The normalized tables should be rich enough to support the views of all users of the system being modeled.

A

Prepare the user views

25
Q

Each database is independent and functions on its own.

A

Autonomous

26
Q

Data is distributed across the homogeneous nodes, and a central or master DBMS coordinates data updates across the sites.

A

Non-autonomous

27
Q

Heterogeneous database systems are independent and integrated to function as a single database system.

A

Federated

28
Q

Database systems employ a central coordinating module to access the databases.

A

Un-federated