FINAL EXAM (M3S2) PART 2 Flashcards
consists of a series of bubbles joined by lines. the bubbles represent data transformations, and the lines represent data flows in the system.
Data flow diagram
Common Symbols in DFD:
- External Entities
- Processes
- Data Flows
- Data Stores
Common Symbols in DFD:
are represented by squares as the sources or destination of data
External Entities
Common Symbols in DFD:
represented by rectangles with rounded corners
Processes
Common Symbols in DFD:
referred to by arrows to denote the physical or electronic flow of data
Data flows
Common Symbols in DFD:
XML files
Data Stores
is a structured repository of metadata that provides a comprehensive description of the data used.
Data dictionary
its main purpose is to provide a common language and understanding of the data, its meaning and how it relates to other elements
Data Dictionary
Components of data dictionary:
- Data Element name
- Data type
- Domain Value
- Definition/Description
- Source
- Data Created
Components of data dictionary:
the name of the data element
Data Element Name
Components of data dictionary:
describe the type of data
Data type
Components of data dictionary:
defines valid values for a data element
Domain Value
Components of data dictionary:
Explains the data element’s purpose
Source
Components of data dictionary:
Records when the data was created
Data created
is a technique used by systems analyst to model and document the logic of information processes.
Structured English
Types of structure:
- Sequence Structure
- Decision Structure
- Case Structure
- Iteration
is a hierarchical model used un data analysis and decision making-making
Decision Tree
it visually represents a decision-making process by mapping out possible outcomes based on different choices or scenarios.
Decision Tree
it is a diagram that presents conditions and actions sequentially and thus shows which conditions to consider first, which second, and so on.
Decision Tree
it is also a method of showing the relationship between each condition and its permissible actions.
Decision Tree
are concise visual representations used to specify which actions to perform based on given conditions.
Decision Table
they serve as algorithms that produce a set of actions.
Decision Table
You can think of them as a structured way to model decision-making logic, similar to if-then-else statements or switch-case constructs in programming.
Decision Table
the primary strength of the “____________” is its ability to represent data flows. it may be used at a high or low level of analysis and provides good system documentation.
Data Flow Diagram
the “_____________” helps the analyst simplify the structure to meet the data requirements of the system. it may be used at high or low levels of analysis, but it does not provide functional details, and it is not acceptable to many non-technical users
Data Dictionary
is best used when the problem requires sequences of actions with decisions.
Structured English
are used to verify logic and in problems that involve a few complex decision resulting in a limited number of actions
Decision Tree
are best suited for dealing with complete branching routines such as calculating discounts or sales commissions.
Decision trees and Decision Tables