Chapter 8 Flashcards

1
Q

What can dataflow diagrams be used to catalog?

A
Data processes
Flows
Stores
Structures
Elements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data dictionary

A
  • A reference work of data about data (metadata)
  • Collects and coordinates data terms, and confirms what each term means to
    different people in the organisation
  • The bridge between processes and data structures/stores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the need for understanding the data dictionary?

A
  • Provide documentation
  • Eliminate redundancy
  • Validate data flow diagram
  • Provide a starting point for developing screens and reports
  • Determine the contents of data stored in files
  • Develop logic for DFD processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Data repository

A

large collection of project information

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

What does the data repository include?

A
  • Information about data maintained by the system
  • Procedural logic and use cases
  • Screen and report design
  • Data relationships
  • Project requirements and final system deliverables
  • Project management information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data dictionary categories

A

Data flows
Data structures
Elements
Data stores

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

Algebraic notation used to describe data structures

A

=
is composed of

+
and

{ }
repetitive elements

[ ]
either/or situation

( )
optional element

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

Structural records

A
  • Structure may consist of elements or structural records
    Group of elements such as:
    o Customer name
    o Address
    o Telephone
  • Each element is further defined until it is broken down into component elements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does the notation mean?

{ C }

A

C is repeating but is optional

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

what does the notation mean?

[ C | D | E]

A

There is an option to choose C, D or E

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

Logical data structures

A

Show what data the business needs for its day to day operations

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

Physical data structures

A

Includes additional elements necessary for implementing the system

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

Features of physical data structures

A
  • Key fields used to locate records
  • Codes to identify record status
  • Transaction codes to identify different record types
  • Repeating group entities
  • Limits on items in a repeating group
  • Password
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Data element characteristics

A
  • Element ID
  • Name of element
  • Aliases
  • Short description
  • Element is base or derived - - Element length
  • Type of data
  • Validation criteria
  • Default value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Element ID

A
  • Optional Entry

- Allows analyst to build automated data dictionary entries

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

Base Element

A

Initially keyed into the system

17
Q

Derived Element

A

Created by a process, usually as the result of a calculation

18
Q

Types of data

and formats

A
Alphanumeric or text
Formats:
o Mainframe: packed, binary, display
o Microcomputer (PC) formats
o PC formats like currency, number
19
Q

Creating the data dictionary

A
  • Entries are created after data flow diagram is completed or as data flow diagram is being developed
  • Created using top down approach
    o Structure
    o Elements
    o Break down elements
20
Q

Developing data stores

A
  • Represent data at rest
  • Contain information of a permanent or semi permanent nature
  • “User views” If data stores are created for only one report or screen