Deck 13: Developing a Relational Database for an Accounting Information System

ملء الشاشة (f)
exit full mode
سؤال
Which of the following statements regarding normal form is not correct?

A) First normal form places all repeated data elements in separate tables and assigns appropriate keys.
B) Second normal form places all nonkey fields that are fully specified by something other than the complete key in separate tables.
C) The second normal form is relevant only if a record has a compound key.
D) The third normal form places all redundant key fields in separate tables.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
What would be a likely primary key for the customer table?

A) Customer name
B) Customer code
C) Invoice number
D) Invoice date
سؤال
The following data apply to the next two questions:Consider the following open purchase order file in which each record contains the following fields:delivery instructionspurchase order datepart numberpurchase order numberquantity orderedunit pricevendor number
Consider the following open purchase order file in which each record contains the following fields:
delivery instructions
purchase order date
part number
purchase order number
quantity ordered
unit price
vendor number
What would be the key for the new file created in Question 10?

A) Part number/quantity ordered
B) Part number/vendor number
C) Purchase order number/part number
D) Purchase order number/quantity ordered
سؤال
A method for arranging data elements in a way that reduces anomalies is referred to as which of the following?

A) Internalization
B) Normalization
C) Visualization
D) Assimilation
سؤال
The participation of which of the following individuals is not necessary in the development of a database system?

A) Accountants
B) Marketing managers
C) Human resource managers
D) Board of directors
سؤال
A primary key is one or a group of data elements that uniquely identifies what?

A) A file
B) A record
C) A transaction
D) A byte
سؤال
The following data apply to the next two questions:Consider the following open purchase order file in which each record contains the following fields:delivery instructionspurchase order datepart numberpurchase order numberquantity orderedunit pricevendor number
Consider the following open purchase order file in which each record contains the following fields:
delivery instructions
purchase order date
part number
purchase order number
quantity ordered
unit price
vendor number
What data elements should be moved to a separate file to put the open purchase order file in the first normal form?

A) Part number, unit price, quantity ordered
B) Part number, vendor number, purchase order number, quantity ordered
C) Purchase order number, quantity ordered, part number
D) Purchase order number, unit price, quantity ordered
سؤال
Which of the following best describes a transitive dependency?

A) A transitive dependency exists when a nonkey data element depends on a primary key data element.
B) A transitive dependency exists when a nonkey data element depends on another nonkey data element.
C) A transitive dependency exists when a primary key data element depends on another primary key element.
D) A transitive dependency exists when a primary key data element depends on a nonkey element.
سؤال
Which of the following statements is true about symbols used in the entity-relationship diagram?

A) A line links an attribute to an attribute.
B) An ellipse represents an attribute.
C) A diamond represents an attribute.
D) A square represents an entity.
سؤال
Which of the following is the first step in developing a database for an accounting system using the REA framework approach?

A) Identify and document the relationships among the events, resources, and agents that are of interest to users.
B) Identify and document the business events, or activities, that are of interest to users and the resources and agents that are related to the events.
C) Identify and document attributes that are related to the resources, events, agents, and relationships that are of interest to users.
D) Determine what tables to create and what data elements to put in which tables by referring to an E-R diagram.
سؤال
Which of the following data elements are called repeating data elements in an invoicing application?

A) Product number, product description, invoice number, customer code
B) Product number, product description, unit sales price, quantity sold
C) Product number, unit sales price, invoice date, quantity sold
D) Product number, unit sales price, customer city, customer code
سؤال
Which of the following statements regarding normal forms is incorrect?

A) A table is in first normal form if it has multivalued or repeating data elements.
B) A table that has a single primary key is in second normal form.
C) Converting a table into second normal form applies only to a table that has a composite key.
D) A table is in third normal form if it is in second normal form and has no transitive dependencies.
سؤال
What does an entity in the REA framework consist of?

A) Resource, agent, and organization
B) Resource, organization, and event
C) Event, agent, and organization
D) Resource, agent, and event
سؤال
In the REA framework, relationships among entities can be which of the following?

A) One-to-one
B) One-to-many (many-to-one)
C) Many-to-many
D) All of the above
سؤال
What does converting a table with multiple values into first normal form accomplish?

A) Reduction of data redundancy
B) Elimination of the risk of errors in the data
C) Elimination of anomalies
D) Elimination of data redundancy and elimination of anomalies
سؤال
Which of the following data elements are not included in a sales invoice?

