Accy 310 final (chapter 1-5 continued)
which of the following best describes the purpose of an event in a BPMN activity diagram
affects the flow of the business process
which of the following is a well-formed business rule
all of these are well-formed business rules
which of the following best describes the purpose of an activity model
an activity model describes the sequence of workflow in a business process
which of the following is not a building block for BPMN diagrams
association
Entity-relationship diagrams (ERDs) are similar in content and purpose to Unified Modeling Language (UML) class diagrams. which of the following is not a basic building block of ERDs
associations
which of the following is not a stewardship and reporting role of the accounting/finance function in business
human resource management
which of the following is not a criterion for selection of a primary key
longer key values are better than shorter key values
which of the following is not a step in using a Unified Modeling Language (UML) class model to prepare a database
map associations to primary keys
which of the following is not a best practice in preparing Unified Modeling Language (UML) class diagrams
model each process separately
which of the following best describes a BPMN message flow
shows interaction between participants in a process
which of the following is not an accounting/finance operations role of the accounting/finance function in business
stakeholder assurance
which of the following best describes the purpose of a primary key
uniquely identifies each instance of the class
which of the following is not part of the business analysis process
using IT to make finance and accounting processes more efficient and effective
which of the following are possible options for minimum multiplicities
0 and 1
which of the following is a difference BPMN activity diagrams and flowcharts
BPMN symbols can show a variety of intermediate events that affect the sequence flow
Business Modeling Notation (BPMN) activity diagrams depict activities as circles
F
Business Modeling Notation (BPMN) activity models show the sequence of flow from right to left and top to bottom
F
Business Modeling Notation (BPMN) start events are shown using ovals and flowchart start events are shown using circles
F
a business process contains business rules
F
activity models are relatively new process modeling tool
F
because business models are simpler than the processes they depict, they are limited in their ability to integrate local views of a process
F
data flow diagrams start with a circle indication the start event
F
documentation helps with training but won't help with regulatory compliance issues
F
gateways show decision and possible branching as a result of the decision
F
to be valuable business partners, accountants must understand how the business delivers value to its employees
F
Business Modeling Notation (BPMN) activity diagrams are conceptually similar to process maps
T
Business Modeling Notation (BPMN) activity diagrams depict events as circles
T
In Business Modeling Notation (BPMN), activities are named with a short verb phrase placed within the rectangle
T
Models should be simpler than the processes and systems they depict
T
a business model is typically a graphical depiction of the essential business process information
T
accountants now face a challenge of helping business optimize processes
T
an activity can depict a single action or see logical combination of actions depending on the required level of detail to achieve the objectives of the business process analysis
T
documentation can be through of as a tool for information transmission and communication
T
opportunity flowcharts identify opportunities for process improvement by separating value-added from non-value-added activities
T
swimlanes identify participants, e.g., organizations, in a process
T
which of the following symbols depicts an intermediate event
a circle with a double line perimeter
which of the following statements about foreign keys is not true
a foreign key cannot be NULL
which of the following symbols depicts an activity
a rectangle
which of the following best describes a business model
a simple, abstract representation of a business process or processes
which of the following is not a form of business rules
compulsory
which of the following best describes the purpose of a gateway in a BPMN activity diagram
controls branching and merging
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the accountants class are 0..* and the multiplicities next to the states class are 0..*. Which of the following is the best way to implement that association in your database
create a linking table
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the sales class are 0..* and the multiplicities next to the inventory class are 1..*. Which of the following is the best way to implement that association in your next database
create a linking table
which of the following best describes the purpose of a swimlane
depicts different departments of the same organization in a process
which of the following is not a purpose of documentation
determining staffing
business models provide value in all of the following areas except which one
employee performance appraisal
process documentation does not include which of the following
external audit workpapers
which of the following is not a business management support role of the accounting/finance function in business
financial consolidation, reporting and analysis
which of the following is not a common element of activity models regardless of the specific modeling notation
multiplicities
which of the following symbols is used to depict different organizations in one BPMN diagram
pool
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the cash disbursements class are 0..* and the multiplicities next to the cash accounts class are 1..1. Which of the following is the best way to implement that association in your database
post the primary key of cash accounts as a foreign key in cash disbursements
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. the multiplicities next to the cities class are 1..1 and the multiplicities next to the neighborhood class are 1..*. Which of the following is the best way to implement that association in your database
post the primary key of cities as a foreign key in neighborhoods
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the customers class are 1..1 and the multiplicities next to the sale class are 0..*. which of the following is the best way to implement that association in your database
post the primary key of customers as a foreign key in sales
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. the multiplicities next to the pet owners class are 1..1 and the multiplicities next to the pets class are 1..*. Which of the following is the best way to implement that association in your database
post the primary key of pet owners as a foreign key in the pets
Consider an association between a customers class and a sale class in a Unified Modeling Language (UML) Class diagram. the multiplicities next to the deliveries class are 0..* and the multiplicities next tot eh shipping companies class are 1..1. Which of the following is the best way to implement that association in your database
post the primary key of shipping companies as a foreign key in deliveries
which of the following best describes the difference between a BPMN gateway and a flowcharting decision diamond
the gateway only represents branching and the decision that results in branching
which of the following would be least likely to be represented with a Unified Modeling Language (UML) class
the number of trucks used in the delivery
which of the following is the best description of an association
the relationship between two classes