intro to databases Flashcards

(30 cards)

1
Q

decision support system

A

computer-based info system that uses data and models to help a user solve semi-structured or unstructured decision problems

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

structured problems

A

can write an algorithm, program is solved same way every time with the same answer every time

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

structured problems are not included in DSS because

A

a decision is not being made

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

unstructured problems

A

rare, most are semi structured

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

database

A

collection of interrelated data organized in such a way that it corresponds to the needs and structure of an organization and can be used by more than one person for more than one application

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

DBMS - meaning and enables?

A

database management system
- storage of data in database, retrieval of data, and control of database

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

data

A

raw facts that can be recorded and preserved

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

data management focuses on

A

proper generation, storage, and retrieval of data

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

information

A

result of processing raw data to reveal its meaning in a given context

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

key to good decision making

A

accurate, relevant, and timely information that provides a competitive advantage

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

history has used a

A

traditional file-based system

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

manual filing systems

A
  • individual files for each purpose
  • each business unit had its own file system
  • organized to facilitate the expected use of the data
  • data processing specialist required to retrieve data and run reports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

issues with file-based systems

A
  • data redundancy (different files contain same info)
  • isolation of data in separate systems
  • data inconsistency (address changed in one file only)
  • data anomalies (all changes may not be made successfully)
  • program-data dependency (definition of data is coded into application programs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

database systems

A

collection of programs that manages the database structure and controls access to data (security). makes data management more effective and efficient

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

data based systems provides access to

A

data via query language (SQL)

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

DBS makes it possible to

A

share data among multiple users/applications

17
Q

with DBS, end users have access to

A

more, better-managed data
- its possible to produce quick answers
- data inconsistencies recuced

18
Q

dbs promotes

A

integrated view of org’s operations

19
Q

advantages of database systems

A
  • minimal data redundancy
  • data consistency
  • integration of data
  • improved data sharing
  • enforcements of standards
  • ease of application development
  • uniform security, privacy, integrity
  • data independence from applications
20
Q

components of database system

A

hardware, software, people, procedures, data

21
Q

people

A

system administrators, database administrators, database designers, system analysts/programmers, end users

22
Q

system administrators

A

oversee general operations of entire system

23
Q

database administrators (DBAs)

24
Q

system analysts and programmers

A

design and implement application programs to use the data

25
databases can be classified according to
number of users, database locations, type of use
26
number of users
single-user, multiuser
27
multiuser
workgroup (50 or less) or enterprise databases
28
locations
centralized or distributed database
29
distributed database example
google search
30
type of use
operational DB, data warehouse