0% found this document useful (0 votes)
57 views

Module 1 - ITM

Modern information systems encompass technologies and processes that help organizations manage data through databases, applications, hardware, and people. They turn raw data into meaningful information and knowledge through analysis. Data resource management strategically handles an organization's data through governance, architecture, integration, and security. Database management systems further help store, query, and manipulate data in a structured way for data integrity, security, and sharing.

Uploaded by

neenasukesh01
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Module 1 - ITM

Modern information systems encompass technologies and processes that help organizations manage data through databases, applications, hardware, and people. They turn raw data into meaningful information and knowledge through analysis. Data resource management strategically handles an organization's data through governance, architecture, integration, and security. Database management systems further help store, query, and manipulate data in a structured way for data integrity, security, and sharing.

Uploaded by

neenasukesh01
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Module 1

Modern Information Systems

Modern information systems encompass a wide range of technologies and processes that help
organizations efficiently manage data and information. These systems typically consist of
several key components:

Databases: These are structured repositories for storing data. They play a central role in
modern information systems.

Applications: Software applications are used to interact with and process data. Examples
include CRM (Customer Relationship Management) software, ERP (Enterprise Resource
Planning) systems, and various productivity tools.

Hardware: This includes servers, storage devices, and network infrastructure that support the
storage and processing of data.

People: Human resources are essential for designing, maintaining, and using information
systems effectively.

Data, Information, Knowledge

Data: Data is the raw material of information systems. It can be numbers, text, images, or any
other form of input. For example, a list of numbers without context is data.

Information: Information is data that has been processed and organized to convey meaning. It
provides answers to specific questions. For example, when you analyze those numbers and find
that they represent monthly sales figures, you've turned data into information.

Knowledge: Knowledge is a deeper level of understanding. It's the insight and context derived
from information that can be used to make informed decisions, solve problems, and drive
improvements. Knowledge arises when information is applied in a meaningful way.

Data Resource Management

Data Resource Management (DRM) is the strategic process of managing an organization's data
assets. It encompasses various important elements:
Data Governance: This involves creating and enforcing policies and procedures for data
management. Data governance ensures that data is used appropriately, securely, and in
compliance with regulations.

Data Architecture: Data architecture focuses on designing the structure and organization of
data within an organization. It includes defining data models, relationships, and the overall data
framework.

Data Integration: Data integration involves combining data from various sources to create a
unified and holistic view of information. Integration can be essential for organizations with
data spread across different departments or systems.

Data Security: Data security is vital for safeguarding data from unauthorized access, breaches,
and data corruption. DRM addresses data encryption, access control, and data protection
measures.

Introduction to DBMS

A Database Management System (DBMS) is software that allows organizations to manage their
data efficiently. It provides a structured way to store, retrieve, and manipulate data. Some of
the key elements of a DBMS include:

Data Modeling: DBMS allows you to create a data model that defines how data is structured
and how different pieces of data are related to one another.

Data Storage: DBMS stores data in a structured way, such as tables in a relational database.
This eliminates redundancy and improves data integrity.

Query Language: Most DBMS systems use SQL (Structured Query Language) as the standard
language for querying and manipulating data.

Benefits of DBMS over Traditional File Systems

Using a DBMS provides several advantages compared to traditional file systems:

Data Integrity: DBMS enforces data integrity constraints, reducing the likelihood of data
inconsistencies and errors.

Data Security: It offers access control mechanisms, encryption, and auditing features to
enhance data security.
Data Sharing: Multiple users can access and update data concurrently, with controlled access
to prevent data corruption.

Data Redundancy Reduction: Data is stored centrally, reducing redundancy and saving
storage space.

Data Recovery: DBMS systems often include mechanisms for data backup, ensuring data
recovery in case of system failures.

Types of DBMS

There are different types of DBMS systems to meet various data management needs:

Relational DBMS (RDBMS): This type uses tables with predefined relationships between
them. SQL-based databases like MySQL, Oracle, and Microsoft SQL Server fall into this
category.

NoSQL DBMS: NoSQL databases are designed for unstructured or semi-structured data.
Examples include MongoDB and Cassandra. They are commonly used in big data and real-
time applications.

Object-Oriented DBMS (OODBMS): OODBMS stores data as objects with attributes and
methods, suitable for object-oriented programming. An example is db4o.

Graph DBMS: These are specialized databases for handling graph-like data structures. Neo4j
is an example, widely used for applications involving relationships and networks.

Application of DBMS using MS-ACCESS

Microsoft Access is a user-friendly DBMS that allows users to create, manage, and interact
with databases. You can create tables, forms, queries, and reports using a graphical interface.
Access is often used for smaller-scale databases and applications.

SQL Query Handling

SQL (Structured Query Language) is a standardized language used to communicate with


relational databases. SQL enables users to perform tasks such as:

Data Retrieval: SELECT statements are used to retrieve data from one or more database
tables.
Data Modification: SQL supports INSERT, UPDATE, and DELETE statements to add,
modify, or delete records.

Data Definition: SQL also includes commands for creating, altering, and deleting database
objects like tables, indexes, and views.

Forms

Forms in a DBMS provide a user-friendly interface for data entry, modification, and retrieval.
Users can interact with the database through forms, simplifying data management and ensuring
data consistency and accuracy.

Data Warehouses and Data Marts

Data Warehouses: Data warehouses are specialized databases that consolidate historical and
aggregated data from various sources within an organization. They are designed for reporting,
data analysis, and decision support. Data warehouses help organizations gain insights from
large volumes of historical data.

Data Marts: Data marts are smaller, department-specific subsets of a data warehouse. They
contain data tailored to the needs of particular business units, making it easier to access and
analyze data relevant to specific functions or roles within the organization.

Introduction to Data Centers

Data centers are essential facilities for organizations that rely on information technology. Key
aspects of data centers include:

Server Hosting: Data centers house servers and other infrastructure required for applications,
databases, websites, and services.

Redundancy: Data centers often incorporate redundancy in power supply, cooling, and
networking to ensure high availability.

Security: Physical and digital security measures are implemented to protect data center
infrastructure and the data it contains.

Scalability: Data centers are designed to scale as an organization's computing and storage
needs grow.

Efficiency: Data centers aim to be energy-efficient and environmentally friendly, optimizing


power usage and cooling to reduce operational costs.

You might also like