Lesson 1 Flashcards

(37 cards)

1
Q

Organized collection of logically
related data.

A

Database

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

Stored representations of
meaningful objects and events.

A

Data

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

Examples of this type of data are numbers, text, and dates

A

Structured Data

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

Examples of this type of data images, video, documents

A

Unstructured Data

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

Data processed to increase
knowledge of the person using the
data.

A

Information

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

Data that describes the properties
and context of user data.

A

Metadata

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

It helps users understand
data.

A

Context (Data in Context)

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

This turns data into
useful information that managers
can use for decision making and
interpretation.

A

Graphical Displays

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

Descriptions of the properties or
characteristics of the data, including data types, field sizes, allowable values, and data context.

A

Metadata and Constraints

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

Data that describe the properties or
characteristics of end-user data and
the context of that data.

A

Metadata

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

Describing the properties that are
typically described include data
names, definitions, length (or size,
and allowable values.

A

Metadata (2)

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

Describing data context include the
source of the data, where the data
are stored, ownership (or
stewardship), and usage.

A

Metadata (3)

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

Disadvantages of File Processing

A
  1. Program-Data Dependence
  2. Duplication of Data
  3. Limited Data Sharing
  4. Lengthy Development Times
  5. Excessive Program Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

All programs maintain metadata for each file they use.

A

Program-Data Dependence

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

Different systems/programs have separate copies of the same data.

A

Duplication of Data

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

No centralized control of data.

A

Limited Data Sharing

17
Q

Programmers must design their own file
formats.

A

Lengthy Development Times

18
Q

80% of information systems budget.

A

Excessive Program Maintenance

19
Q

Problem with Data Dependency

A
  • Each application programmer must
    maintain his/her own data.
  • Each application program needs to
    include code for the metadata of each
    file.
  • Each application program must have its
    own processing routines for reading,
    inserting, updating, and deleting data.
  • Lack of coordination and central control.
  • Non-standard file formats.
20
Q

Problem with Data Redundancy

A

● Waste of space to have duplicate data.
● Causes more maintenance headaches.
● The biggest problem:
○ Data changes in one file could cause
inconsistencies.
○ Compromises in data integrity.

21
Q

The Database Approach

A
  1. Central Repository of shared data.
  2. Data is managed by a controlling
    agent.
  3. Stored in a standardized, convenient
    form.
22
Q

A software system that is used to
create, maintain, and provide
controlled access to user databases.

It is a set of software tools that
control access, organize, store,
manage, retrieve and maintain data
in a database.

A

Database Management System (DBMS)

23
Q

Program-data independence

A

Advantages of Database Approach

24
Q

Planned data redundancy

A

Advantages of Database Approach

25
Improved data consistency
Advantages of Database Approach
26
Improved data sharing
Advantages of Database Approach
27
Increased application development productivity
Advantages of Database Approach
28
Enforcement of standards
Advantages of Database Approach
29
Improved data quality
Advantages of Database Approach
30
Improved data accessibility and responsiveness
Advantages of Database Approach
31
Reduced program maintenance
Advantages of Database Approach
32
Improved decision support
Advantages of Database Approach
33
New, specialized personnel.
Costs and Risks of Database Approach
34
Installation and management cost and complexity.
Costs and Risks of Database Approach
35
Conversion costs.
Costs and Risks of Database Approach
36
Need for explicit backup and recovery.
Costs and Risks of Database Approach
37
Organizational conflict on data definitions, formats and coding, and rights to update.
Costs and Risks of Database Approach