Deck 7: Conversion Business Process

Full screen (f)
exit full mode
Question
Which of the following best describes the purpose of an intermediate error event?

A)Interupts the normal flow of the process
B)Alerts users to control risks
C)Waits for external messages
D)Directs a sequence to repeat
Use Space or
up arrow
down arrow
to flip the card.
Question
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.  <div style=padding-top: 35px>
Question
Application controlscan limit access to viewing and changing records in a system.
Question
In the conversion process,indirect labor is first recorded to which of the following accounts?

A)Finished Goods.
B)Raw Material Inventory.
C)Work-in-Process Inventory.
D)Manufacturing Overhead.
Question
Gateways can direct sequence flow to support looping.
Question
Which of the following is the best reason that a collaboration model would not be used to diagram the conversion process?

A)All conversion activities are internal to the organization.
B)A collaboration model does not include swimlanes.
C)The orchestration of the activities is not shown in a collaboration model.
D)The choreography between pools is not shown in a collaboration model.
Question
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Products and Production Authorization classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Products and Production Authorization classes?  </strong> A)The employee records the completion of a job and updates finished goods. B)Each production authorization is related to one product. C)Each product is related to one production authorization. D)One employee can authorize production multiple times. <div style=padding-top: 35px>

A)The employee records the completion of a job and updates finished goods.
B)Each production authorization is related to one product.
C)Each product is related to one production authorization.
D)One employee can authorize production multiple times.
Question
Which of the following types of business is least likely to employ a conversion process?

A)Restaurant
B)Retail store
C)Bakery
D)Machine shop
Question
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.  <div style=padding-top: 35px>
Question
Which of the following best describes the purpose of a bill of material class?

A)Links each raw material item to one or more finished good items.
B)Shows the issues of raw material items into work in process.
C)Links finished goods to production.
D)Shows the raw material usage variance.
Question
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and Production Authorization classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and Production Authorization classes?  </strong> A)The employee records the completion of a job and updates finished goods. B)Each production authorization results in the increase to the quantity on hand of one product. C)Employees manage multiple products. D)One employee can authorize production multiple times. <div style=padding-top: 35px>

A)The employee records the completion of a job and updates finished goods.
B)Each production authorization results in the increase to the quantity on hand of one product.
C)Employees manage multiple products.
D)One employee can authorize production multiple times.
Question
Which of the following is not a basic activity in the conversion process?

A)Issue raw material
B)Perform work and account for labor
C)Ship products to stores
D)Authorize production
Question
A labor plan class would establish standard overhead allocation rates.
Question
Which of the following not one of the reasons that the conversion process is typically considered more complicated than the sales and collections and the purchases and payments processes?

A)The conversion process has greater record-keeping requirements.
B)Many companies do not have a conversion process.
C)The sophistication of the conversion process may vary greatly among different companies.
D)All three of the other answers are reasons that the conversion process is more complicated.
Question
In a basic UML diagram of the conversion process,which of the following best describes the purpose of a duality association?

A)Shows the participation of employees in the process.
B)Links work in process events to the original production authorization.
C)Indicates issue of raw material into the process.
D)Tracks completion of work in process and increase to finished goods inventory.
Question
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.  <div style=padding-top: 35px>
Question
Consider the following BPMN diagram of a subprocess.Which of the following is required to correct an error in the diagram? <strong>Consider the following BPMN diagram of a subprocess.Which of the following is required to correct an error in the diagram?  </strong> A)Change the intermediate event to a start event. B)Change the intermediate error event to an exclusive gateway. C)Add a sequence flow to an end event after the discard errors activity. D)Drop the activity named Discard Errors. <div style=padding-top: 35px>

A)Change the intermediate event to a start event.
B)Change the intermediate error event to an exclusive gateway.
C)Add a sequence flow to an end event after the discard errors activity.
D)Drop the activity named Discard Errors.
Question
Which of the following least reflects the purpose of a business rule in the conversion process?

