SPRING 2016 CIS 406-02: CH5 – Flashcards
Unlock all answers in this set
Unlock answersquestion
In data and process modeling, a(n) BLANK model shows what the system must do, regardless of how it will be implemented physically.
answer
Logical
question
True or False: Systems analysts call an entity that receives data from the system a source.
answer
False, a sink.
question
True or False: A disadvantage of the four-model approach is that the requirements of a new information system always are quite different from the current information system, especially when the proposal is based on new computer technology rather than a large number of new requirements.
answer
False
question
In a data dictionary, BLANK is the maximum number of characters for an alphabetic or character data element or the maximum number of digits and number of decimal positions for a numeric data element.
answer
length
question
In a DFD, the Gane and Sarson symbol for a process is a
answer
rectangle with rounded corners.
question
In most data dictionaries, records are defined together with the data flows and data stores.
answer
False, records are defined separately.
question
In a DFD, the Gane and Sarson symbol for a data store is
answer
flat rectangle that is open on the right side and closed on the left side.
question
What also is called looping?
answer
Iteration
question
Decision trees show the logic structure in a
answer
horizontal form that resembles a tree with the roots at the left and the branches to the right.
question
In the accompanying figure, the sequence structure is the completion of
answer
steps in a chronological order, one after another.
question
In a data dictionary, any name other than the standard data element name is called a(n)
answer
Alias.
question
In a DFD, the Gane and Sarson symbol for a data flow is a
answer
line with a single or double arrowhead.
question
True or False: In addition to describing each data element, data flow, data store, record, entity, and process, the data dictionary documents the relationships among these components.
answer
True
question
DFD symbols are referenced by using all BLANK letters for the symbol name.
answer
CAPITAL.
question
True or False: Systems analysts call an entity that supplies data to the system a sink.
answer
False, a source.
question
BLANK is/are logically impossible in a DFD because a process must act on input, shown by an incoming data flow, and produce output, represented by an outgoing data flow.
answer
Black Holes.
question
In a data dictionary, some data elements have BLANK rules, such as an employee's salary must be within the range defined for the employee's job classification.
answer
Validity Rules.
question
In a DFD, the Gane and Sarson symbol for an entity is a
answer
rectangle, which may be shaded to make it look three-dimensional.
question
True or False: More complex systems have fewer processes, and analysts need only work through very few levels to identify the functional primitives
answer
False.
question
True or False: Using Gane and Sarson symbols, a DFD represents processes as rectangles with rounded corners.
answer
True.
question
A spontaneous generation process is a process that has
answer
no input.
question
True or False: Deciding whether to explode a process further or determine that it is a functional primitive is a matter of experience, judgment, and interaction with programmers who must translate the logical design into code.
answer
True.
question
The iteration structure is the completion of
answer
a process step that is repeated until a specific condition changes. also known as a loop.
question
Using BLANK, an analyst starts with an overall view, which is a context diagram with a single process symbol, and then the analyst creates diagram 0, which shows more detail.
answer
leveling.
question
True or False: Two DFDs are leveled, for example, if the child diagram at the bottom has the same input and output flows as the parent process at the top of the diagram.
answer
False, because each internal process is numbered to show that it is a child of the parent
process.
question
True or False: During the systems design phase, a physical model of the new information system is created that follows from the logical model and involves operational tasks and techniques.
answer
True.
question
A DFD shows
answer
how a system transforms input data into useful information.
question
BLANK is the process of drawing a series of increasingly detailed DFDs, until all functional primitives are identified.
answer
Leveling.
question
Typical process description tools include
answer
decision trees.
question
In a data dictionary, data elements are combined into BLANK, which are meaningful combinations of data elements that are included in data flows or retained in data stores.
answer
Records. Also known as data structures.
question
A data BLANK is a central storehouse of information about a system's data.
answer
repository.
question
True or False: In a DFD, processes contain the business logic, also called business rules, that transform the data and produce the required results.
answer
True.
question
A gray hole is a process that has
answer
at least one input and one output, but the input obviously is insufficient to generate the output shown.
question
The major benefit of BLANK is that it gives a clear picture of current system functions before any modifications or improvements are made.
answer
the four-model approach.
question
True or False: In modular design, a rectangle represents a condition or decision, a diamond shape represents a step or a process, and the logic follows the lines in the direction indicated by the arrows.
answer
False, A rectangle represents a step or process,
a diamond shape represents a condition or
decision.
question
True or False: In a DFD, a process symbol can have only one outgoing data flow.
answer
False.
question
True or False: Two data stores can be connected by a data flow without an intervening process.
answer
False, they must have an intervening process.
question
A black hole is a process that has
answer
no output. Lost in a black hole!
question
Because diagram 0 is a(n) BLANK version of process 0, it shows considerably more detail than a context diagram.
answer
exploded.
question
True or False: What makes one system more complex than another is the number of components, the number of levels, and the degree of interaction among its processes, entities, data stores, and data flows.
answer
True.
question
A data element is
answer
the smallest piece of data that has meaning. Also known as a data item or field.
question
A case repository
answer
ensures data consistency.
question
Modular Design is based on
answer
the logical structures, also called control structures:
Sequence,
Selection,
Iteration - looping.
question
Structured English uses
answer
indentation for easier reading, like when coding in Sublime Text. A limited vocabulary such as standard terms used in the data dictionary.
question
In decision tables the number of rules
answer
doubles each time you add a condition.
question
In decision tables dashes represent
answer
irrelevant conditions
question
Sequencing of models helps
answer
give a flexible approach where one can develop a physical model before a logical model. This will help better understand the system.
question
Four-Model Approach: Develop
answer
A physical model of the current system.
A logical model of the current system.
A logical model of the new system.
A physical model of the new system.
question
Each functional primitive process is documented using
answer
structured English, decision tables, and decision trees.