Exam One Flashcards

1
Q

according to a McKinsey Global Institute Report, in 2010 alone, global enterprises stored more than

A

7 million exabytes of data

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

program-data independence, planned data redundancy, improved data consistency, improved data sharing, increased productivity of application development, enforcement of standards, improved data quality, improved data accessibility and responsiveness, reduced program maintenance, improved decision support

A

advantages of database approach

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

legacy systems contain what data and are hosted where

A

poor, mainframes

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

proof of concept time

A

1960s

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

creating, updating, storing, and retrieving data from a database

A

primary purposes of a database management system

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

iterative process of system development in which requirements are converted to a working system that is continuously revised between analysts and users

A

prototyping

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

individuals and interactions over processes and tools, working software over comprehensive documentation, customer collaboration over contract negotiation, responding to change over following a plan

A

agile software development

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

database that supports one user

A

personal database

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

database that can include ERP

A

enterprise applications

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

database that is multi-tiered client/server

A

departmental database

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

failure to implement a strong database administrative function

A

most common source of database failures in organizations

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

new specialized personnel, installation and management cost and complexity, conversion costs, need for explicit backup and recovery, organizational conflict

A

costs and risks of database approach

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

software system that enables the use of a database approach

A

database management system

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

organized collection of logically related data

A

database

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

stored representation of objects and events that have meaning and importance in the user’s environment

A

data

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

data that has been processed in such a way that the knowledge of the person who uses the data is increased

A

information

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

data that describes properties or characteristics of data

A

metadata

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

application program that is used to perform a series of database activities on behalf of database users

A

database applications

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

program-data dependence, duplication of data, limited data sharing, lengthy development times, excessive program maintenance

A

disadvantages of file processing systems

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

graphical systems used to capture the nature and relationships among data

A

data models

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

a person, place, object, event, or concept in the business environment

A

entity

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

establish the relationships between entities by means of common fields included in a logical structure called a relation

A

relational database

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

detailed, well-planned development process, long, time-consuming but comprehensive, process measured by milestones

A

system development life cycle

24
Q

faster and more adaptive, especially when DB is in place already, embeds customer within the development process/collaboration

A

rapid application development

25
user views, can be determined from business
external schema
26
schema of developing entities
conceptual schema
27
logical and physical schemas, inside of DB
internal schema
28
detailed, logical representation of the data for a business
entity-relationship model
29
statement that defines or constrains some aspect of the business
business rule
30
declarative, precise, atomic, consistent, expressible, distinct, business-oriented
what business rules are
31
collection of entities that share common properties or characteristics
entity type
32
single occurrence of an entity type
entity instance
33
attribute or combination of attributes that uniquely distinguishes each occurrence
identifier
34
property or characteristics of an entity type that is of interest to the business
attribute
35
meaningful association between or among entity type
relationship type
36
association between or among entity instances, each relationship instance associates exactly one entity instances from each participating entity type
relationship instance
37
entity type that associates the instances of one or more entity types
associative entity
38
number of instances of an entity that can or must be associated with each instance of another entity
cardinality constraint
39
number of entity types that participate in a relationship
degree
40
creating, updating, removing data
what business policies and rules govern
41
business characteristics, meaningful, unique, readable, composed of words taken from an approved list, repeatable, standard syntax
what data names should be
42
subgrouping of the entities in an entity type that is meaningful to a business
subtype
43
generic entity type that has a relationship with one or more subtypes
supertype
44
property by which subtype entities inherit values of all attributes and instance of all relationships of the supertype
attribute inheritance
45
process of defining a more general entity type from a set of more specialized entity types, bottom-up
generalization
46
process of defining one or more subtypes of the supertype and forming supertype/subtype relationships, top-down
specialization
47
addresses supertype/subtype relationship
completeness constraint
48
each entity instances of the supertype must be a member of some subtype in the relationship
total specialization
49
an entity instances of the supertype is allowed to not belong to any subtype
partial specialization
50
addresses whether an instance of a supertype may simultaneously be a member of two or more subtypes
disjointedness constraint
51
if an entity instances (supertype) is a member of one subtype, it cannot simultaneously be a member of any other subtype
disjoint rule
51
attribute of a supertype whose values determine target subtype
subtype discriminator
51
an entity instance can simultaneously be a member of two or more subtypes
overlap rule
52
data descriptions being written into programming code
what program-data dependence is caused by
52
a good data definition will describe all of the characteristics of a data object EXCEPT
who can delete data
52
hierarchical arrangement of supertype and subtypes, where each subtype has only one supertype
supertype/subtype hierarchy