CS3-CHAP4 DATA AND DATABASES Flashcards

1
Q

Data warehouse:

A

Large scale electronic repository of data that contains and organizes all the data related to an organization in one place.

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

Data mart:

A

Small slices of data warehouse used in single department or by specific employee group to meet the particular demands of a specific group of users within the organization.

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

Data warehouses or marts are WHAT ONLY?

A

READ

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

Data mining:

A

process by which great amount of data are analyzed and investigated to spot customer trends. Is a process used by companies to turn raw data into useful information. By using software to look for patterns in large batches of data, businesses can learn more about their customers and develop more effective marketing strategies as well as increase sales and decrease costs.

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

Office Support System (OSS)

A

designed to improve communications and assist employees in accomplishing their daily task, such as Microsoft Office

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

Transaction Processing Systems (TPS)

A

keeps track of everyday business activities

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

Management Information System (MIS)

A

provides timely and accurate information that enables manager to make critical decisions

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

Decision Support System (DSS)

A

(DSS)

Designed to help manager develop solutions for specific problems

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

Enterprise Resource Planning System (ERP)

A

Broad-based software system that integrates multiple data sources and ties together the various processes of an enterprise

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

PRO AND CONS OF EXCEL DBMS

A

Only using one table or many unrelated tables

 Needs heavy computations  Needs charting
 Limited search operations

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

EVERYDAY USESAGE OF DATA BASES

A

You logged in to this computer; You emailed a friend;
You searched for a topic;
You purchased grocery;

You called your parents; You put gas in your vehicle; And many more…

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

WHAT IS A DATABASE

A

Collection of related data that is stored in a computer system

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

WHAT THE PROCESS OF A DATABASE

A

Easily stored, sorted, organized, and queried

Turn data into Information

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

DATABASE ADVANTAGES

A

Store and retrieve large quantities of information • Enable information sharing
• Provide data centralization
• Promote data integrity

• Allow flexible use of data

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

DATABASE DISADVANTAGES

A

Complex to build and maintained

Time consuming • Expensive
• Privacyconcerns

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

WHAT IS REALATIONAL DATABASE?

A

Organizes data in two-dimensional tables, rows and columns, format by logically grouping similar data in a relation

17
Q

OBJECT ORIENTED DATABASE?

A

Storesdatainobjectsrather

than in tables

18
Q

MULTIDIMENSIONAL DATABASE?

A

Stores data in more than two dimensions

19
Q

WHAT IS A FEILD?

A

A piece of information, such as:

Last name
 Address
 Phone number

 A quantity  A Picture

20
Q

WHAT IS A RECORD?

A

A group of related fields, such as

A car’s make, color, model, price, mileage, etc.

Bank account record: person’s name, address, phone#, account number, balance, etc.

21
Q

WHAT ARE TABLES?

A

A group of related records, such as

Address table  Products table  Students table

22
Q

DATA TYPE:

LOOKUP WIZARD

ACCESS

A

EXAMPLE LOOK UP A state name from one 50 statesFROM WITHING THE DATABASE

23
Q

DATA TYPE:

TEXT?

A

Alphabetic or alphanumeric data

24
Q

DATA TYPES

BOOLEAN?

A

Yes/No values

EXAMPLE :Married?

25
Q

DATA TYPE:

OBJECT

A

Multimedia files or documents

26
Q

There are certain field types which seems to be numeric,

but they really are text, such as:

A

Phone number

Room number

Social security number

Account number

Student ID

27
Q

What is criteria to choose a text type or numeric?

A

If the field is used for counting and/or in calculations, you have to use numeric, otherwise you must use text.

28
Q

ARE NUMBERS INCLUDED IN TEXT AND BLANK?

A

Remember: text always includes numbers (0-9, as symbols), but these number are not involved in calculations or counting.

29
Q

(DBMS) Operations

RE: ACCESS

A

 Create fields: name of field, type of field, length of field

 Creates records: specify fields specify primary key

 Enter values for records

30
Q

DBMS

Validate data:

A

process of ensuring that data entered into the database is correct (or at least reasonable) and complete

31
Q

VALIDATION RUKLES (DBMS)

A

Range check (within a check)

 Completeness check (required fields are filled)

 Consistency check (such as hiring date is after birth date)

 Alphabetic/numeric checks (text only, numbers only

32
Q

DBMS DATA VALIDATION:

A

a crucial part of any database system

 Some simple validations are supported

automatically by Access
 A non-numeric value is entered to a field which is

integer by definition.

 More Sophisticated validation are implemented by user

33
Q

• Garbage In, Garbage Out (GIGO)

A

no system can produce valid output from invalid input

34
Q

RELATINAL DATABASE OPERATIONS

A

Data are organized into tables

Relationships are links between tables with related data

Common fields need to exist between tables

35
Q

(DBMS)

TYPES of relationship:

Many-to-many:

A

for each record in first table, there are many record related records in second table, and conversely meaning for each record in the second table there are many related records in first table

36
Q

(DBMS)

TYPES of relationship:

One-to-many:

A

or each record in a table there is many related record in a related table (many means: 0, 1, or more)

37
Q

(DBMS)

TYPES of relationship:

One-to-one:

A

One-to-one: for each record in a table there is only one corresponding record in a related table

38
Q

DBMS Primary key:

A

A field that has a unique value for each record, such as:

 Student ID in a college
 California ID (driving license number) in California

Two tables are related by primary key and foreign key

39
Q

DBMS Normalization:

A

reduce redundancy in a database and improve data integrity AND each piece of information is stored in one place