Inss101 1032025
Inss101 1032025
Information
Systems 1
Module code:
INSS101
Lecturer: Dr LS Mncube
Email: siphamandlaM8@dut.ac.za
Date: 10 March 2025
Presentation
overview
• Distinguish data from information and knowledge, and
describe the characteristics of quality data
• A collection of related data organized for easy access and
management.
• Helps store, retrieve, and manage information efficiently.
• Introduction to Databases and Database Management
Systems (DBMS)
• Data Modelling: Entity-Relationship Diagrams.
• Identify and briefly describe five change models that can
be used to increase the likelihood of successfully
introducing a new information system into an organization
• Define the types of roles, functions, and careers available
in the field of information systems
Information
• One of an organization’s most valuable resources
• Often confused with the term data
Data, Information, and Knowledge
• Data: raw facts
• Information: collection of data organized in such a way
that they have value beyond the facts themselves
• Process: set of logically related tasks performed to
achieve a defined outcome
Turning data into information is a process
• Knowledge: awareness and understanding of a set of
information and the ways it can be made useful to
support a task
The process of defining relationships among data to create
useful information requires knowledge
Data, Information, and
Knowledge cont…
Data, Information, and Knowledge
cont…
The Value of Information
• Valuable information helps people perform tasks more
efficiently and effectively
• Inaccurate data can result in loss of potential new customers
and reduced customer satisfaction
• The value of information" refers to the worth or benefit
a decision-maker gains from acquiring specific
information before making a choice
Characteristics of Quality
Information
• If an organization’s information is not accurate or
complete:
People can make poor decisions, costing thousands, or even
millions, of rands
• Depending on the type of data you need:
Some characteristics become more important than others
• Accuracy and completeness are critical for data used in
accounting for the management of company assets
Three Fundamental Groups of
Information Systems
• Personal IS – includes information systems that improve the
productivity of individual users
• Group IS –includes information systems that improve
communications and support collaboration among members of
a workgroup
• Enterprise IS – includes information systems that organizations
use to define structured interactions among their own
employees and/or external customers, suppliers, government
agencies, etc…
IS in Organizations
• Organization: a group of people that is structured and
managed to meet its mission or set of group goals
There are relationships between members of the organization
and their various activities
Processes are defined that assign roles, responsibilities, and
authority to complete the various activities
• Organizations are open systems
They affect and are affected by their surrounding
environments
IS in organization cont..
What is a Database?
• A collection of related data organized for easy access and
management.
• Helps store, retrieve, and manage information efficiently.
• Used in various fields such as business, healthcare, and education
• A database is an organized collection of data stored and accessed
electronically.
• Databases can store structured, semi-structured, or unstructured data,
such as text, images, videos, and files, making them indispensable
for modern applications.
• They are managed using Database Management Systems (DBMS),
which provide tools for creating, retrieving, and modifying data.
Database Management System
(DBMS)
• Software that interacts with databases to manage data.
• Ensures data integrity, security, and accessibility.
• Examples: MySQL, Oracle, Microsoft SQL Server.
MySQL
Structured Query Language (SQL) - this powerful language enables to
query, insert, update, and delete data, as well as perform complex
operations like joining data from multiple tables. SQL's structured nature
ensures data integrity and consistency:
• Atomicity: All operations within a transaction are treated as a single
unit, ensuring that either all changes are committed or none are.
• Consistency: Data remains in a valid state throughout a transaction,
adhering to predefined constraints and rules.
• Isolation: Transactions are executed independently as if they were the
only operation happening on the database.
• Durability: Once a transaction is committed, its changes are permanent,
even in the event of system failures.
Oracle
• Oracle Database is an advanced RDBMS by Oracle Corporation that
manages large volumes of structured data efficiently.
• The database also supports on-premise and cloud deployment. Oracle
Database is used for transactions, data warehousing, and enterprise
resource applications.
• Apart from having basic data management features, Oracle Database has
the richest features of data security options.
• It also has high availability and analytical toolsets fitting for managing
crucial data or complex workloads.
• For these reasons it is suited for businesses where there are very
Important data management needs.
Microsoft SQL Server
• MS SQL Server is a Relational Database Management System
(RDBMS) developed by Microsoft.
• A Relational database is based on a Relational Model
architecture.
• The data is organized in tables(relations), and the tables are
related to each other.
• Each table has rows and columns(attributes).
• MS SQL Server is a software product used to administer the
database and retrieve information.
Types of Databases
• Hierarchical Databases
• Network Databases
• Relational Databases (Most Common)
• Object-Oriented Databases
• NoSQL Databases
• AI driven Databases
Hierarchical Databases
• Hierarchical
databases organize data in
a tree-like structure where data
is arranged in levels or ranks.
• Higher-level data serves as a
common link for lower-
level data, similar to a hierarchy.
• For example, in a university,
“University” is at the top level,
while “Departments” and
“Administration” are at lower
levels, even though they are
distinct entities.
Network Databases