Ch 2- Brooke. *Done* Flashcards

1
Q

MS Access

A

a basic database management system (DBMS)

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

Database management systems (DBMS)

A

provide the capability to integrate HR data and link this data with other data essential to the operations of a business. A set of software applications combined with a database. Turns data into an organizational resource

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

Knowledge

A

information that has been given meaning. “how”, not what and why

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

Information

A

interpretation of data

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

Data

A

lifeblood of an organization. The facts of transactions that occur on a daily basis

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

Database

A

a permanent, self-descriptive store or interrelated data items that can be process by one ore more business applications

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

Self-descriptive

A

the database knows about the characteristics of the data

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

Interrelated

A

there are links between different sets of data in the database

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

Main functions of a DBMS

A

to create the database; insert, read, update, and delete database data; maintain data integrity; prevent data from being lost by providing backup and recovery capabilities

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

Transaction processing systems

A

consist of a set or one or more computer programs that serve as a intermediary between the user and the DBMS while providing the functions or tasks that user wants performed

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

File-oriented data structures

A

Tradition and early DBMS. Performed record-keeping functions that mimicked existing manual procedures. Goal was not on data sharing among different business applications and users.

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

File-oriented data structures shortcomings

A

data redundancy, poor data control, inadequate data manipulation capabilities, excessive programming effort, no easy way to link information

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

File-oriented data structures strengths

A

Good at specialized transaction processing

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

Hierarchical and network database systems

A

Came after file-oriented data structures. Relationships between different records were explicitly maintained. Relationships were created based on where the data were stored.

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

Hierarchical and network database systems shortcomings

A

Only the very knowledgeable technical staff could effectively interact with the database. Required excessive programming effort and suffered from inadequate data manipulation capabilities if the program was poorly designed.

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

Hierarchical and network database systems strengths

A

Addressed many problems associated with older DBMS.

17
Q

Relational database

A

Codd. Retrieval of data from different tables is based on logical relationships built into the table structures

18
Q

Relational database strengths

A

Make feasible the creation of a query capability that is much more accessible to end users who generally have limited programmed experience. Also allowed for relationships to be easily built among all the entities in the organization

19
Q

Three types of data sharing

A

between functional units, management levels, and across geographically dispersed locations

20
Q

Enterprise resource planning applications

A

a set of integrated database applications, or modules, that carry out the most common business functions, including HR, accounts receivable, etc. ERP modules are integrated, primarily through a common set of definitions and a common database

21
Q

Decision support systems

A

assist senior managers and business professionals in making business decisions. Made up from data warehouses, which represent aggregated data collected from various databases available to a business

22
Q

Two issues when data are shared worldwide

A

managing the day/time of a transaction, and determining where to store the various components of the business application, DBMS, and database

23
Q

Benefits of a centralized database

A

allows a company to confine its data to a single location, and therefore more easily control data integrity, updating, backup, query, and control access to the database

24
Q

Entities

A

things such as employees, jobs, promotional transactions, etc. both physical things such as desks and conceptual things such as bank accounts. made up of attributes

25
Q

Attributes

A

a characteristic of an entity. like an employee has a name, address, phone number, etc.

26
Q

Relationships among entities….

A

must be defined. Eg what is the relationship between the employee entity and the department entity- does the employee have to be assigned to a department? more than one?

27
Q

Tables

A

used to store information about entities. contains rows

28
Q

Rows

A

aka records. represent an instance of the entity. data about a particular driver

29
Q

Primary key

A

a unique number as an identifier

30
Q

Foreign key

A

when a primary key from one table is stored as an attribute of another table

31
Q

Queries

A

a question that you ask about the data stored in a database

32
Q

Three different kinds of queries

A

select, action, cross-tab

33
Q

Select query

A

allows you to ask a question based on one or more tables in a database. most commonly used query

34
Q

Action query

A

performs an action on the table on which it is based

35
Q

Cross-tab query

A

performs calculations on the values in a field and displays the results in a datasheet. tabulates data for a set of description attributes, contrasting them or crossing them in a table format

36
Q

Form

A

an object in a database that you can use to maintain, view, and print records in a database in a more structure manner.

37
Q

Report

A

a formatted presentation of data from a table, multiple tables, or queries. created as a printout or to be viewed on screen. greatest flexibility for formatting printed output

38
Q

Metrics

A

measures of organizational performance outcomes that are derived from measures of important individual and organizational outcomes