ACCT 310 - chapter 5
Consider the following diagram. Which of the following best describes how the relationship between Sales Orders and Products will be implemented in the resulting database? A) A new table will be created that contains both Sales Order ID and Product ID as its composite primary key. B) The Product ID will be included as a foreign key in the Sales Orders table. C) The Sales Order ID will be included as a foreign key in the Products table. D) The Quantity Ordered field will be included as a foreign key in the Products table.
A) A new table will be created that contains both Sales Order ID and Product ID as its composite primary key.
Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Cash Receipt and Cash classes? A) Each cash receipt is deposited into one bank account. B) Each order increases accounts receivable. C) The company only has one bank account. D) Some cash receipts are not deposited into a bank account.
A) Each cash receipt is deposited into one bank account.
Which of the following best describes the difference between access controls and application controls? A) Access controls limit who can change records and application controls provide an audit trail of any changes. B) Access controls implement business rules and application controls do not. C) Access controls are "prohibited" business rules and application controls are "allowed" business rules. D) There is no difference between access and application controls.
Access controls limit who can change records and application controls provide an audit trail of any changes.
Which of the following is not one of the elements to be identified when developing business rules? A) Important business events. B) Conditions that affects the intention/objective for an event. C) Access controls that limit who can use information. D) Actions to be taken based on conditions.
Access controls that limit who can use information
Which of the following best describes the use of type images in UML class modeling? A) Allow companies to include graphic images in class models. B) Used to enumerate a many-to-many association between two REA classes. C) Allow modelers to distinguish between types of activities in an activity diagram. D) Allow categorization of REA classes based on management's information needs.
Allow categorization of REA classes based on management's information needs
Consider the following diagram. Which of the following best describes how the relationship between Sales Orders and Cash Receipts will be implemented in the resulting database? A) The Sales Order ID will be included as a foreign key in the Cash Receipts table. B) A new table will be created that contains both Sales Order ID and Cash Receipt ID as its composite primary key. C) The Cash Receipt ID will be included as a foreign key in the Sales Orders table. D) The Cash Receipt Amount field will be included as a foreign key in the Cash Receipts table.
B) A new table will be created that contains both Sales Order ID and Cash Receipt ID as its composite primary key.
Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Employees and the Product Categories classes? A) Each employee must be assigned to manage at least one product category. B) Each product category has one manager. C) Each product category can have no managers or multiple managers. D) Each employee can manage only one product category.
B) Each product category has one manager.
Review the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Quote class and the Order class? A) Quotes and orders are entered into the system at the same time. B) Each quote may result in many future Orders. C) The same Sunset Partner both prepares quotes and records orders. D) Each order must result from a prior quote.
B) Each quote may result in many future Orders.
Refer to the following diagram. Which of the following answers does not provide a valid interpretation of the multiplicities for the association between the Inventory and the Product Category classes? A) Every product category is managed by one employee. B) Every product category includes at least one inventory item. C) Some product categories do not include inventory items. D) Every inventory item is in at most one product category.
B) Every product category includes at least one inventory item.
Refer to the following diagram. Which of the following answers does not provide a valid interpretation of the multiplicities for the association between the Employees and the Sales classes? A) Only one employee participates in each sale. B) Several employees participate in each sale. C) Some employees do not participate in sales. D) Some employees participate in several sales.
B) Several employees participate in each sale.
Consider the following diagram. How will the database relationship between Customers and Sales Orders be implemented? A) The Sales Order ID will be included as a foreign key in the Customers table. B) The Customer ID will be included as a foreign key in the Sales Orders table. C) The Customer ID will be included as a primary key in the Customer table. D) The Sales Order ID will be included as a primary key in the Customer table.
B) The Customer ID will be included as a foreign key in the Sales Orders table.
Consider the following diagram. Which answer provides the best interpretation of the multiplicities for the association between the Sales Orders class and the Cash Receipts class? A) A single cash receipt may apply to only one sales order. B) Sales orders and cash receipts must be entered into the system at the same time. C) Customers may pay for sales orders in multiple payments. D) An employee might never record a sales order.
C) Customers may pay for sales orders in multiple payments.
Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Orders and Cash Receipt classes? A) Some customers pay for their orders in advance. B) Some orders result in several payments from the customers. C) Each cash receipt pays for at least one order, but it could pay for many orders. D) Each cash receipt pays for a minimum of 0 orders and a maximum of 1 order.
C) Each cash receipt pays for at least one order, but it could pay for many orders.
In the generic REA model for the sales and collections process, the multiplicities between the Sales and Cash Receipts classes are displayed with question marks. Which of the following best explains this? A) The direction of process flow depends on the nature of the business. B) The quantities of items sold can't be determined until the sale occurs. C) The actual values will depend on the nature of the business. D) The customer determines the multiplicities for this association.
C) The actual values will depend on the nature of the business.
Which of the following best describes the purpose of a BPMN collapsed sub-process? A) Shows the interchange between two pools. B) Depicts the sequence of activities in one pool. C) Contains a series of activities that are hidden from view. D) Illustrates the process flow when an exception occurs.
Contains a series of activities that are hidden from view.
Business rules are an example of which COSO concept? A) Internal control. B) Control activities. C) Control environment. D) Activity models.
Control activities
Refer to the following diagram. Which of the following answers provides the best interpretation of the multiplicities for the association between the Order class and the Products class? A) Each order must specify the same products as the previous quote. B) Each product has been ordered at least once. C) An order does not have to include a product. D) An order may include many products.
D) An order may include many products.
Consider the following diagram. How will the database relationship between Employees and Sales Orders be implemented? A) The Sales Order ID will be included as a foreign key in the Employees table. B) The Employee ID will be included as a primary key in the Employees table. C) The Sales Order ID will be included as a primary key in the Employees table. D) The Employee ID will be included as a foreign key in the Sales Orders table.
D) The Employee ID will be included as a foreign key in the Sales Orders table.
A BPMN process flow can start in one pool and end in the collaborating pool. True or False
False
Application controls limit who can change records in a system. True of False
False
Business rules are unrelated to COSO control activities, although they serve an important purpose. True or False
False
In a collaboration model using BPMN, the interaction between participants is called orchestration. True or False
False
Many-to-many relationships are implemented by posting a foreign key. True or False
False
One-to-one relationships are implemented by creating a linking table. True or False
False
Which of the following best describes the purpose of an intermediate timer event? A) Shows the timing of messages between two pools. B) Determines when the business process begins. C) Illustrates the process flow when a delay occurs. D) Contains a series of activities that are hidden from view.
Illustrates the process flow when a delay occurs
Which of the following best describes the purpose of an intermediate error event? A) Shows the interchange between two pools. B) Depicts the sequence of activities in one pool. C) Contains a series of activities that are hidden from view. D) Illustrates the process flow when an exception occurs.
Illustrates the process flow when an exception occurs.
Which of the following activities is not associated with the sales and collection business process? A) Recording customer payments. B) Maintaining vendor records. C) Selling products and services. D) Billing customers.
Maintaining vendor records.
Which of the following occurs at the same time a sale of goods occurs? A) Reduction in accounts receivable. B) Increase in inventory. C) Increase in accounts payable. D) Recognition of cost of goods sold.
Recognition of cost of goods sold.
Which of the following best describes the choreography in a BPMN activity diagram? A) Shows the interaction of messages between participants in the business process. B) Hides activities that are not of interest in the analysis of the business process. C) Shows the sequence of activities within one pool. D) Follows the sequence flow from start to end.
Shows the interaction of messages between participants in the business process
Which of the following best describes the orchestration in a BPMN activity diagram? A) Shows the interaction of messages between participants in the business process. B) Hides activities that are not of interest in the analysis of the business process. C) Shows the sequence of activities within one pool. D) Follows the sequence flow from start to end.
Shows the sequence of activities within one pool.
A pool in a BPMN model does not actually have to display any activities. True or False
True
An intermediate error event can be used to model process exceptions. True or False
True
BPMN models can describe the collaboration between two organizations using pools. True or False
True
One-to-many relationships are implemented by posting a foreign key. True or False
True
Segregation of duties is an example of a COSO control activity. True or False
True
Type images can be used to allow process information to be summarized by category. True or False
True