REAL dbm chapter 1

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

what does data consist of?

raw facts that are not yet processed to reveal meaning to the end user

2
New cards

information results from...

processing raw data to reveal meaning

3
New cards

information should...

require context, be a bedrock of knowledge, be accurate/relevant/timely

4
New cards

what is the difference between data and information?

data consists of unprocessed facts whereas information is processed data

5
New cards

a database is....

a shared, integrated computer structure that stores data

6
New cards

difference between end-user data and metadata

end-user: raw facts of interest to end user

metadata: where end user data is integrated and managed

7
New cards

the database management system is...

a collection of programs that manages the db structure and controls access to data in the db

8
New cards

the role of the database management system is...

intermediary between the user and the database

9
New cards

advantages of the database management system

enables data to be shared

presents the end user w/ an integrated data view

more efficient data management

improves sharing/security/integrations/access/etc.

10
New cards

types of databases

single-user database (1 user at a time)

multi-user database (multiple users at a time)

11
New cards

the databases by location are...

centralized database (single site)

distributed database (across diff sites)

cloud database (uses cloud data services)

12
New cards

the databases by data type are...

general-purpose database (wide variety in multiple disciplines)

discipline-specific database (focused on specific subjects)

operational database (supports a company's daily operations)

13
New cards

what does an analytical database do?

stores historical data and business metrics used exclusively for tactical/strategic decision making

14
New cards

a data warehouse...

stores data in a format optimized for decision support

15
New cards

online analytical processing (OLAP) is...

tools for retrieving, processing, and modeling

data from the data warehouse

16
New cards

business intelligence...

captures and processes business data to generate information

that supports decision making

17
New cards

databases classified by structure...

unstructured data (exists in its raw state)

structured data (results from formatting)

semistructured data (processed to some exxtent)

18
New cards

extensible markup language (XML)...

represents data elements in textual format

19
New cards

why is database design important?

well-designed db:facilitates data mgmt and generates accurate and valuable information

poorly designed db: causes difficult-to-trace errors that may lead to poor decision making

20
New cards

manual file systems are....

accomplished thru a system of file folders and filing cabinets

21
New cards

computerised file systems...

are a computer-based system created to track data and produce

required reports

22
New cards

file system redux...

modern end-user productivity tools (including spreadsheet programs like excel)

23
New cards

flaws in file system data management include...

lengthy development times

difficulty of getting quick answers

complex system administration

lack of security and limited data sharing

extensive programming

24
New cards

structural dependence vs independence

dependence - access to a file depends on its structure

independence - structure is changed without affecting access to data

25
New cards

data dependence vs independence

dependence - data access changes when storage characteristics change

independence - storage characteristics are changed without affecting accessibility of data

26
New cards

the difference between logical and physical format is...

practical significance of data dependence

27
New cards

storing the same data at different places can lead to

islands of information

increased probability of having different versions of the same data

28
New cards

uncontrolled data redundancy can lead to...

poor data security

data inconsistency

data-entry errors

data integrity problems

29
New cards

the basic components of a database system are....

hardware

software

people

procedures

data

30
New cards

a database system is...

logically related data stored in a single logical data repository

31
New cards

the main functions of a database management system (DBMS) are...

data dictionary management

data storage management

data transformation and presentation

security management

multiuser access control

backup and recovery management

data integrity management

database communication interfaces

32
New cards

disadvantages of database systems

Increased costs

Management complexity

Maintaining currency

Vendor dependence

Frequent upgrade/replacement cycles

33
New cards

a query language...

lets the user specify what must be done without having to specify how

34
New cards

a structured query language (SQL) is...

the de facto query language and data access standard

supported by the majority of DBMS vendors