Data Storage Methods Flashcards

1
Q

Building blocks of information

A

Data

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

Produced by processing data; reveals the meaning of data

A

Information

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

Shared, integrated computer structure

A

Database

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

Two types of data

A

End user data

Metadata

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

Main data

A

End user data

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

Data about data

A

Metadata

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

Manages Database Structure
Controls access to data
Contains query language

A

Database Management System (DBMS)

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

Good at storage and easy to access

A

Database

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

Good at calculation

A

Excel

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

Has storage capacity limitation

A

Excel

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

Better when parts of the data needs to be updated

A

DB

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

Importance of DBMS (5)

A

Makes data management more efficient and effective

Query language allows quick answers to ad hoc queries

Provides better access to more and better-managed data

Promotes integrated view of organization’s operations

Reduces the probability of inconsistent data

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

Importance of good design (2)

A

Poor design results in unwanted data redundancy

Poor design generates errors leading to bad decisions

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

Focus on principles and concepts of database design; importance of logical design

A

Practical approach

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

Raw facts

A

Data

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

Group of characters with specific meaning

A

Field/Attribute (column header)

17
Q

Logically connected fields that describe a person, place or thing

A

Record/Row/Tuple

18
Q

Collection of related records

A

Table

19
Q

Entity/relation

A

Table

20
Q

Field/attribute

A

Column

21
Q

Record/instance

A

Row

22
Q

Stores data in several tables that are connected to each other

A

Relational Database Model

23
Q

Relational Database Model (3)

A

Perceived by user as a collection of tables for data storage

Tables are a series of row/column intersections

Tables related by sharing common entity characteristic(s)

24
Q

A column or several columns in the table, which uniquely identify each record in that table; there must be one and only one in each table

A

Primary key

25
Q

A column or several columns in a table, which are in then a PK in some other table; there may be more than one or none in a table

A

Foreign key

26
Q

Primary key placed in another table is a

A

Foreign key

27
Q

Database design requirements (3)

A

Store all data
Avoid redundant storage of data
Preserve the relationships between data

28
Q

How do we minimize data redundancy?

A

Primary Key

29
Q

How do we preserve relationships

A

Foreign Keys