A) Invoice number, invoice date, customer code, customer name
B) Sales representative name, sales representative commission, sales representative discount
C) Product number, quantity sold, product description, unit sales price
D) Extended amount, total due, customer address
سؤال
What does an ellipse represent in an entity-relationship diagram?

A) Relationship
B) Attribute
C) Entity
D) Activity
سؤال
Which of the following statements concerning entity-relationship modeling is true?

A) It has a strong theoretical base but seldom is used in practice.
B) It is a method for arranging data elements after the decision has been made to implement a relational database management system.
C) It involves identifying and documenting the system outputs and the contents of the outputs that are required by users.
D) The entity-relationship diagram depicting the model is read from top to bottom and cannot be read from bottom to top.
سؤال
What are some characteristics of normalized tables?

A) They comprise the transaction files, master files, open files, and reference files in an accounting system.
B) They are free of data redundancy and anomalies.
C) They ensure the stability of the database over time.
D) A and B, but not C
E) A, B, and C E
سؤال
What are resources, events, and agents called in the REA framework?

A) Properties
B) Dependencies
C) Entities
D) Attributes
سؤال
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-In the REA framework, which of the following are agents in the sale event?

A) Employee and inventory
B) Inventory and customer
C) Employee and customer
سؤال
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-In the REA framework, which of the following entities are involved in the business process described in the scenario?

A) Inventory, employee, customer, sale
B) Inventory, product number, invoice number, customer
C) Employee, product number, customer, sale
D) Invoice number, product number, customer, sale
سؤال
What is a step that is specific to the REA framework approach and not to the system output approach in developing a database for an accounting system?

A) Identify and document what data elements need to be stored to produce the required output.
B) Determine what tables to create and what data elements to put in which tables by using a process called data normalization.
C) Identify and document the attributes that are related to resources, events, agents, and relationships that are of interest to users.
D) Identify and document the system outputs and the contents of the outputs that are of interest to users.
سؤال
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-Which of the following data elements serves as both a primary and a foreign key in the five tables above?

A) InvNo
B) CustCode
C) EmpCode
D) A and B, but not C
E) A, B, and C E
سؤال
Converting a table into second normal form (2NF) only applies to a table that has a composite key.
سؤال
One distinct difference in the system output approach and the REA framework approach is that the REA framework approach focuses on identifying the desired system outputs.
سؤال
The implementation of a database begins by defining which of the following?

A) Users' attributes
B) System's outputs
C) Organization's events
D) Database schema
سؤال
The end product of developing a relational database is a set of "rationalized" tables.
سؤال
For an accounting system to be successful, only the system's developers and the organization's accountants must actively participate in developing the database for the accounting system.
سؤال
A table in a relational database can have multiple values for one cell.
سؤال
An entity-relationship diagram is prepared to document entities, relationships, and perhaps attributes.
سؤال
A study of the business processes would uncover the relationships among events, resources, and agents.
سؤال
The REA approach focuses on identifying the business events, or activities, in the organization.
سؤال
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-What is a resource in the sale event in the REA framework?

A) Purchase order
B) Inventory
C) Employee
D) Customer
سؤال
A database table cannot have duplicate rows because that would be counterproductive to the goal of reducing data redundancy.
سؤال
In a database table for sales transactions, you need to store "extended amount" and "total due."
سؤال
The end product of developing a database for an accounting system is a set of "normalized" tables that will store the data.
سؤال
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-Which of the following would be the primary keys of the first three tables above?

A) CustCode, InvNo, ProdNo
B) InvNo, InvNo/ProdNo, ProdNo
C) InvNo/CustCode, ProdNo/Qty, ProdNo
D) InvDate/InvNo, ProdNo, Desc
سؤال
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-What is the type of relationship between the invoice table and the invoice line table?

