Deck 3: Data Modeling

Full screen (f)
exit full mode
Question
The letter "M" in the acronym DBMS stands for "maintenance."
Use Space or
up arrow
down arrow
to flip the card.
Question
A Social Insurance Number SIN)is a good example of a useful primary record key.
Question
An accounting information system database is a collection of facts and figures that serves the accounting information needs of one or more organizational subsystems.
Question
Record keys on computer files are unique only to the extent that they classify computer records by some general category.
Question
A computer record is used to store all the information about one transaction, but several such records must be used to store the information about one employee, one inventory part, and so forth, on a master file.
Question
The largest unit of information in an accounting information database is a data field.
Question
The data field that distinguishes one record from another in a database table is called the primary key.
Question
The correct order of elements, from smallest to largest, in the data hierarchy is database, data field, record, file table).
Question
The letter "M" in the acronym DBMS stands for "management."
Question
The basic unit of information in an accounting information system database is the debit.
Question
The correct order of elements, from smallest to largest, in the data hierarchy is data field, record, file table), database.
Question
Given the flexibility and usefulness of computerized accounting databases, a company will always find it cost effective to use them in processing, storing, and retrieving accounting data.
Question
The smallest unit of information in the data hierarchy is a data field.
Question
The basic unit of information in an accounting information database is a table.
Question
Three database concerns when creating large databases are "data integrity," "processing accuracy," and "data security."
Question
The correct order of elements, from smallest to largest, in the data hierarchy is data field, file table), record, database.
Question
The largest unit of information in the data hierarchy is a record.
Question
A foreign key is a data field in the records of one file that references a primary key in the records of another file.
Question
For a file of employee workers, it would make more sense to use their last name as a primary key rather than their Social Insurance Number because this would better preserve their privacy.
Question
A last name such as "Smith" is an example of a useful primary record key.
Question
A disadvantage of relational databases is that they cannot accommodate a variety of file inquiries.
Question
A data dictionary is a computer file describing the data items of an accounting database.
Question
Normalizing accounting data refers primarily to eliminating errors and outliers, thus creating "normal data."
Question
The term "transaction control" refers to the requirement that a database system either process a transaction entirely, or not at all.
Question
"Protecting privacy" is one of the important goals in data modelling.
Question
An advantage of relational databases is that additional indexes can be added at later points of time as new data processing requirements dictate.
Question
An example of a database cardinality is "one-to-many."
Question
An example of a database cardinality is "one-to-few."
Question
The idea behind view controls is to allow users access to only that information that they need to see.
Question
A relational data structure should never be used for accounting systems.
Question
An example of a "one-to-one" relationship is "employee to assigned parking stall."
Question
"Avoiding data redundancy" is one of the important goals in data modelling.
Question
The idea behind concurrency control is to deny several users access to the same database record at the same time.
Question
An example of a database cardinality is "one-to-one."
Question
The E-R model refers to the "entity-relationship" model.
Question
The "concurrency" control in database operations refers to the need to convert foreign currency amounts into dollar terms before reporting them to subschema viewers.
Question
Database security is no longer important because DBMSs are already so safe.
Question
An example of a "one-to-many" relationship is "students to classes."
Question
An REA accounting system takes an "enterprise-wide view" of accounting data.
Question
The initials R-E-A in the REA accounting framework refer to "resources, events, and accounting."
Question
There are exactly three normal forms.
Question
Which of these comes closest in structure to that of a hierarchical database?

A)Organization chart
B)List of students and their classes
C)List of specialty doctors and their patients
D)A map of a city
Question
The basic unit of information on a computer file of accounting data is an):

A)Inventory part number
B)Data field
C)Computer record
D)Bit
Question
From the following choices, the best example of a primary key for an employee table would be his or her:

A)Social Insurance Number
B)Phone number
C)Last name
D)Office number
Question
All of the following are items within the data hierarchy except:

A)Database
B)Data field
C)Record
D)all of these items are part of the data hierarchy
Question
All of these are types of record keys except:

A)Primary record key
B)Foreign record key
C)Tertiary record key
D)all the above are record key terms
Question
All of these are reasons why databases are important to AISs except:

A)AIS databases store valuable information
B)Many AISs are large and therefore potentially unwieldy
C)The databases of some organizations are very complex
D)The hard disk space used to store AIS databases is comparatively expensive
E)all of these are reasons why databases are important to AISs
Question
The data item which uniquely identifies a computer record in an AIS database table is called the:

