Chapter 8 - Components of a database system Flashcards

1
Q

is a collection of interrelated data that can be process by one or more application system

A

Database

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

is information that is set up for easy access, management and updating. Computer databases typically store aggregations of data records or files that contain information, such as sales transactions, customer data, financials and product information.

A

Database

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

Reasons why is it necessary to have centralized customer database

A

Data independence
Shareability and Non redundancy
Integrity
relatability
Access flexibility
Security
performance and efficiency
Administration and control

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

the application program or users is protected from changes in the way that data is organized, stored, and accessed.

A

Data independence

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

all qualified users are assured access to required data via database.

A

Shareability and Non redundancy

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

the accuracy of the data must be ensured

A

Integrity

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

a records contains of information about an individual. Just as the data items on a single record are related to one another.

A

relatability

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

being able to easily and efficiently access the data in variety ways suited to the needs of the users.

A

Access flexibility

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

the database must be protected against unauthorized or malicious access and actions.

A

Security

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

the system must function smoothly at a level of cost that is acceptable to users.

A

performance and efficiency

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

there must be centralized authority and responsibility for the management of the system.

A

Administration and control

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

Components of Database System

A

Data-base management system
Users
database administrator
directory
Database

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

-is the heart of the system
-is software handles the request for data and performs other functions for user and system administrator.

A

Data-base management system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • represents the all the Individuals or groups who have access to data.
    -users may access all or only a specific portion of data.
A

Users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • is the highly skilled technical specialist who acts as the main interface between the system and users.
    -is responsible for the technical performance of the system, cooperating with the major user groups, for defining the data needs of organization and specifying how the data is configured to meet those need.
A

database administrator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • catalog all the data on the database. it stores definition each of data entity in the database
  • it defines each item in terms of names, its length, and the form which is it stored.it stores data about relationship among data entities. (Data about data is called metadata) and also keeps track of a great deal of other data that enables users to access data quickly.
A

directory

17
Q
  • is a software system where the data are stored.
  • there are several types of true database system, and also system that predate actual database system. there are also application programs, especially spreadsheet that have some of functionality but actually are not databases.
A

Database

18
Q

3 primary types of database system

A

Hierarchical
Network
relational

19
Q
  • this database follows the progression of data being categorized in ranks or levels, wherein data is categorized based on a common point of linkage.
A

Hierarchical

20
Q
  • A database organized according to ownership of records, allowing records to have multiple owners and thus providing multiple access paths to the data.
A

Network

21
Q

In this database, every piece of information has a relationship with every other piece of information. This is on account of every data value in the database having a unique identity in the form of a record.

A

relational