Quiz # 1 Definitions Flashcards

1
Q

Define Database?

A

organized collection of logically related data

Allows data IN
Allow information OUT

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

Define Data?

A

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.

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

Define Metadata?

A

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.

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

Define Information?

A

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.

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

Define Conceptual Data Modelling

A
  • 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)

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

Define Logical Data Modelling

A

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)

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

Define Physical Data Modelling

A

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

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