978-0133546231 Chapter 06 Part 1

subject Type Homework Help
subject Pages 9
subject Words 3082
subject Authors Joey F. George, Joseph S. Valacich

Unlock document.

This document is partially blurred.
Unlock all pages and 1 million more documents.
Get Access
page-pf1
Essentials of Systems Analysis and Design, 6e (Valacich)
Chapter 6 Structuring System Requirements: Process Modeling
1) A data-flow diagram (DFD) is a graphical tool that allows analysts to illustrate the flow of
data in an information system.
Classification: Concept
2) Logic modeling graphically represents the processes that capture, manipulate, store, and
distribute data between a system and its environment and among components within a system.
Classification: Concept
3) Data-flow diagramming is one of several structured analysis techniques used to increase
software development productivity.
Classification: Concept
4) Structured analysis techniques, such as data-flow diagramming, can help companies avoid
misunderstanding how existing systems will have to work with the new system and incorrect
specifications for necessary data, forms, and reports.
Classification: Concept
5) A primitive level data-flow diagram is the first deliverable produced during requirements
structuring.
Classification: Concept
1
page-pf2
6) Data-flow diagrams (DFD) illustrate important concepts about the movement of data.
Classification: Concept
7) Data-flow diagrams evolve from the more general to the more detailed as current and
replacement systems are better understood.
Classification: Concept
8) A data flow represents data in motion, moving from one place in the system to another.
Classification: Concept
9) On a data-flow diagram, a check and payment coupon mailed to the company is represented as
a data store.
Classification: Concept
10) Data on a customer form could be represented on a data-flow diagram as a data flow.
Classification: Application
11) Assume shipment data are entered into a logbook once shipments are received at the
company's warehouse; the logbook is represented on a data-flow diagram as a sink.
Classification: Application
2
page-pf3
12) Assume your local veterinarian records information about each of his patients on patient
medical history forms; the collection of medical history forms is represented on a data-flow
diagram as a data store.
Classification: Application
13) The calculation of a student's grade is represented on a data-flow diagram as a data flow.
Classification: Application
14) The determination of which items are low in stock is represented on a data-flow diagram as a
process.
Classification: Application
15) Sources and sinks are internal to the system.
Classification: Concept
16) When constructing data-flow diagrams, you should show the interactions that occur between
sources and sinks.
Classification: Concept
17) The data a sink receives and often what data a source provides are fixed.
Classification: Concept
3
page-pf4
18) A Web site's customer is represented as a source on a data-flow diagram.
Classification: Application
19) On a data-flow diagram, an arrow represents an action, such as calculating an employee's
pay.
Classification: Concept
20) On a data-flow diagram, a diamond represents a process.
Classification: Concept
21) On a data-flow diagram, a rectangle with the right vertical line missing represents a data
store.
Classification: Concept
22) A context diagram shows the scope of the organizational system, system boundaries, external
entities that interact with the system, and the major information flows between entities and the
system.
Classification: Concept
23) Context diagrams have only one process labeled "P-1."
Classification: Concept
4
page-pf5
24) No data stores appear on a context diagram.
Classification: Concept
25) A level-0 diagram is a data-flow diagram that represents a system's major processes, data
flows, and data stores at a high level of detail.
Classification: Concept
26) Assume Process 7.4 produces a data flow and that Process 7.2 must be ready to accept it; we
would say that these processes are physically linked to each other.
Classification: Application
27) Assume we have placed a data store between Process 5.1 and Process 5.5; we would say that
these processes are decoupled.
Classification: Application
28) A data flow can go directly back to the same process it leaves.
Classification: Concept
29) A fork in a data flow means that exactly the same data go from a common location to two or
more different processes, data stores, or sources/sinks.
Classification: Concept
5
page-pf6
30) Data cannot move directly from a source to a sink.
Classification: Concept
31) A data flow to a data store means update.
Classification: Concept
32) More than one data flow noun phrase can appear on a single arrow as long as all of the flows
on the same arrow move together as one package.
Classification: Concept
33) A process has a verb label.
Classification: Concept
34) Double-ended arrows are used to represent data flowing in both directions.
Classification: Concept
35) To keep a data-flow diagram uncluttered, you may repeat data stores, sinks/sources, and
processes.
Classification: Concept
6
page-pf7
36) Because a data flow name represents a specific set of data, another data flow that has even
one more or one less piece of data must be given a different, unique name.
Classification: Concept
37) Functional decomposition is a repetitive process of breaking the description or perspective of
a system down into finer and finer detail.
Classification: Concept
38) The lowest-level data-flow diagrams are called level-0 diagrams.
Classification: Concept
39) The decomposition of Process 1.1 would be shown on a level-1 diagram.
Classification: Application
40) The decomposition of Process 2.4.3.4 would be shown on a level-4 diagram.
Classification: Application
41) As a rule of thumb, no data-flow diagram should have more than about seven processes on it.
Classification: Concept
7
page-pf8
42) Coupling is the conservation of inputs and outputs to a data-flow diagram process when that
process is decomposed to a lower level.
Classification: Concept
43) A composite data flow on one level can be split into component data flows at the next level,
but no new data can be added and all data in the composite must be accounted for in one or more
subflows.
Classification: Concept
44) Completeness, consistency, timing, iterative development, and primitive DFDs are guidelines
for drawing DFDs.
Classification: Concept
45) DFD cohesion means your DFDs include all of the necessary components for the system you
are modeling.
Classification: Concept
46) A data flow repository entry would include the composition or list of data elements contained
in the data flow.
Classification: Concept
47) A gross violation of DFD consistency would be a level-1 diagram with no level-0 diagram.
Classification: Concept
8
page-pf9
48) One of the primary purposes of a DFD is to represent time, giving a good indication of
whether data flows occur constantly in real time, once a day, or once a year.
Classification: Concept
49) Structured analysis is the process of discovering discrepancies between two or more sets of
data-flow diagrams or discrepancies within a single DFD.
Classification: Concept
50) To date, data-flow diagrams have not been useful tools for modeling processes in business
process reengineering.
Classification: Concept
51) Data-flow diagrams allow you to:
A) show the timing of data flows.
B) model how data flow through an information system.
C) demonstrate the sequencing of activities.
D) show the relationship among entities.
E) represent the internal structure and functionality of processes.
Classification: Concept
9
page-pfa
52) Since data-flow diagrams concentrate on the movement of data between processes, these
diagrams are often referred to as:
A) process models.
B) data models.
C) flow models.
D) flow charts.
E) logic models.
Classification: Concept
53) Graphically representing the processes that capture, manipulate, store, and distribute data
between a system and its environment and among components within a system refers to:
A) data modeling.
B) structure modeling.
C) process modeling.
D) transition modeling.
E) logic modeling.
Classification: Concept
54) The diagram that shows the scope of the system, indicating what elements are inside and
outside the system, is called a:
A) context diagram.
B) level-2 diagram.
C) referencing diagram.
D) representative diagram.
E) decomposition diagram.
Classification: Concept
10

Trusted by Thousands of
Students

Here are what students say about us.

Copyright ©2022 All rights reserved. | CoursePaper is not sponsored or endorsed by any college or university.