A)Segregating authorizing,issuing,and conversion work duties.
B)Limiting who can view and change records in the system.
C)Return defective items to suppliers promptly.
D)Assuring that all products meet quality standards.
Question
Business rules describe appropriate actions to take based on process conditions.
Question
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.  <div style=padding-top: 35px>
Question
Using a generic conversion UML class diagram as a starting point,which of the following best describes how to find work-in-process inventory?

A)It is displayed in the UML class diagram as a Resource class.
B)It is calculated based on accumulated materials issued,labor and overhead.
C)It is displayed in the UML class diagram as a Type Image class.
D)It is not displayed in the UML class diagram,but will become a table in the relational database as a result of a many-to-many association in the UML class diagram.
Question
Which of the following is the most likely foreign key for the Bill of Materials table?

A)Prod_auth_ID
B)Product_ID
C)Issue_Sequence
D)Material_description
Question
When creating a UML class diagram to support the conversion process,which of the following approaches provides a way to meet both accounting and general management information requirements?

A)The COSO framework.
B)BPMN guidelines.
C)A star schema.
D)The REA framework.
Question
Which of the following is the recommended data type for the Product_number field in the conversion database?

A)Integer
B)Memo
C)Text
D)Double
Question

Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol <strong> Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol   indicates which of the following?P1P1_E  </strong> A)Gateway. B)Activity loop. C)Exception event. D)Collapsed subprocess. <div style=padding-top: 35px> indicates which of the following?P1P1_E <strong> Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol   indicates which of the following?P1P1_E  </strong> A)Gateway. B)Activity loop. C)Exception event. D)Collapsed subprocess. <div style=padding-top: 35px>


A)Gateway.
B)Activity loop.
C)Exception event.
D)Collapsed subprocess.
Question
Review the following BPMN activity diagram.In this conversion process,the quantities of raw materials to be released is calculated based on which information? <strong>Review the following BPMN activity diagram.In this conversion process,the quantities of raw materials to be released is calculated based on which information?  </strong> A)Work-in-Process. B)The Bills of Materials. C)The quantities of raw materials purchased. D)Economic order quantities. <div style=padding-top: 35px>

A)Work-in-Process.
B)The Bills of Materials.
C)The quantities of raw materials purchased.
D)Economic order quantities.
Question
Which of the following is the most likely foreign key for the Production_Authorizations table?

A)Special_handling
B)Product_Number
C)Product_unit_of_sale
D)Materials_issue_number
Question
A well controlled conversion process would likely have which of the following roles seperated into swimlanes?

A)Accounts Payable Manager and Receiving Employee.
B)Inventory Manager and Receiving Manager.
C)Inventory Manager and Conversion Employee.
D)Conversion Employee and Overhead Employee.
Question
Review the following diagram.Which answer provides the best interpretation Bill of Materials class and its associations? <strong>Review the following diagram.Which answer provides the best interpretation Bill of Materials class and its associations?  </strong> A)A material might not be included in any Bills of Materials. B)The Bill of Materials determines which product should be produced. C)Bills of Materials act as a type image class that specifies the details of the implied association between products and materials. D)A Bill of Materials may be associated with many different products. <div style=padding-top: 35px>

A)A material might not be included in any Bills of Materials.
B)The Bill of Materials determines which product should be produced.
C)Bills of Materials act as a type image class that specifies the details of the implied association between products and materials.
D)A Bill of Materials may be associated with many different products.
Question
The duality associations between the events in the generic conversion UML class diagram illustrate which of the following?

A)The participation of both supervisors and employees in the conversion process.
B)The looping approach required for conversion processes that include multiple batches.
C)The capture of actual material and labor costs for comparison with the original plan.
D)The need for multiple raw materials to be included in the conversion process.
Question
In a BPMN activity diagram,what does the following symbol represent? <strong>In a BPMN activity diagram,what does the following symbol represent?  </strong> A)A looping collapsed subprocess. B)An exception event. C)A connection made to another swimlane in the process. D)An expanded subprocess. <div style=padding-top: 35px>

A)A looping collapsed subprocess.
B)An exception event.
C)A connection made to another swimlane in the process.
D)An expanded subprocess.
Question
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and the Labor Operations classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and the Labor Operations classes?  </strong> A)Each employee that creates a Material Issue must record at least one Labor Operation. B)At least one production worker and one supervisor must perform labor operations for each production run. C)The association between Labor Operations and Employees will be implemented in the database with a Type Image class. D)An employee may not perform any labor operations. <div style=padding-top: 35px>

