AIS (Ch. 3) Flashcards

1
Q

Assume that an accounts receivable application contains database tables for customer orders, inventory items, customers, and salespersons. All of these would be likely data fields in a customer order table except:

A

Customer name

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

Within a database context, the relationship between “assigned parking space” and “car” would most likely be:

A

one-to-one

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

The letters “E-R” in the term E-R diagram refers to:

A

Entity relationship

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

The best choice for the primary key in an “Employees” table would be his or her:

A

Employee number

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

Which of the following creates one-to-many relationships by linking the data in one file (e.g., customer) to an item in a second file (e.g., a sales order)?

A

Foreign key

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

The _________ helps developers document a database:

A

Data dictionary

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

Assume that an accounts receivable application contains database tables for customer orders, inventory items, customers, and salespersons. Which of these items would probably be a foreign key in the customer orders table?

A

Salesperson number

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

The purpose of the E-R model is to help database designers:

A

Design databases and depict data relationships

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

In the REA framework, a database designer should create a ____ for each entity.

A

Table

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

Controls that require a database to either execute a transaction completely, or not at all, are examples of:

A

Data integrity controls

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

Controls that do not allow users to update the same database record at the same time are examples of:

A

Concurrency controls

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

The foreign key in one database table will always be a _______ key in a linked table.

A

Secondary key

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

All of the following are items within the data hierarchy except:

A

Database

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

The reason why database designers normalize data is:

A

To eliminate data errors

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

Within a database context, the relationship between “students” and “classes” would most likely be:

A

many-to-many

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

Which of the following is not an objective of a computerized database?

A

Reduce the decision‑making functions of subsystem managers

17
Q

The terms “parent record,” “child record,” and “sibling record” describe the records in a:

A

Hierarchical database

18
Q

In the REA framework, which of these would be recorded as an “event?”

A

all of these would be recorded as events(Hiring a new president of the company, Taking an initial sales order from a customer, Buying a piece of equipment for cash)

19
Q

Which of these would be an example of an “agent” in the REA framework?

A

all of these are possibilities(Salesperson, Manager, Customer)

20
Q

The data item which uniquely identifies a computer record in an AIS database table is called the:

A

Primary key

21
Q

In the context of databases, the term data redundancy refers to:

A

Storing the same information in several records

22
Q

In the REA accounting framework, the letter “R” stands for:

A

Resources

23
Q

The basic unit of information on a computer file of accounting data is a(n):

A

Data field

24
Q

REA model steps:

A
Identify business & economic events
Identify entities
Identify relationships among entities
Create entity relationship diagrams
Identify the attributes of data entities
Create database tables & records
25
Q

ER diagram:

A

Rectangles, Connecting lines, and cardinalities notations