A) One-to-one
B) One-to-many
C) Many-to-one
D) Many-to-many
سؤال
6 Accounting information system activities are the events according to the REA framework.
سؤال
Consider the following elements needed to produce a purchase order (see figure below):
Consider the following elements needed to produce a purchase order (see figure below):     Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.<div style=padding-top: 35px>
Consider the following elements needed to produce a purchase order (see figure below):     Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.<div style=padding-top: 35px> Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
سؤال
In the REA framework, entities, resources, and agents are collectively referred to as events.
سؤال
What are the three steps that will normalize data with respect to the third normal form?
سؤال
Tables in a relational database are documented by a data flow diagram.
سؤال
Briefly summarize the steps required to develop a database for an accounting system using the REA framework approach.
سؤال
Converting a table into the second normal form applies to a table that has a composite key.
سؤال
In the REA framework approach to developing a relational database for an accounting system, the first step is to identify and document the business events, or activities, that are of interest to users and the resources and agents that are related to the events.
سؤال
Briefly describe the approaches used in developing the relational database for an accounting system.
سؤال
Consider the following elements needed to produce a purchase order (see figure below):
Consider the following elements needed to produce a purchase order (see figure below):   Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.  <div style=padding-top: 35px>
Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
Consider the following elements needed to produce a purchase order (see figure below):   Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.  <div style=padding-top: 35px>
سؤال
A transitive dependency exists when a nonkey data element depends on, or is determined by, another nonkey data element.
سؤال
Briefly summarize the steps performed in developing a database system for an accounting system using the system output approach.
سؤال
What is the step that will normalize data with respect to the first normal form?
سؤال
What are the steps required to develop a relational database for an accounting system using the system output approach?
سؤال
What is an insertion anomaly?
سؤال
Consider the following elements needed to produce a sales order (see figure below):
Consider the following elements needed to produce a sales order (see figure below):   Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).  <div style=padding-top: 35px>
Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).
Consider the following elements needed to produce a sales order (see figure below):   Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).  <div style=padding-top: 35px>
سؤال
A table in a relational database can have multiple values for one cell.
سؤال
A table is in the first normal form if it has no transitive dependencies.
سؤال
In the REA framework, an event is a business activity.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/58
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 13: Developing a Relational Database for an Accounting Information System
1
Which of the following statements regarding normal form is not correct?

A) First normal form places all repeated data elements in separate tables and assigns appropriate keys.
B) Second normal form places all nonkey fields that are fully specified by something other than the complete key in separate tables.
C) The second normal form is relevant only if a record has a compound key.
D) The third normal form places all redundant key fields in separate tables.
D
2
What would be a likely primary key for the customer table?

A) Customer name
B) Customer code
C) Invoice number
D) Invoice date
B
3
The following data apply to the next two questions:Consider the following open purchase order file in which each record contains the following fields:delivery instructionspurchase order datepart numberpurchase order numberquantity orderedunit pricevendor number
Consider the following open purchase order file in which each record contains the following fields:
delivery instructions
purchase order date
part number
purchase order number
quantity ordered
unit price
vendor number
What would be the key for the new file created in Question 10?

A) Part number/quantity ordered
B) Part number/vendor number
C) Purchase order number/part number
D) Purchase order number/quantity ordered
C
4
A method for arranging data elements in a way that reduces anomalies is referred to as which of the following?

A) Internalization
B) Normalization
C) Visualization
D) Assimilation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
5
The participation of which of the following individuals is not necessary in the development of a database system?

A) Accountants
B) Marketing managers
C) Human resource managers
D) Board of directors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
6
A primary key is one or a group of data elements that uniquely identifies what?

A) A file
B) A record
C) A transaction
D) A byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
7
The following data apply to the next two questions:Consider the following open purchase order file in which each record contains the following fields:delivery instructionspurchase order datepart numberpurchase order numberquantity orderedunit pricevendor number
Consider the following open purchase order file in which each record contains the following fields:
delivery instructions
purchase order date
part number
purchase order number
quantity ordered
unit price
vendor number
What data elements should be moved to a separate file to put the open purchase order file in the first normal form?

A) Part number, unit price, quantity ordered
B) Part number, vendor number, purchase order number, quantity ordered
C) Purchase order number, quantity ordered, part number
D) Purchase order number, unit price, quantity ordered
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following best describes a transitive dependency?

A) A transitive dependency exists when a nonkey data element depends on a primary key data element.
B) A transitive dependency exists when a nonkey data element depends on another nonkey data element.
C) A transitive dependency exists when a primary key data element depends on another primary key element.
D) A transitive dependency exists when a primary key data element depends on a nonkey element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following statements is true about symbols used in the entity-relationship diagram?

A) A line links an attribute to an attribute.
B) An ellipse represents an attribute.
C) A diamond represents an attribute.
D) A square represents an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following is the first step in developing a database for an accounting system using the REA framework approach?

A) Identify and document the relationships among the events, resources, and agents that are of interest to users.
B) Identify and document the business events, or activities, that are of interest to users and the resources and agents that are related to the events.
C) Identify and document attributes that are related to the resources, events, agents, and relationships that are of interest to users.
D) Determine what tables to create and what data elements to put in which tables by referring to an E-R diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
11
Which of the following data elements are called repeating data elements in an invoicing application?

