Top Banner
40

Management information system

Dec 07, 2014

Download

Business

Management Information System, DBMS, File System and All important information
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Management information system
Page 2: Management information system

Sir. Kashif

Presented To:

Page 3: Management information system

Muhammad Sultan Bhatti

Contact# 00923464389934

Presented By:

Page 4: Management information system
Page 5: Management information system

Introduction

“A system which does not use any computer devices. All data would be kept in other ways , mainly paper. “

Uses: Manual system use in daily basis routine work such as Index files of Recipes Paper phone book Paper Dictionary

Structure: its done by hand that could be typing all your information into notepad

Page 6: Management information system

Examples: People would have hand written letters

or used typewriters instead of word processor.

Graphs & Diagrams would have been drawn by hand instead of using Computer Software to do them .

Page 7: Management information system

Advantages:

Large reduction in cost of hardware & software.

Availability of user-friendly accounting software package.

It is relatively cheaper like maintaining a manual system.

Page 8: Management information system

Disadvantages:

Data Duplication Lack of Security Common Error Inconsistency of data Repetition of work Too much paper work Space consuming

Page 9: Management information system
Page 10: Management information system

Introduction“It is a method of storing and organizing arbitrary collection of data in a form that is

human readable.”Uses:

File system used to organized and represent access to any data.

File System are used on data storage devices.

Page 11: Management information system

Structure File system is a section of hard disk that

has been allocated to contain files.

File System

/User /tamp /var /home

Page 12: Management information system

Example:

Disk File System Optical Discs Flash File System Database File System Transaction File System Network File System Flat File System

Page 13: Management information system

Advantages

Give access to uniform data to group of users

Useful when many users exists on many systems with each other’s name directory located on every single machine.

Reduced overall disk storage cost.

Page 14: Management information system

Disadvantages

Program data dependence Lengthy development times Duplication of data Limited data sharing Security risk

Page 15: Management information system
Page 16: Management information system

Introduction “Database is an organized collection of related data that is stored in an efficient and

compact manner.”

Purpose: The purpose of database is to help people

and organization keep track of things.

Page 17: Management information system

Structure

External Level

Conceptual Level

Internal Level

How user understands

the organization

of data

It is a level of indirection

between external and

internal

How data is physically

stored.

Page 18: Management information system

Examples

A system that maintains component part details for a car manufacture.

An advertising company keeping details of all clients.

A training company keeping course information and particular details.

An organization maintaining all sales order information

Page 19: Management information system

Advantages Reduced updating errors and increase

consistency. Reduced data entry, storage and

retrieval costs. Facilitated development of new

application programs Reduced data redundancy. Improved data security.

Page 20: Management information system

Disadvantages Database system are complex and time

consuming to design. Substantial hardware and software start-

up costs. Initial training required for all programmers

and users.

Page 21: Management information system

Relational Database Model

Page 22: Management information system

Introduction“Relational database organized data in two-

dimensional tables called relation.”

Uses: it can be used for storing large amount

of data.

Page 23: Management information system

Table

Row(tuple)

Column(attribute)

A row cannot be identified

by its position in the table

Column that uniquely

identifies each row in the

table

Page 24: Management information system

Examples

Roll No. Name Class

1352 Ansa Khalid Msc

1324 Komal Iftikhar Msc.

1460 Gazala Rai Msc

1342 Tehrim Shehzad Msc.

Page 25: Management information system

Advantages Data Integrity Data independence Structural independence Data consistency & Accuracy Easy data retrieval & sharing

Page 26: Management information system

Disadvantage Calculation become rigid while working

with the larger data. Slow in performance. It requires more knowledge to

implement. Once the database created it is not

changed easily.

Page 27: Management information system
Page 28: Management information system

Introduction

“A database model is the structure or format of a database.”

Page 29: Management information system

Models

ModelsNetwork

Relational

Object Oriented

Hierarchical

Page 30: Management information system

Hierarchical Database Model“Organize data in a series like a family tree or

organization chart”

Structure:

In which data is organized into a tree-like structure.

The structure allows representing information using Parent/child relationship.

Page 31: Management information system

Car

Engine Body Wheels

Left Door Right Door Seats

Page 32: Management information system

Advantages

This is good for one-to-many relationship.

It can store large numbers of segment and process information efficiently.

It is a simple structure and minimize disk input and output.

Page 33: Management information system

Disadvantages

It is less user-friendly.

It creates inflexibility and programming complexity.

It is difficult to recognize the database as hierarchy has to be maintained.

Page 34: Management information system

Network Database Models “ This conceived as a flexible way of

representing objects and their relationships.”

Employee

Supervisor Department

Project

Page 35: Management information system

Advantages Ability to handle more relationship type. Ease of data access Data integrity Data independence

Page 36: Management information system

Disadvantages

System complexity Lack of Structural independence

Page 37: Management information system

Object Oriented Database Models

“It actually manages the data access and the querying of the data from the databases.”

Object oriented Database Model

NameYear

AdvisorClasses

Page 38: Management information system

Advantages

The amount of information that can be modeled by an OODBMS Is increased.

It is also easier to model this information.

This is also able to have higher modeling capabilities through extensibility.

Page 39: Management information system

Disadvantages

Data and operations are separated.

Inadequate for current problems.

Causing an added training cost for developers.

Page 40: Management information system