A)Pointer address
B)Primary record key
C)Employee number
D)Header label
E)Sort field
Question
An example of a transitive relationship in a medical application is the one between "doctor number" and "patient name."
Question
An important reason for normalizing data is to eliminate data redundancy.
Question
Databases cannot store more than one value in the same data field of the same record.
Question
An example of a transitive relationship in a medical application is the one between "medical procedure code" and "cost of treatment."
Question
A database is in first normal form if the data it contains is free of errors and outliers.
Question
The best choice for the primary key in an "Employees" table would be his or her:

A)Last name
B)First name
C)Phone number
D)Employee number
Question
A database is in second normal form if all of its records are in first normal form, and a second, duplicate record exists for each of them.
Question
Which of the following creates 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
B)Data dictionary
C)Relationships link bit
D)Index file
Question
The ________ is not necessarily unique for the records in a database table, but is nonetheless often used to locate a particular record:

A)Foreign key
B)Data dictionary
C)Relationships link bit
D)Index file
Question
A database is in third normal form if all of its records are in second normal form, and there are no transitive dependencies.
Question
An example of a transitive relationship in a parking-tickets application is the one between "ticket code" and "fine amount."
Question
The foreign key in one database table will always be a _______ key in a linked table.

A)Secondary key
B)Domestic key
C)Primary key
D)all of these are always true
Question
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)Order number
B)Customer name
C)Salesperson number
D)all of these
Question
The letters "E-R" in the term E-R diagram refers to:

A)Entity relationship
B)Economic relationship
C)Enterprise resource
D)none of these
Question
Which of the following is not an objective of a computerized database?

A)Minimize data redundancy
B)Make efficient use of storage media
C)Distribute information to end users
D)Eliminate the data?gathering responsibilities of some subsystems within the organization
E)Reduce the decision?making functions of subsystem managers
Question
In the REA framework, which of these would be recorded as an "event?"

A)Hiring a new president of the company
B)Taking an initial sales order from a customer
C)Buying a piece of equipment for cash
D)all of these would be recorded as events
Question
The REA accounting framework is most closely associated with which of the following?

A)SQL
B)An enterprise-wide view of accounting processes
C)Normalization of accounting data for recording and query purposes
D)An example of a data manipulation language
Question
The terms "parent record," "child record," and "sibling record" describe the records in a:

A)Hierarchical database
B)Network database
C)Relational database
D)Flat file
Question
Controls that do not allow users to update the same database record at the same time are examples of:

A)Data integrity controls
B)Data processing controls
C)Concurrency controls
D)Privacy controls
Question
A data dictionary:

A)Is a book defining computer terms
B)Is a reference document describing how accounting data are collected
C)Is usually a computer file that maintains descriptive information about the data items of an accounting information system
D)all of the above
Question
In the REA framework, an account receivable would be classified as an):

A)Asset
B)Event
C)Resource
D)none of these
Question
In the REA accounting framework, the letter "R" stands for:

A)Resources
B)Recording
C)Remembering
D)Reporting
Question
Which of these would be an example of an "agent" in the REA framework?

A)Salesperson
B)Customer
C)Manager
D)all of these are possibilities
Question
In the REA framework, a database designer should create a ____ for each entity.

A)Record
B)Table
C)Secondary key
D)all of these
Question
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
B)Customer number
C)Date of order
D)Order number
Question
A major advantage of relational databases is:

A)All records are stored together
B)No pointers are used
C)The ability to add tables and relationships after the database becomes operational
D)It closely resembles a flat file
Question
This type of database structure enables users to create relationships after the database has been created and implemented:

A)Hierarchical
B)Network
C)Star
D)Relational
Question
A data dictionary can help an accountant:

A)Prepare tax forms for the CRA
B)Establish an audit trail
C)Correct clerical mistakes in transaction data
D)Perform an audit of the petty cash fund
Question
Controls that require a database to either execute a transaction completely, or not at all, are examples of:

A)Data integrity controls
B)Transaction controls
C)Concurrency controls
D)Privacy controls
Question
Edit tests that catch data entry errors are examples of:

A)Data integrity controls
B)Transaction controls
C)Concurrency controls
D)Privacy controls
Question
The _________ helps developers document a database:

A)Data documentation detailer DDD)
B)Data dictionary
C)Database schema system
D)Data OLAP system
Question
Which of these would be an example of a "resource" in the REA framework?

