INTRO RO DATABASW Flashcards

(20 cards)

1
Q

What is a Database?

A

A database is a collection of organized data, information, and records.

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

What is the purpose of a Database?

A

Database is information that a person needs in their personal, business, social, and religious life. The power and purpose of information are not only in collecting and finding them but more importantly in using them.

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

What are the kinds of databases?

A
  1. Structured database
  2. Free-form database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Structured database?

A

It is also called the structured data in which a record or file of information arranged in uniform format. These databases are usually storage of information with similar entries such as a list of persons born in a
country, a medical database of patients’ data, an inventory database of a company and many others.

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

What is a Free-form database?

A

It is a loose collection of information, such as those you will find on the World Wide Web. A collection of your documents in the computer made from several programs can be considered as free-form database.

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

What are the types of databases?

A
  1. Operational database
  2. Analytical database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an Operational database?

A

It is a dynamic database that is used by any organization in its day-to-day operation. They are used to collect data, maintain, modify and delete data.

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

What is an Analytical database?

A

It is a static database, where data is rarely modified.
This database is often used to store and track historical data to make long term projections and analysis.

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

What are Structured Database Models?

A

Different models of databases help organize and store data efficiently.

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

What is the Hierarchical Model?

A

This model can be visualized as a parent -child relationship wherein a child may only have one parent but parent can have several other
chllaren.

Another way of looking at this model is by visualizing an inverted tree. The single table acts as the root of the inverted tree and the other tables act as branches.

To access the data from one of the tables, one has to pass through the root table. This model was popular in the many IBM Information Management Systems in the 1970s using mainframe computers.

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

How does the Hierarchical Model access data?

A

To access data from one of the tables, one has to pass through the root table.

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

What is the Network Model?

A

This model was developed to address in part the problems of the hierarchical model. As with heirarchical model, it could be visualized as an inverted tree; however, this model allows many inverted tress sharing branches but are still part of the same database structure.

As with the parent-child model, the child is allowed to have multiple parents. Unlike in the heirarchical model access data begins from the root table.

In the network model, it allows access of data from any table. This model was eventually replaced by the relational database model.

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

How does the Network Model differ from the Hierarchical Model?

A

In the Network Model, the child is allowed to have multiple parents.

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

What is the Relational Model?

A

Developed by Dr. E.F. Codd, it consists of tables, which are collections of rows and columns.

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

What are attributes and domains in the Relational Model?

A

Attributes are the names given to each column, and domains represent the possible values of attributes.

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

What is the Entity-Relationship Model?

A

An abstract and conceptual representation of data written by Peter Chen in 1976.

17
Q

What is the Dimensional Model?

A

A specialized adaptation of the relational model used to represent data in data warehouses.

18
Q

What is the Object-Relational Model?

A

A model that utilizes the relational model as well as the object-oriented programming paradigm.

19
Q

What is RDBMS?

A

RDBMS is designed to create, maintain, manipulate, modify, and delete information in a relational database.

20
Q

What is the significance of RDBMS?

A

Modern databases utilize the relational database model, and many of today’s software caters to this type of structured database.