A) Product number, product description, invoice number, customer code
B) Product number, product description, unit sales price, quantity sold
C) Product number, unit sales price, invoice date, quantity sold
D) Product number, unit sales price, customer city, customer code
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following statements regarding normal forms is incorrect?

A) A table is in first normal form if it has multivalued or repeating data elements.
B) A table that has a single primary key is in second normal form.
C) Converting a table into second normal form applies only to a table that has a composite key.
D) A table is in third normal form if it is in second normal form and has no transitive dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
13
What does an entity in the REA framework consist of?

A) Resource, agent, and organization
B) Resource, organization, and event
C) Event, agent, and organization
D) Resource, agent, and event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
14
In the REA framework, relationships among entities can be which of the following?

A) One-to-one
B) One-to-many (many-to-one)
C) Many-to-many
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
15
What does converting a table with multiple values into first normal form accomplish?

A) Reduction of data redundancy
B) Elimination of the risk of errors in the data
C) Elimination of anomalies
D) Elimination of data redundancy and elimination of anomalies
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which of the following data elements are not included in a sales invoice?

A) Invoice number, invoice date, customer code, customer name
B) Sales representative name, sales representative commission, sales representative discount
C) Product number, quantity sold, product description, unit sales price
D) Extended amount, total due, customer address
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
17
What does an ellipse represent in an entity-relationship diagram?

A) Relationship
B) Attribute
C) Entity
D) Activity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which of the following statements concerning entity-relationship modeling is true?

A) It has a strong theoretical base but seldom is used in practice.
B) It is a method for arranging data elements after the decision has been made to implement a relational database management system.
C) It involves identifying and documenting the system outputs and the contents of the outputs that are required by users.
D) The entity-relationship diagram depicting the model is read from top to bottom and cannot be read from bottom to top.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
19
What are some characteristics of normalized tables?

A) They comprise the transaction files, master files, open files, and reference files in an accounting system.
B) They are free of data redundancy and anomalies.
C) They ensure the stability of the database over time.
D) A and B, but not C
E) A, B, and C E
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
20
What are resources, events, and agents called in the REA framework?

A) Properties
B) Dependencies
C) Entities
D) Attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
21
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-In the REA framework, which of the following are agents in the sale event?

A) Employee and inventory
B) Inventory and customer
C) Employee and customer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
22
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-In the REA framework, which of the following entities are involved in the business process described in the scenario?

A) Inventory, employee, customer, sale
B) Inventory, product number, invoice number, customer
C) Employee, product number, customer, sale
D) Invoice number, product number, customer, sale
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
23
What is a step that is specific to the REA framework approach and not to the system output approach in developing a database for an accounting system?

A) Identify and document what data elements need to be stored to produce the required output.
B) Determine what tables to create and what data elements to put in which tables by using a process called data normalization.
C) Identify and document the attributes that are related to resources, events, agents, and relationships that are of interest to users.
D) Identify and document the system outputs and the contents of the outputs that are of interest to users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
24
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-Which of the following data elements serves as both a primary and a foreign key in the five tables above?

A) InvNo
B) CustCode
C) EmpCode
D) A and B, but not C
E) A, B, and C E
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
25
Converting a table into second normal form (2NF) only applies to a table that has a composite key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
26
One distinct difference in the system output approach and the REA framework approach is that the REA framework approach focuses on identifying the desired system outputs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
27
The implementation of a database begins by defining which of the following?

A) Users' attributes
B) System's outputs
C) Organization's events
D) Database schema
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
28
The end product of developing a relational database is a set of "rationalized" tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
29
For an accounting system to be successful, only the system's developers and the organization's accountants must actively participate in developing the database for the accounting system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
30
A table in a relational database can have multiple values for one cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
31
An entity-relationship diagram is prepared to document entities, relationships, and perhaps attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
32
A study of the business processes would uncover the relationships among events, resources, and agents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
33
The REA approach focuses on identifying the business events, or activities, in the organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
34
Use the following scenario for the next questions.Suppose that you are developing a relational database for an accounting system using the REA framework approach. The organization makes over-the-counter sales where the customer walks in, an employee (sales rep) sells products to the customer and turns over the products to the customer, and the customer walks out. All sales are on credit, and employees are paid commissions on their sales.

