Week 1 Flashcards

1
Q

Examples of Database Application

A

Purchases from the supermarket
Purchases using your credit card
Booking a holiday at the travel agents
Using the local library
Taking out insurance
Renting a video
Using the Internet
Studying at university

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

File-based systems

A

Collection of application programs that perform services for the end users (e.g. reports).

Each program defines and manages its own data.

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

Limitations of File-Based Approach

A

Separation and isolation of data
Duplication of data
Data dependence
Incompatible file formats
Fixed Queries/Proliferation of application programs

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

Limitations of File-Based Approach

A

Separation and isolation of data
Duplication of data
Data dependence
Incompatible file formats
Fixed Queries/Proliferation of application programs

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

Database Approach

A

Arose because:
Definition of data was embedded in application programs, rather than being stored separately and independently.
No control over access and manipulation of data beyond that imposed by application programs.

Result:
the database and Database Management System (DBMS).

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

Database Approach

A

Arose because:
Definition of data was embedded in application programs, rather than being stored separately and independently.
No control over access and manipulation of data beyond that imposed by application programs.

Result:
the database and Database Management System (DBMS).

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

Database

A

Shared collection of logically related data (and a description of this data), designed to meet the information needs of an organization.

System catalog (metadata) provides description of data to enable program–data independence.

Logically related data comprises entities, attributes, and relationships of an organization’s information.

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

Database Management System (DBMS)

A

A software system that enables users to define, create, maintain, and control access to the database.

(Database) application program: a computer program that interacts with database by issuing an appropriate request (SQL statement) to the DBMS.

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

Database Approach

Permits specification of data types, structures and any data constraints.
All specifications are stored in the database.

A

Data definition language (DDL).

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

Database Approach

General enquiry facility (query language) of the data.

A

Data manipulation language (DML).

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

Database Approach

A

Data definition language (DDL)
Data manipulation language (DML)

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

Database Approach

A

Data definition language (DDL)
Data manipulation language (DML)

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

Allows each user to have his or her own _____ of the database.

A _____ is essentially some subset of the database.

A

view

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

Allows each user to have his or her own _____ of the database.

A _____ is essentially some subset of the database.

A

view

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

Benefits of view

A

Reduce complexity
Provide a level of security
Provide a mechanism to customize the appearance of the database
Present a consistent, unchanging picture of the structure of the database, even if the underlying database is changed

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

Components of DBMS Environment

A

Hardware -machine
Software -machine
Data -bridge
Procedures -human
People-human

17
Q

Used by the organization and a description of this data called the schema.

A

data

18
Q

Roles in the Database Environment

A

Data Administrator (DA)
Database Administrator (DBA)
Database Designers (Logical and Physical)
Application Programmers
End Users (naive and sophisticated)

19
Q

History of Database Systems

A

First-generation
Hierarchical and Network

Second generation
Relational

Third generation
Object-Relational
Object-Oriented

20
Q

Hierarchical and Network

A

First-generation

21
Q

Relational

A

Second generation

22
Q

Object-Relational
Object-Oriented

A

Third generation

23
Q

Advantages of DBMSs

A

Control of data redundancy
Data consistency
More information from the same amount of data
Sharing of data
Improved data integrity
Improved security
Enforcement of standards
Economy of scale
Balance conflicting requirements
Improved data accessibility and responsiveness
Increased productivity
Improved maintenance through data independence
Increased concurrency
Improved backup and recovery services

24
Q
A

Balance conflicting requirements
Improved data accessibility and responsiveness
Increased productivity
Improved maintenance through data independence
Increased concurrency
Improved backup and recovery services