A)Each employee that creates a Material Issue must record at least one Labor Operation.
B)At least one production worker and one supervisor must perform labor operations for each production run.
C)The association between Labor Operations and Employees will be implemented in the database with a Type Image class.
D)An employee may not perform any labor operations.
Question
Which of the following business rules illustrates a proper implementation of internal control?

A)The employee that orders manterials can't also inspect the work.
B)The employee that performs part of the conversion work can't also perform other work in the conversion process.
C)The employee that authorizes production can't be the same employee that issues raw materials.
D)The person that receives the finished items can't also place them into their assigned warehouse location.
Question
Which of the following general ledger accounts would likely not be impacted in a conversion process?

A)Sales Revenue.
B)Inventory.
C)Cost of Goods Sold.
D)Work-in-Process.
Question
Which of the following is the most likely order of a basic conversion activity model?

A)Authorize Production→Issue Raw Materials→Perform Work→Complete Prodcution.
B)Customer Order→Perform Work→Review Work→Ship Product.
C)Authorize Production→Order Materials→Apply Overhead→Complete Production.
D)Customer Order→Issue Raw Materials→Apply Overhead→Ship Product.
Question
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Materials and the Materials Issue classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Materials and the Materials Issue classes?  </strong> A)A Material Issue must include at least one material,but may include many materials. B)When a material is issued,it is transferred into the Material Issue class. C)Each material is included in at least one material issue,but may be included in many material issues. D)A material issue might not include a material. <div style=padding-top: 35px>

A)A Material Issue must include at least one material,but may include many materials.
B)When a material is issued,it is transferred into the Material Issue class.
C)Each material is included in at least one material issue,but may be included in many material issues.
D)A material issue might not include a material.
Question
Which of the following is the primary overall objective of the conversion process?

A)Issue raw materials efficiently.
B)Ensure that enough finished products are available to meet anticipated demand.
C)Make finished products to order.
D)Transfer finished goods to warehouse inventory accurately.
Question
Which of the following is the most likely primary key for the Materials table?

A)Product_ID
B)Materials_number
C)Materials_issue_number
D)Product_category_number
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/38
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Conversion Business Process
1
Which of the following best describes the purpose of an intermediate error event?

A)Interupts the normal flow of the process
B)Alerts users to control risks
C)Waits for external messages
D)Directs a sequence to repeat
A
2
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.
False
3
Application controlscan limit access to viewing and changing records in a system.
True
4
In the conversion process,indirect labor is first recorded to which of the following accounts?

A)Finished Goods.
B)Raw Material Inventory.
C)Work-in-Process Inventory.
D)Manufacturing Overhead.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
5
Gateways can direct sequence flow to support looping.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following is the best reason that a collaboration model would not be used to diagram the conversion process?

A)All conversion activities are internal to the organization.
B)A collaboration model does not include swimlanes.
C)The orchestration of the activities is not shown in a collaboration model.
D)The choreography between pools is not shown in a collaboration model.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
7
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Products and Production Authorization classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Products and Production Authorization classes?  </strong> A)The employee records the completion of a job and updates finished goods. B)Each production authorization is related to one product. C)Each product is related to one production authorization. D)One employee can authorize production multiple times.

A)The employee records the completion of a job and updates finished goods.
B)Each production authorization is related to one product.
C)Each product is related to one production authorization.
D)One employee can authorize production multiple times.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following types of business is least likely to employ a conversion process?

A)Restaurant
B)Retail store
C)Bakery
D)Machine shop
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
9
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following best describes the purpose of a bill of material class?

A)Links each raw material item to one or more finished good items.
B)Shows the issues of raw material items into work in process.
C)Links finished goods to production.
D)Shows the raw material usage variance.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
11
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and Production Authorization classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and Production Authorization classes?  </strong> A)The employee records the completion of a job and updates finished goods. B)Each production authorization results in the increase to the quantity on hand of one product. C)Employees manage multiple products. D)One employee can authorize production multiple times.

