Chapter 8 : Conceptual Data Modeling Flashcards
1
Q
Data Dictionary is also known as what?
A
- Data Repository
2
Q
What is metadata?
A
- Data about data
3
Q
What is the usage of Data Dictionary? ( 6 )
A
- Provide documentation
- Eliminate redundancy
- Validate data flow diagram for completeness & accuracy
- Provide a starting point for developing screens and reports
- Determine the contents of data stored in files
- Develop the logic for data flow diagram processes
4
Q
What can we write when writing external entity? ( 3 )
A
- Name
- External Entity Name
- Appears on DFDs
- Description
- External Entity and Purpose
- Input Data Flows
- Standard DFD Names for Input Data Flows into external entity
- Output Data Flows
- Standard DFD names for the output data flows
5
Q
List out Examples of External Entity
A
- Name
- Customer
- Description
- Customer register details to obtain
- Login details such as login and password
- Input Data Flows
- Login Details
- Output Data Flows
- Customer Details
6
Q
What can we write when writing process? ( 3 )
A
- Name
- Description
- Input Data Flows
- Output Data Flows
7
Q
List out examples of Process
A
- Name
- 1.0 Register Customer
- Description
- Register customer details into the customer records and retrieves randomly generated password with login
- Input Data Flows
- Customer Details, Updated Customer Details
- Output Data Flows
- Login Details, Registration Details
8
Q
What can we write when writing data flow? ( 3 )
A
- Name
- Description
- Origin / Source
- Destination
- Data Structure
- Also known as record
9
Q
List out the examples of Data Flow ( 5 )
A
- Name
- Login Details
- Description
- To allow the customer to log on into the system
- Origin / Source
- Register Customer Process
- Destination / Sink
- Customer External Entity
- Data Structure
- Login ID , Password
10
Q
What can we write when writing data store? ( 3 )
A
- Name
- Description
- Input Data Flows
- Output Data Flows
- Data Structure
11
Q
List out examples of Data Store
A
- Name
- Customer Record
- Description
- Stores registeration details
- Provided updated customer details for processes
- Input Data Flows
- Registeration Details
- Output Data Flows
- Updated Customer Details
- Data Structure
- Customer ID, Name, Address, Phone, Email
12
Q
What is Entity Relationship Diagra? ( ERD , 2 )
A
- A model that shows the logical relationship and interaction among system entities
- Provides an overall view of the system and a blueprint for creating the physical structures
13
Q
What is Entities? ( 2 )
A
- Objects or Concepts that can have data stored about them
- Refer to tables used in Databases
14
Q
What is Attributes ?
A
- Properties or Characteristics of Entities
15
Q
List out examples for ERD
A
- Entities
- Student
- Course
- Attributes
- Stu_Id
- Stu_Name
- Stu_Age
- Cou_Id
- Cou_Name
16
Q
List out 3 types of Relationship
A
- One-to-One
- One-to-Many
- Many-to-Many