Quiz 1 Flashcards

1
Q

What is Data

A

Raw facts

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

What is information?

A

the result of processing raw data to reveal its meaning

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

what is Knowledge

A

familiarity awareness and understanding of information

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

a discipline that focuses on properly generating storage and retrieval of data

A

Data management

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

a shared integrated computer structure that stores a collection of End-user-data and meta data

A

Database

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

Meta data

A

data about data

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

DBMS

A

Database management system

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

data inconsistency

A

when different versions of the same data appear in different places

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

Query

A

specific request

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

ad hoc query

A

spur of the moment question

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

query result set

A

what the dbms sends back

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

Data Quality

A

a comprehensive approach to promoting accuracy validity and timeliness of data

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

Single-user data base

A

supports one user

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

runs on personal computer

A

desktop database

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

multiuser data base

A

Supports multiple users at the same time

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

workgroup database

A

small number of users less then 50

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

enterprise database

A

more then 50 users

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

centralized database

A

data located at a single site

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

distributed database

A

data distributed across several different sites

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

general-purpose databases

A

contain a wide variety of data used in multiple diciplines

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

discipline-specific databases

A

contain data focused on specific subject areas

22
Q

operational database

A

supports a company’s day to day transactions

23
Q

operational databases are also known as

A

Online transactions processing (oltp), transaction, production database

24
Q

analytical databases

A

focus on storing historical data

25
Data warehouse
stores data in a format optimized for decision making
26
Set of tools that provide advanced data analysis
OLAP online analytical processing
27
Business intelligence
approach to capture and process business data to help support business decisions
28
data that exist in raw state
Unstructured data
29
result of formating unstructured data to facilitate storaage
Structured data
30
semistructured data
some structuring has been done
31
special language used to manipulate data elements in a textual format
Markup Language XML
32
supports the storage and management of semistructured xml data
XML database
33
Social Media
anywhere anytime access style database
34
Not only SQL
NoSQL
35
focus on design of database
database design
36
access to a file is dependent on its structure
Structural dependence
37
You can change the file structure without affecting the application
Structural independence
38
exists when you can change the data storage characteristics with out afftecting the programs ability to access the data
data independence
39
When you cant change data storage characteristics and still access the data
Data dependence
40
How the human views the data
Logical data format
41
how the computer must work with the data
Physical data format
42
Scattered locations of information
Islands of information
43
keeping data in more then one place
Data redundancy
44
when required changes in redundant data are not successful
Data anomaly
45
organization of components that define and regulate the collection, storage management and use of data withing a database environment
Database System
46
Used to look up required data component structures and relationships
Data dictionary
47
relates to activities that make the database perform more effciently
Performance Tuning
48
Nonprocedural language, lets the user specify what must be done without having to specify how
Query language
49
SQL structured query language
de facto language of most dbms
50
Loose coupling
Keeping the database separate from the application(dbms)