- In a data dictionary, _____ 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. Length
- Structured English might look familiar to programming students because it resembles _____, which is used in program design. Pseudocode
- The data dictionary usually records and describes a default value, which is the _____. value for the data element if a value otherwise is not entered for it
- _ maintains consistency among data flow diagrams (DFDs) by ensuring that input and output data flows align properly. Balancing
- ___ is the process of drawing a series of increasingly detailed data flow diagrams (DFDs), until all functional primitives are identified. Leveling
- ____ is based on combinations of the three logical structures, or control structures (one of which is shown in the accompanying figure), which serve as building blocks for the process. Modular design
- A _____ documents the details of a functional primitive, which represents a specific set of processing steps and business logic. process description
- A _____ is a central storehouse of information about a system’s data. data repository
- A _____ is a graphical representation of the conditions, actions, and rules found in a decision table. decision tree
- A _____ is logically impossible in a data flow diagram (DFD) because a process must act on input, shown by an incoming data flow, and produce output, represented by an outgoing data flow. black hole
- A _____ shows a logical structure, with all possible combinations of conditions and resulting actions. decision table
- A _____ shows how data acts through an information system but does not show program logic or processing steps. data flow diagram
- A data flow diagram (DFD) shows _____. how a system transforms input data into useful information
- A data structure that contains a set of related data elements that are stored and processed together Record
- A set of Data flow diagrams (DFDs) that produces a logical model of the system, but the details within those DFDs are documented separately in a data dictionary, which is the second component of this Structured analysis
- Among the symbols in the accompanying figure, a _____ is a path for data to move from one part of the information system to another. data flow
- Among the symbols in the accompanying figure, a _____ is used to represent data that a system stores because one or more processes need to use the data at a later time. data store
- Among the symbols in the accompanying figure, a _____ receives input data and produces output that has a different content, form, or both. Process
- An analyst starts with an overall view, which is a context diagram with a single process symbol Leveling
- Balancing _____. ensures that the input and output data flows of the parent data flow diagram (DFD) are maintained on the child data flow diagram (DFD)
- By showing processes as _____, an analyst can create data flow diagrams (DFDs) that show how the system functions but avoid unnecessary detail and clutter. black boxes
- Can have more than two possible outcomes in addition to multiple conditions Decision table
- Data flow diagram (DFD) component that represents one or more data items Data flow
- Data flow diagram (DFD) entities are also called _____ because they are data origins or final data destinations. Terminators
- Decision trees show the logic structure in a _____. horizontal form that resembles a tree with the roots at the left and the branches to the right
- Describes how a system will be constructed Physical model
- Documentation of all data flows along with documenting each data element Data dictionary
- Ensures that the input and output data flows of the parent DFD are maintained on the child DFD Balancing
- If processes must be performed in a specific sequence, the information should be documented in the _____ process descriptions
- In a data dictionary, _____ refers to whether the data element contains numeric, alphabetic, or character values. Type
- In a data dictionary, a(n) _____ is the smallest piece of data that has meaning within an information system. Field
- In a data dictionary, any name other than the standard data element name is called a(n) _____. Alias
- In a data dictionary, data elements are combined into _____ that are meaningful combinations of data elements that are included in data flows or retained in data stores. Records
- In a data dictionary, some data elements have _____ rules. For example, an employee’s salary must be within the range defined for the employee’s job classification. Validity
- In a data flow diagram (DFD), a black hole is a process that has _____. no output
- In a data flow diagram (DFD), a spontaneous generation process is a process that has _____. no input
- In a data flow diagram (DFD), the Gane and Sarson symbol for a data flow is a _____. line with a single or double arrowhead
- In a data flow diagram (DFD), the Gane and Sarson symbol for a data store is a ___ flat rectangle that is open on the right side and closed on the left side
- In a data flow diagram (DFD), the Gane and Sarson symbol for a process is a ____ rectangle with rounded corners
- In a data flow diagram (DFD), the Gane and Sarson symbol for an entity is a ____. rectangle, which may be shaded to make it look three-dimensional
- In addition to the Gane and Sarson symbol set, another popular symbol set is Yourdon
- In data and process modeling, a(n) _____ shows what the system must do, regardless of how it will be implemented physically. logical model
- In data flow diagrams (DFDs), a process resembles a _____, where the inputs, outputs, and general functions of the process are known, but the underlying details are not shown. black box
- In modular design, _____ also is called looping. Iteration
- In the accompanying figure, the sequence structure is the completion of _____. steps in a chronological order, one after another
- Leveling _____. uses a series of increasingly detailed data flow diagrams (DFDs) to describe an information system
- Many analysts follow _____, which means that they develop a physical model of the current system, a logical model of the current system, a logical model of the new system, and a physical model of the new system. a four-model approach
- n a data flow diagram (DFD), a gray hole is a process that has _____. at least one input and one output, but the input obviously is insufficient to generate the output shown
- Nathan is an expert on all of the different kinds of process description tools. So, when his colleagues have questions, they know where to turn.
One of the firm’s trainee analysts is working on a financial process that will continue to print vendor payments until it reaches the end of the file. Which of the following processes will Nathan suggest the analyst to use? Iteration - Nathan is an expert on all of the different kinds of process description tools. So, when his colleagues have questions, they know where to turn.
Another of the firm’s analysts is unable to figure out what is wrong with some structured English he has been using to describe the processing logic. Nathan walks over and spots the problem in an instant. Which of the following can Nathan identify as the problem? The structured English is not using a sequence, selection, or iteration structure - Shows how a system transforms input data into useful information Data flow diagram (DFD)
- Shows what the system must do, regardless of how it will be implemented Logical model
- Since diagram 0 is a(n) _____ version of process 0, it shows considerably more detail than a context diagram. Exploded
- The analysts at Techno InfoSystems are considering the four-model approach to system development for a new client.
Which of the following is a benefit if they use the four-model approach? It will provide a clear picture of current system functions before any modifications or improvements are made. - The analysts at Techno InfoSystems are considering the four-model approach to system development for a new client.
If they make use of the four-model approach, which of the following is a likely outcome? Time taken to develop the model increases. - The disadvantage of the four-model approach is that ____. additional time and cost are required to develop a logical and physical model of the current system
- The iteration structure is the completion of _____. a process step that is repeated until a specific condition changes
- The major benefit of _____ is that it gives a clear picture of current system functions before any modifications or improvements are made. the four-model approach
- The selection structure is the completion of ___ one or more process steps based on the results of a test or condition
- Typical process description tools include _____. decision trees
- Using _____, 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. Leveling
- Which of the following provides a report of all data flows and data stores that use a particular data element? Data dictionaries
Other Links:
See other websites for quiz:
Check on QUIZLET