A)The employee records the completion of a job and updates finished goods.
B)Each production authorization results in the increase to the quantity on hand of one product.
C)Employees manage multiple products.
D)One employee can authorize production multiple times.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following is not a basic activity in the conversion process?

A)Issue raw material
B)Perform work and account for labor
C)Ship products to stores
D)Authorize production
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
13
A labor plan class would establish standard overhead allocation rates.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following not one of the reasons that the conversion process is typically considered more complicated than the sales and collections and the purchases and payments processes?

A)The conversion process has greater record-keeping requirements.
B)Many companies do not have a conversion process.
C)The sophistication of the conversion process may vary greatly among different companies.
D)All three of the other answers are reasons that the conversion process is more complicated.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
15
In a basic UML diagram of the conversion process,which of the following best describes the purpose of a duality association?

A)Shows the participation of employees in the process.
B)Links work in process events to the original production authorization.
C)Indicates issue of raw material into the process.
D)Tracks completion of work in process and increase to finished goods inventory.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
16
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
17
Consider the following BPMN diagram of a subprocess.Which of the following is required to correct an error in the diagram? <strong>Consider the following BPMN diagram of a subprocess.Which of the following is required to correct an error in the diagram?  </strong> A)Change the intermediate event to a start event. B)Change the intermediate error event to an exclusive gateway. C)Add a sequence flow to an end event after the discard errors activity. D)Drop the activity named Discard Errors.

A)Change the intermediate event to a start event.
B)Change the intermediate error event to an exclusive gateway.
C)Add a sequence flow to an end event after the discard errors activity.
D)Drop the activity named Discard Errors.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following least reflects the purpose of a business rule in the conversion process?

A)Segregating authorizing,issuing,and conversion work duties.
B)Limiting who can view and change records in the system.
C)Return defective items to suppliers promptly.
D)Assuring that all products meet quality standards.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
19
Business rules describe appropriate actions to take based on process conditions.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
20
Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model. Refer to the following UML class diagram to answer questions 6 to 10 below about the relational database based on this model.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
21
Using a generic conversion UML class diagram as a starting point,which of the following best describes how to find work-in-process inventory?

A)It is displayed in the UML class diagram as a Resource class.
B)It is calculated based on accumulated materials issued,labor and overhead.
C)It is displayed in the UML class diagram as a Type Image class.
D)It is not displayed in the UML class diagram,but will become a table in the relational database as a result of a many-to-many association in the UML class diagram.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is the most likely foreign key for the Bill of Materials table?

A)Prod_auth_ID
B)Product_ID
C)Issue_Sequence
D)Material_description
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
23
When creating a UML class diagram to support the conversion process,which of the following approaches provides a way to meet both accounting and general management information requirements?

A)The COSO framework.
B)BPMN guidelines.
C)A star schema.
D)The REA framework.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following is the recommended data type for the Product_number field in the conversion database?

A)Integer
B)Memo
C)Text
D)Double
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
25

Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol <strong> Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol   indicates which of the following?P1P1_E  </strong> A)Gateway. B)Activity loop. C)Exception event. D)Collapsed subprocess. indicates which of the following?P1P1_E <strong> Review the conversion process BPMN activity diagram presented below.In the diagram,the symbol   indicates which of the following?P1P1_E  </strong> A)Gateway. B)Activity loop. C)Exception event. D)Collapsed subprocess.


A)Gateway.
B)Activity loop.
C)Exception event.
D)Collapsed subprocess.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
26
Review the following BPMN activity diagram.In this conversion process,the quantities of raw materials to be released is calculated based on which information? <strong>Review the following BPMN activity diagram.In this conversion process,the quantities of raw materials to be released is calculated based on which information?  </strong> A)Work-in-Process. B)The Bills of Materials. C)The quantities of raw materials purchased. D)Economic order quantities.

A)Work-in-Process.
B)The Bills of Materials.
C)The quantities of raw materials purchased.
D)Economic order quantities.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following is the most likely foreign key for the Production_Authorizations table?

A)Special_handling
B)Product_Number
C)Product_unit_of_sale
D)Materials_issue_number
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
28
A well controlled conversion process would likely have which of the following roles seperated into swimlanes?