A)Equipment
B)Inventory
C)Cash
D)all of these are possible examples of resources
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/104
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Data Modeling
1
The letter "M" in the acronym DBMS stands for "maintenance."
False
2
A Social Insurance Number SIN)is a good example of a useful primary record key.
True
3
An accounting information system database is a collection of facts and figures that serves the accounting information needs of one or more organizational subsystems.
True
4
Record keys on computer files are unique only to the extent that they classify computer records by some general category.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
5
A computer record is used to store all the information about one transaction, but several such records must be used to store the information about one employee, one inventory part, and so forth, on a master file.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
6
The largest unit of information in an accounting information database is a data field.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
7
The data field that distinguishes one record from another in a database table is called the primary key.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
8
The correct order of elements, from smallest to largest, in the data hierarchy is database, data field, record, file table).
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
9
The letter "M" in the acronym DBMS stands for "management."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
10
The basic unit of information in an accounting information system database is the debit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
11
The correct order of elements, from smallest to largest, in the data hierarchy is data field, record, file table), database.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
12
Given the flexibility and usefulness of computerized accounting databases, a company will always find it cost effective to use them in processing, storing, and retrieving accounting data.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
13
The smallest unit of information in the data hierarchy is a data field.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
14
The basic unit of information in an accounting information database is a table.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
15
Three database concerns when creating large databases are "data integrity," "processing accuracy," and "data security."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
16
The correct order of elements, from smallest to largest, in the data hierarchy is data field, file table), record, database.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
17
The largest unit of information in the data hierarchy is a record.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
18
A foreign key is a data field in the records of one file that references a primary key in the records of another file.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
19
For a file of employee workers, it would make more sense to use their last name as a primary key rather than their Social Insurance Number because this would better preserve their privacy.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
20
A last name such as "Smith" is an example of a useful primary record key.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
21
A disadvantage of relational databases is that they cannot accommodate a variety of file inquiries.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
22
A data dictionary is a computer file describing the data items of an accounting database.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
23
Normalizing accounting data refers primarily to eliminating errors and outliers, thus creating "normal data."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
24
The term "transaction control" refers to the requirement that a database system either process a transaction entirely, or not at all.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
25
"Protecting privacy" is one of the important goals in data modelling.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
26
An advantage of relational databases is that additional indexes can be added at later points of time as new data processing requirements dictate.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
27
An example of a database cardinality is "one-to-many."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
28
An example of a database cardinality is "one-to-few."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
29
The idea behind view controls is to allow users access to only that information that they need to see.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
30
A relational data structure should never be used for accounting systems.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
31
An example of a "one-to-one" relationship is "employee to assigned parking stall."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
32
"Avoiding data redundancy" is one of the important goals in data modelling.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
33
The idea behind concurrency control is to deny several users access to the same database record at the same time.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
34
An example of a database cardinality is "one-to-one."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
35
The E-R model refers to the "entity-relationship" model.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
36
The "concurrency" control in database operations refers to the need to convert foreign currency amounts into dollar terms before reporting them to subschema viewers.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
37
Database security is no longer important because DBMSs are already so safe.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
38
An example of a "one-to-many" relationship is "students to classes."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
39
An REA accounting system takes an "enterprise-wide view" of accounting data.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
40
The initials R-E-A in the REA accounting framework refer to "resources, events, and accounting."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
41
There are exactly three normal forms.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
42
Which of these comes closest in structure to that of a hierarchical database?

A)Organization chart
B)List of students and their classes
C)List of specialty doctors and their patients
D)A map of a city
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
43
The basic unit of information on a computer file of accounting data is an):

A)Inventory part number
B)Data field
C)Computer record
D)Bit
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
44
From the following choices, the best example of a primary key for an employee table would be his or her:

A)Social Insurance Number
B)Phone number
C)Last name
D)Office number
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
45
All of the following are items within the data hierarchy except:

A)Database
B)Data field
C)Record
D)all of these items are part of the data hierarchy
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
46
All of these are types of record keys except:

A)Primary record key
B)Foreign record key
C)Tertiary record key
D)all the above are record key terms
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
47
All of these are reasons why databases are important to AISs except:

A)AIS databases store valuable information
B)Many AISs are large and therefore potentially unwieldy
C)The databases of some organizations are very complex
D)The hard disk space used to store AIS databases is comparatively expensive
E)all of these are reasons why databases are important to AISs
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
48
The data item which uniquely identifies a computer record in an AIS database table is called the:

