IT 216 - System Analysis and Design - Chapter 8 Data Dictionaries

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Flashcards for IT 216 - System Analysis and Design, Chapter 8: Data Dictionaries

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Data Dictionary

A reference work of data about data (metadata) that collects and coordinates data terms, confirming their meaning to different people in the organization.

2
New cards

Metadata

Data about data; descriptions of the contents, format, and structure of a database and the relationship between its elements.

3
New cards

Data Repository

A large collection of project information, including data flows, data stores, record structures, elements, entities, messages, procedural logic, use cases, screen and report designs, data relationships, project requirements, and project management information.

4
New cards

Data Flow Diagram

A diagram used to catalog data processes, flows, stores, structures, and elements, often used in conjunction with a data dictionary.

5
New cards

Data Flow

Movement of data in a system; described by ID, name, description, source, destination, type, data structure, volume/time, and comments.

6
New cards

Data Structure

A composition of smaller structures and elements, described using algebraic notation (equal sign, plus sign, braces, brackets, parentheses).

7
New cards

Equal Sign (=) in Algebraic Notation

Means 'is composed of.'

8
New cards

Plus Sign (+) in Algebraic Notation

Means 'and.'

9
New cards

Braces ({}) in Algebraic Notation

Mean repetitive elements.

10
New cards

Brackets ([]) in Algebraic Notation

Indicate an either/or situation (mutually exclusive).

11
New cards

Parentheses (()) in Algebraic Notation

Indicate an optional element.

12
New cards

Data Element

A basic unit of data with characteristics such as ID, name, aliases, description, base/derived status, length, data type, input/output formats, validation criteria, default value, and comments.

13
New cards

Base Element

A data element that is initially keyed into the system.

14
New cards

Derived Element

A data element created by a process, often through calculation or decision-making.

15
New cards

Discrete Data

Data with fixed values, verified by checking values within a program or searching a table of codes.

16
New cards

Continuous Data

Data with a smooth range of values, checked for being within defined limits or ranges.

17
New cards

Data Store

A repository of data entities being stored, described by ID, name, alias, description, file type, file format, record numbers, data set name, data structure, primary/secondary keys, and comments.

18
New cards

XML (Extensible Markup Language)

A universal data language used to exchange data between businesses, define data, sort, filter, and translate data; documents can be transformed into different output formats.

19
New cards

XML Attributes

An additional piece of data included within a tag that describes something about the XML element.

20
New cards

XML Document Type Definition (DTD)

Used to determine if the XML document content is valid by conforming to the order and type of data that must be present in the document.

21
New cards

XML Schema

A precise way to define the content of an XML document, including the number of times an element may occur and the type of data within elements.