• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/78

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

78 Cards in this Set

  • Front
  • Back
The data flow diagram graphically characterizes data processes and flows in a business system.
T

The biggest advantage of the data flow approach lies in the conceptual freedom found in the use of the four symbols.
T

The data flow diagram may be used to analyze the proposed system.
T

An arrow is used to depict an external entity that can give and receive data from the system.
F

Each external entity is labeled with a noun.
T

A rectangle with rounded corners is used to show the occurrence of a transforming process.
T

Processes in a rectangle with rounded corners sometimes denote something other than a change in or transformation of data or a system/subsystem.
F

Processes that transform data should be indicated with a noun.
F

In logical data flow diagrams, the type of physical storage is unspecified.
T

The name of the data flow coming out of a process should be different from the name of the data flow going into the process.
T

The top of the process symbol may be used later on in analysis when physical implementation has been chosen.
F

The systems analyst needs to conceptualize data flows from a top-down perspective.
T

The highest level data flow diagram is called Diagram 0.
F

With a top-down approach, the diagrams move from specific to general.
F

More detail is achievable through using a process called exploding the diagrams.
T

Data flow diagrams must be drawn working from left to right on the page.
F

All data flow must either originate or terminate on a process.
T

Data stores may be directly connected to each other by a data flow.
F

Linear data flow from process to process is normal in higher level data flow diagrams.
F

Unbalanced decomposition means that the data flow to or from a parent process does not match the data flow in or out of a child diagram.
T

A logical data flow diagram shows how the business operates.
T

A physical data flow diagram shows how the system will be implemented.
T

Transaction files are used to link all logical data flow diagram processes.
F

Partitioning is used to create a set of computer programs and manual procedures from a data flow diagram.
T

A CRUD matrix is a tool used to represent where master files are read, updated, created, and deleted within the system.
T

A use case summarizes an event and defines one activity.
T

Partitioning may be used to show which Web pages are placed on a secure server and which are on a non-secure server.
T

Each time data must be obtained from a data store or an external partner, there should be a unique Web form and process to validate the data.
T

Having separate Web forms means that the forms will become more complex.
F

Which of the following graphically characterize(s) processes and data flows through a business system?
A. Data dictionary
B. Data flow diagrams
C. Structured analysis
D. Design
B. Data flow diagrams


Which of the following is the biggest advantage of the data flow approach over narrative explanations?
A. Freedom from committing to the technical implementation of the system too early
B. Further understanding of the interrelatedness of systems and subsystems
C. Communicating current system knowledge of users through data flow diagrams
D. Conceptual freedom found in the use of the four symbols
D. Conceptual freedom found in the use of the four symbols

Which of the following is not one of the four basic symbols used to chart data movement on data flow diagrams?
A. Oval
B. Arrow
C. Rectangle with rounded corners
D. Open-ended rectangle
A. Oval


What is the middle of the process symbol used for?
A. Process sequence
B. Identifying number
C. Process description
D. Process implementation
C. Process description


Which of the following describes an error condition?
A. External entities directly connected to other external entities
B. External entities connected to processes
C. Data stores connected to processes
D. Several data flow entering or leaving a process
A. External entities directly connected to other external entities


Which of the following is not included in the context level diagram?
A. Basic inputs
B. Processes
C. Data store
D. Outputs
C. Data store

A primitive process is:
A. a process that is not exploded to a child diagram.
B. the central process on a context level diagram.
C. a process that requires two or more data flow into it.
D. a process that has only base elements flowing in or out of it.
A. a process that is not exploded to a child diagram.


Which of the following is not an error when drawing a data flow diagram?
A. all data flowing into a process or out of a process
B. data flow on a child diagram that has only one end connected to a process, the other end is a point in space
C. connecting data stores and external entities directly to each other
D. placing more than nine processes on a data flow diagram
B. data flow on a child diagram that has only one end connected to a process, the other end is a point in space


When the data flow in and out of a parent process do not match the data flow in or out of a child diagram, it is called:
A. a primitive process.
B. a disordered pair.
C. a logical data flow diagram.
D. unbalanced decomposition.
D. unbalanced decomposition.

A logical data flow diagram:
A. includes types of programs, such as online or batch.
B. is a model of how the system will be implemented.
C. does not include any primitive processes.
D. is a model of how the business works.
D. is a model of how the business works.


Which of the following is not an advantage of using a logical model?
A. A system based on a logical model is more stable.
B. The logical model helps the analyst understand the business being studied.
C. It facilitates communication with the users.
D. A logical model clarifies which processes are automated.
D. A logical model clarifies which processes are automated.


Which of the following is not an advantage of using a physical model?
A. Transaction data stores are identified.
B. It is easier to create compared with the logical model.
C. The sequence of processes is identified.
D. Controls are included.
B. It is easier to create compared with the logical model.


Physical data flow diagrams:
A. include processes for adding, updating, changing, and deleting records.
B. are used to model business events, along with their input and output.
C. enable the analyst to better understand the business.
D. include no interface data flow in or out of processes.
A. include processes for adding, updating, changing, and deleting records.