A)Pointer address
B)Primary record key
C)Employee number
D)Header label
E)Sort field
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
49
An example of a transitive relationship in a medical application is the one between "doctor number" and "patient name."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
50
An important reason for normalizing data is to eliminate data redundancy.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
51
Databases cannot store more than one value in the same data field of the same record.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
52
An example of a transitive relationship in a medical application is the one between "medical procedure code" and "cost of treatment."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
53
A database is in first normal form if the data it contains is free of errors and outliers.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
54
The best choice for the primary key in an "Employees" table would be his or her:

A)Last name
B)First name
C)Phone number
D)Employee number
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
55
A database is in second normal form if all of its records are in first normal form, and a second, duplicate record exists for each of them.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
56
Which of the following creates 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
B)Data dictionary
C)Relationships link bit
D)Index file
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
57
The ________ is not necessarily unique for the records in a database table, but is nonetheless often used to locate a particular record:

A)Foreign key
B)Data dictionary
C)Relationships link bit
D)Index file
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
58
A database is in third normal form if all of its records are in second normal form, and there are no transitive dependencies.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
59
An example of a transitive relationship in a parking-tickets application is the one between "ticket code" and "fine amount."
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
60
The foreign key in one database table will always be a _______ key in a linked table.

A)Secondary key
B)Domestic key
C)Primary key
D)all of these are always true
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
61
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)Order number
B)Customer name
C)Salesperson number
D)all of these
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
62
The letters "E-R" in the term E-R diagram refers to:

A)Entity relationship
B)Economic relationship
C)Enterprise resource
D)none of these
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
63
Which of the following is not an objective of a computerized database?

A)Minimize data redundancy
B)Make efficient use of storage media
C)Distribute information to end users
D)Eliminate the data?gathering responsibilities of some subsystems within the organization
E)Reduce the decision?making functions of subsystem managers
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
64
In the REA framework, which of these would be recorded as an "event?"

A)Hiring a new president of the company
B)Taking an initial sales order from a customer
C)Buying a piece of equipment for cash
D)all of these would be recorded as events
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
65
The REA accounting framework is most closely associated with which of the following?

A)SQL
B)An enterprise-wide view of accounting processes
C)Normalization of accounting data for recording and query purposes
D)An example of a data manipulation language
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
66
The terms "parent record," "child record," and "sibling record" describe the records in a:

A)Hierarchical database
B)Network database
C)Relational database
D)Flat file
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
67
Controls that do not allow users to update the same database record at the same time are examples of:

A)Data integrity controls
B)Data processing controls
C)Concurrency controls
D)Privacy controls
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
68
A data dictionary:

A)Is a book defining computer terms
B)Is a reference document describing how accounting data are collected
C)Is usually a computer file that maintains descriptive information about the data items of an accounting information system
D)all of the above
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
69
In the REA framework, an account receivable would be classified as an):

A)Asset
B)Event
C)Resource
D)none of these
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
70
In the REA accounting framework, the letter "R" stands for:

A)Resources
B)Recording
C)Remembering
D)Reporting
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
71
Which of these would be an example of an "agent" in the REA framework?

A)Salesperson
B)Customer
C)Manager
D)all of these are possibilities
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
72
In the REA framework, a database designer should create a ____ for each entity.

A)Record
B)Table
C)Secondary key
D)all of these
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
73
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
B)Customer number
C)Date of order
D)Order number
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
74
A major advantage of relational databases is:

A)All records are stored together
B)No pointers are used
C)The ability to add tables and relationships after the database becomes operational
D)It closely resembles a flat file
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
75
This type of database structure enables users to create relationships after the database has been created and implemented:

A)Hierarchical
B)Network
C)Star
D)Relational
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
76
A data dictionary can help an accountant:

A)Prepare tax forms for the CRA
B)Establish an audit trail
C)Correct clerical mistakes in transaction data
D)Perform an audit of the petty cash fund
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
77
Controls that require a database to either execute a transaction completely, or not at all, are examples of:

A)Data integrity controls
B)Transaction controls
C)Concurrency controls
D)Privacy controls
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
78
Edit tests that catch data entry errors are examples of:

A)Data integrity controls
B)Transaction controls
C)Concurrency controls
D)Privacy controls
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
79
The _________ helps developers document a database:

A)Data documentation detailer DDD)
B)Data dictionary
C)Database schema system
D)Data OLAP system
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
80
Which of these would be an example of a "resource" in the REA framework?

A)Equipment
B)Inventory
C)Cash
D)all of these are possible examples of resources
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 104 flashcards in this deck.