FINAL EXAM (M3S2) PART 2 Flashcards

1
Q

consists of a series of bubbles joined by lines. the bubbles represent data transformations, and the lines represent data flows in the system.

A

Data flow diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Common Symbols in DFD:

A
  1. External Entities
  2. Processes
  3. Data Flows
  4. Data Stores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Common Symbols in DFD:

are represented by squares as the sources or destination of data

A

External Entities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Common Symbols in DFD:

represented by rectangles with rounded corners

A

Processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Common Symbols in DFD:

referred to by arrows to denote the physical or electronic flow of data

A

Data flows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Common Symbols in DFD:

XML files

A

Data Stores

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

is a structured repository of metadata that provides a comprehensive description of the data used.

A

Data dictionary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

its main purpose is to provide a common language and understanding of the data, its meaning and how it relates to other elements

A

Data Dictionary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Components of data dictionary:

A
  1. Data Element name
  2. Data type
  3. Domain Value
  4. Definition/Description
  5. Source
  6. Data Created
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Components of data dictionary:

the name of the data element

A

Data Element Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Components of data dictionary:

describe the type of data

A

Data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Components of data dictionary:

defines valid values for a data element

A

Domain Value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Components of data dictionary:

Explains the data element’s purpose

A

Source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Components of data dictionary:

Records when the data was created

A

Data created

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is a technique used by systems analyst to model and document the logic of information processes.

A

Structured English

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Types of structure:

A
  1. Sequence Structure
  2. Decision Structure
  3. Case Structure
  4. Iteration
17
Q

is a hierarchical model used un data analysis and decision making-making

A

Decision Tree

18
Q

it visually represents a decision-making process by mapping out possible outcomes based on different choices or scenarios.

A

Decision Tree

19
Q

it is a diagram that presents conditions and actions sequentially and thus shows which conditions to consider first, which second, and so on.

A

Decision Tree

20
Q

it is also a method of showing the relationship between each condition and its permissible actions.

A

Decision Tree

21
Q

are concise visual representations used to specify which actions to perform based on given conditions.

A

Decision Table

22
Q

they serve as algorithms that produce a set of actions.

A

Decision Table

23
Q

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.

A

Decision Table

24
Q

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.

A

Data Flow Diagram

25
Q

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

A

Data Dictionary

26
Q

is best used when the problem requires sequences of actions with decisions.

A

Structured English

27
Q

are used to verify logic and in problems that involve a few complex decision resulting in a limited number of actions

A

Decision Tree

28
Q

are best suited for dealing with complete branching routines such as calculating discounts or sales commissions.

A

Decision trees and Decision Tables