A)Accounts Payable Manager and Receiving Employee.
B)Inventory Manager and Receiving Manager.
C)Inventory Manager and Conversion Employee.
D)Conversion Employee and Overhead Employee.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
29
Review the following diagram.Which answer provides the best interpretation Bill of Materials class and its associations? <strong>Review the following diagram.Which answer provides the best interpretation Bill of Materials class and its associations?  </strong> A)A material might not be included in any Bills of Materials. B)The Bill of Materials determines which product should be produced. C)Bills of Materials act as a type image class that specifies the details of the implied association between products and materials. D)A Bill of Materials may be associated with many different products.

A)A material might not be included in any Bills of Materials.
B)The Bill of Materials determines which product should be produced.
C)Bills of Materials act as a type image class that specifies the details of the implied association between products and materials.
D)A Bill of Materials may be associated with many different products.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
30
The duality associations between the events in the generic conversion UML class diagram illustrate which of the following?

A)The participation of both supervisors and employees in the conversion process.
B)The looping approach required for conversion processes that include multiple batches.
C)The capture of actual material and labor costs for comparison with the original plan.
D)The need for multiple raw materials to be included in the conversion process.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
31
In a BPMN activity diagram,what does the following symbol represent? <strong>In a BPMN activity diagram,what does the following symbol represent?  </strong> A)A looping collapsed subprocess. B)An exception event. C)A connection made to another swimlane in the process. D)An expanded subprocess.

A)A looping collapsed subprocess.
B)An exception event.
C)A connection made to another swimlane in the process.
D)An expanded subprocess.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
32
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and the Labor Operations classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Employees and the Labor Operations classes?  </strong> A)Each employee that creates a Material Issue must record at least one Labor Operation. B)At least one production worker and one supervisor must perform labor operations for each production run. C)The association between Labor Operations and Employees will be implemented in the database with a Type Image class. D)An employee may not perform any labor operations.

A)Each employee that creates a Material Issue must record at least one Labor Operation.
B)At least one production worker and one supervisor must perform labor operations for each production run.
C)The association between Labor Operations and Employees will be implemented in the database with a Type Image class.
D)An employee may not perform any labor operations.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following business rules illustrates a proper implementation of internal control?

A)The employee that orders manterials can't also inspect the work.
B)The employee that performs part of the conversion work can't also perform other work in the conversion process.
C)The employee that authorizes production can't be the same employee that issues raw materials.
D)The person that receives the finished items can't also place them into their assigned warehouse location.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
34
Which of the following general ledger accounts would likely not be impacted in a conversion process?

A)Sales Revenue.
B)Inventory.
C)Cost of Goods Sold.
D)Work-in-Process.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following is the most likely order of a basic conversion activity model?

A)Authorize Production→Issue Raw Materials→Perform Work→Complete Prodcution.
B)Customer Order→Perform Work→Review Work→Ship Product.
C)Authorize Production→Order Materials→Apply Overhead→Complete Production.
D)Customer Order→Issue Raw Materials→Apply Overhead→Ship Product.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
36
Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Materials and the Materials Issue classes? <strong>Review the following diagram.Which answer provides the best interpretation of the multiplicities for the association between the Materials and the Materials Issue classes?  </strong> A)A Material Issue must include at least one material,but may include many materials. B)When a material is issued,it is transferred into the Material Issue class. C)Each material is included in at least one material issue,but may be included in many material issues. D)A material issue might not include a material.

A)A Material Issue must include at least one material,but may include many materials.
B)When a material is issued,it is transferred into the Material Issue class.
C)Each material is included in at least one material issue,but may be included in many material issues.
D)A material issue might not include a material.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following is the primary overall objective of the conversion process?

A)Issue raw materials efficiently.
B)Ensure that enough finished products are available to meet anticipated demand.
C)Make finished products to order.
D)Transfer finished goods to warehouse inventory accurately.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following is the most likely primary key for the Materials table?

A)Product_ID
B)Materials_number
C)Materials_issue_number
D)Product_category_number
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 38 flashcards in this deck.