Lecture 3 Part 1
Lecture 3 Part 1
Information Systems
Difference between Data and Information
Data Information
Raw and unprocessed: Data is in its original form and has Processed and interpreted: Information is the result of
not been organized or analyzed. processing, organizing, and analyzing data to extract
meaningful insights.
Objective: Data is objective, representing facts or Contextualized: Information is presented within a specific
observations without any interpretation or value judgment. context that gives it relevance and significance.
Contextually neutral: Data does not have any inherent Subjective: Information can be subjective as it involves
meaning or significance until it is processed and interpreted interpretation, analysis, and the application of knowledge or
within a specific context. expertise.
Low level of organization: Data can be organized in basic Higher level of organization: Information is organized and
structures like tables, files, or lists, but it lacks any structured in a way that makes it easier to understand and
meaningful structure or relationships. use.
Provides understanding and knowledge: Information
Represents observations: Data represents individual provides insights, explanations, and answers to questions,
observations or discrete pieces of information. enabling decision-making and communication.
The Levels of Data
Enterprise Data & Big Data
Organization-wide data assets and extremely large datasets
In the field of data management, data is categorized into different levels based on its abstraction and complexity. These levels of data provide a
hierarchical structure to understand and manage data effectively, from the smallest unit (bit) to the most complex (big data).
Users of Database Systems
Data Analysts & Business Analysts
Scientists
Gather and analyze
Application Extract, analyze, and data for making End Users
Developers derive insights from informed business
Interact with
Database large volumes of decisions
Build software database systems to
Administrators data
applications that perform specific
interact with tasks or access Executives &
Responsible for
databases information Decision-Makers
overall management,
maintenance, and Access information
performance of for strategic
database systems decision-making
Examples of Data vs Information
Data Examples Information Examples
• A list of customer names and email addresses • A report summarizing sales trends and patterns
• Sensor readings from a weather station over the past year
In summary, data is raw, unprocessed facts or observations, while information is the result of processing and
analyzing data to derive meaning and context. Data represents individual pieces of information, while information
provides knowledge and understanding. Data requires interpretation and analysis to become meaningful
information that can be used for decision-making and communication.
How to Draw an ER Diagram
Identify Entities Define Entity Attributes Determine Relationships
Identify the entities that you want For each entity, identify and define Identify the relationships between
to represent in the ER diagram. the attributes or properties that the entities. Relationships define
Entities are the objects or concepts describe it. Attributes are the the associations and dependencies
about which you want to store data. characteristics or data elements between entities. Determine the
For example, in a university system, associated with an entity. For type of relationship, such as one-to-
entities could include Student, example, attributes of the Student one, one-to-many, or many-to-
Course, Faculty, and Department. entity could include StudentID, many.
Name, Age, and GPA.
Define Relationships
Identify the relationships between entities in the ER model and represent them in the relational model. Relationships can be categorized into three types:
one-to-one, one-to-many, and many-to-many. These relationships can be represented using different techniques in the relational model, such as foreign
keys and join tables.