Quiz # 1 Definitions Flashcards
Define Database?
organized collection of logically related data
Allows data IN
Allow information OUT
Define Data?
Data refers to factual information.
Stored representations of meaningful objects and events
Data can come in different formats.
Data can be structured or non-structured.
Define Metadata?
Data about data(information about data)
Provides context to the data.
Example: if ‘Salary’ for an employee is 65000.
65000 is the data and ‘Salary’ is the context or metadata.
Define Information?
Data and Metadata together make Information.
optional:
Data has to be processed in a way that
increases the knowledge of the audience
to become information.
Define Conceptual Data Modelling
- Define detailed inventory of data attributes
- Lists all the data categories
- Establishes relations between data categories
Results in conceptual schema that is usually
displayed graphically
(known as the Entity-Relationship Diagram)
Define Logical Data Modelling
Transform The conceptual schema to logical schema
Describe data in terms of data management
technology that will be used (i.e relational database)
Transform data to atomic elements through the process of normalization (tune the conceptual model)
Define Physical Data Modelling
Describe how data will be stored and managed by the technology (i.e RDBMS)
Responsible for specifications for memory
management, storage layout, data indexing, etc
Results in a physical schema