Transaction files:
A. are used when interface data flow exist on data flow diagrams.
B. may be used to link processes that execute at different times.
C. are included to store all derived elements.
D. are required to implement all on-line processes.
B. may be used to link processes that execute at different times.


Which of the following is not a reason for partitioning processes into separate programs?
A. The processes represent different user groups.
B. The processes execute at different times.
C. To control system security.
D. To maintain consistency of data.
D. To maintain consistency of data.

A CRUD matrix is used to show:
A. places in the system where the data is inaccurate.
B. where records are updated, added, deleted, or used.
C. which Web pages are placed on a secure server.
D. the partitioning of data flow diagrams in a client/server environment.
B. where records are updated, added, deleted, or used.


In a CRUD matrix, each row represents the data stores used for each:
A. process.
B. database table.
C. data flow child diagram.
D. activity.
D. activity.

The process of creating a simple data flow diagram fragment for each unique system trigger is called:
A. event modeling.
B. trigger analysis.
C. response cases.
D. CRUD model analysis.
A. event modeling.


The advantage of building data flow diagrams based on events is that:
A. events are small scale and easy to analyze for input and output.
B. users are familiar with the events within their business and know how the events drive other activities.
C. events fall into one of four categories: read, update, create, delete.
D. events are predictable and lend a high degree of stability to the data flow diagram.
B. users are familiar with the events within their business and know how the events drive other activities.


A use case:
A. summarizes an activity, its trigger, input, and output.
B. describes a subsystem of a data flow diagram showing how the processes use data produced by other processes.
C. describes how the data is partitioned into programs for different users.
D. shows when the data is updated, read, created or deleted.
A. summarizes an activity, its trigger, input, and output.


Partitioning on a data flow diagram for an ecommerce Web site may be used to show:
A. external events.
B. triggers.
C. security.
D. derived elements.
C. security.



Which of the following is a goal of dividing a Web site into a series of Web
pages?
A. Improve the ease of maintaining the Web site.
B. Improve the collection of Web metrics.
C. Improve tracking of page movement by the customer.
D. Improve the revenue obtained by page marketing.
A. Improve the ease of maintaining the Web site.


What should be created each time data must be obtained from a data store or
an external partner?
A. A transaction data store
B. A new browser window and DFD process to validate the window’s data
C. A unique Web form and DFD process to validate and process the data
D. A Web form that extends the previous Web form.
C. A unique Web form and DFD process to validate and process the data


Having separate Web forms to collect transaction data means that:
A. the forms are each quite complex with complex validation.
B. the forms are less complex and easier to fill out.
C. the processing will take place slowly.
D. the Web site will not be as attractive.
B. the forms are less complex and easier to fill out.


Each time an external company or system is involved:
A. the processes that handle each of the interactions should be partitioned into one program for security reasons.
B. a new temporary data store must be used with a process to create the data store.
C. the process that handles the interaction must be on a secure server.
D. the process involved needs to be partitioned into a separate program.
D. the process involved needs to be partitioned into a separate program.


A method that provides conceptional freedom for representing processes and flows in a business system is the___________.
Data flow diagram

_________ depict the broadest possible overview of system inputs, processes, and outputs.
Data flow diagrams

By using combinations of only four symbols, the systems analyst is able to create a pictorial depiction of data flows that eventually can provide solid system ___________.
Documentation

The data flow approach enables the systems analyst to better understand the interrelatedness of the _______ and its_______.
System, subsystems

An external entity is called a source or _______ of data, and is considered to be external to the study.
Destination

Data flows occurring simultaneously can be depicted doing just that through the use of _______ arrows.
Parallel

The data store symbol is simply showing a depository for data that allows addition or _______ of data.
Retrieval

With a(n) ______ approach, the diagrams move from general to specific.
Top-Down

Although the first diagram helps the systems analyst grasp basic data ________, its general nature limits its usefulness.
Movement

When the first diagram is made, _________ and _________ are specified and these remain constant throughout all of the following diagrams.
Inputs, Outputs

Effective _________ is required for a person unfamiliar with the system to understand the data flow diagram.
Naming

A(n) _________ is one that does not explode to a child diagram.
Primitive Process

When a process has all input or all output data flow, it means that a(n) _________ is pointing in the wrong direction or there is a missing _______.
Arrowhead, Data Flow


___________ is when the data flow in or out of a child diagram does not match the data flow in or out of a parent process.
Unbalanced decomposition

A(n) _______ data flow diagram focuses on how the business operates.
Logical

A(n) _______ data flow diagram shows how the system will be implemented.
Physical

A(n) __________ links two processes that execute at different times.
Transaction File

_________ are keyed into the system.
Base elements

_________ are created by a process using a formula or some logic.
Derived elements

__________ data flow diagrams is the process of deciding which processes are manual procedures and which processes should be grouped into which computer programs.
Partitioning

_____________ on data flow diagrams is a top priority.
Effective naming

A(n) _______ matrix shows where records are added, changed, used, and deleted from a file.

CRUD

A __________ summarizes an event and defines one activity, its trigger, input, and output.
Use case

Each time an external company or system is involved in the activities of a Web site, the process that handles them must be partitioned into a(n) __________.
Separate program