-What is a resource in the sale event in the REA framework?

A) Purchase order
B) Inventory
C) Employee
D) Customer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
35
A database table cannot have duplicate rows because that would be counterproductive to the goal of reducing data redundancy.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
36
In a database table for sales transactions, you need to store "extended amount" and "total due."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
37
The end product of developing a database for an accounting system is a set of "normalized" tables that will store the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
38
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-Which of the following would be the primary keys of the first three tables above?

A) CustCode, InvNo, ProdNo
B) InvNo, InvNo/ProdNo, ProdNo
C) InvNo/CustCode, ProdNo/Qty, ProdNo
D) InvDate/InvNo, ProdNo, Desc
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
39
Use the following tables to answer the next questions. Neither the order in which the data elements are presented in these tables nor the capitalization of the names of the data elements has any significance.Invoice TableInvoice Line TableInventory TableEmployee TableCustomer Table
Invoice Table
 CustCode  InvNo  EmpCode  InvDate \begin{array}{|l|l|l|l|}\hline \text { CustCode } & \text { InvNo } & \text { EmpCode } & \text { InvDate } \\\hline\end{array}
Invoice Line Table
 Qty  InvNo  ProdNo \begin{array}{|l|l|l|}\hline \text { Qty } & \text { InvNo } & \text { ProdNo } \\\hline\end{array}
Inventory Table
 ProdNo  Desc  Price \begin{array}{|l|l|l|}\hline \text { ProdNo } & \text { Desc } & \text { Price } \\\hline\end{array}
Employee Table
 EmpName  EmpCode  CommRate \begin{array}{|l|l|l|}\hline \text { EmpName } & \text { EmpCode } & \text { CommRate } \\\hline\end{array}
Customer Table
 Name  City  CustCode \begin{array}{|l|l|l|}\hline \text { Name } & \text { City } & \text { CustCode } \\\hline\end{array}

-What is the type of relationship between the invoice table and the invoice line table?

A) One-to-one
B) One-to-many
C) Many-to-one
D) Many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
40
6 Accounting information system activities are the events according to the REA framework.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
41
Consider the following elements needed to produce a purchase order (see figure below):
Consider the following elements needed to produce a purchase order (see figure below):     Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
Consider the following elements needed to produce a purchase order (see figure below):     Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms. Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
42
In the REA framework, entities, resources, and agents are collectively referred to as events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
43
What are the three steps that will normalize data with respect to the third normal form?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
44
Tables in a relational database are documented by a data flow diagram.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
45
Briefly summarize the steps required to develop a database for an accounting system using the REA framework approach.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
46
Converting a table into the second normal form applies to a table that has a composite key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
47
In the REA framework approach to developing a relational database for an accounting system, the first step is to identify and document the business events, or activities, that are of interest to users and the resources and agents that are related to the events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
48
Briefly describe the approaches used in developing the relational database for an accounting system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
49
Consider the following elements needed to produce a purchase order (see figure below):
Consider the following elements needed to produce a purchase order (see figure below):   Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
Consider the following elements needed to produce a purchase order (see figure below):   Using the SYSTEM OUTPUT approach, determine the tables needed and put them in third normal form. Be sure to identify primary, foreign, and/or composite (concatenated) keys as necessary. Primary keys and composite keys should be underlined, while foreign keys should be identified with an asterisk. LIST ALL TABLES FOR FIRST, SECOND and THIRD normal forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
50
A transitive dependency exists when a nonkey data element depends on, or is determined by, another nonkey data element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
51
Briefly summarize the steps performed in developing a database system for an accounting system using the system output approach.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
52
What is the step that will normalize data with respect to the first normal form?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
53
What are the steps required to develop a relational database for an accounting system using the system output approach?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
54
What is an insertion anomaly?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
55
Consider the following elements needed to produce a sales order (see figure below):
Consider the following elements needed to produce a sales order (see figure below):   Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).
Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).
Consider the following elements needed to produce a sales order (see figure below):   Determine the tables necessary to put this information in third normal form. SHOW ALL RESULTING TABLES FROM FIRST, SECOND, and THIRD normal forms. Be sure to identify primary keys, concatenated keys and foreign keys. Primary keys and concatenated keys should be underlined, and foreign keys should be indicated with an asterisk (*).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
56
A table in a relational database can have multiple values for one cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
57
A table is in the first normal form if it has no transitive dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
58
In the REA framework, an event is a business activity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 58 في هذه المجموعة.