SlideShare a Scribd company logo
1 of 35
SYSTEMS ANALYSIS
& DESIGN
lectures
2017-2018
By: Assistant Lecturer
Zhiyan A. younis
1
System Analysis and Design -
Overview
Systems development is systematic
process which includes phases such as
planning, analysis, design, deployment,
and maintenance.
Here, we will primarily focus on −
1-Systems analysis
2-Systems design
Systems Analysis
• It is a process of collecting and interpreting facts,
identifying the problems, and decomposition of a
system into its components.
• System analysis is conducted for the purpose of
studying a system or its parts in order to identify
its objectives. It is a problem solving technique
that improves the system and ensures that all the
components of the system work efficiently to
accomplish their purpose.
• Analysis specifies what the system should do.
Systems Design
• It is a process of planning a new business system or
replacing an existing system by defining its components or
modules to satisfy the specific requirements. Before
planning, you need to understand the old system thoroughly
and determine how computers can best be used in order to
operate efficiently.
• System Design focuses on how to accomplish the
objective of the system.
• System Analysis and Design (SAD) mainly focuses on −
• Systems
• Processes
• Technology
What is a System?
• The word System is derived from Greek word
Systema, which means an organized
relationship between any set of components to
achieve some common cause or objective.
• A system is “an orderly grouping of
interdependent components linked together
according to a plan to achieve a specific
goal.”
Characteristics of a System
• Components
• Interrelated Components
• Boundary
• Purpose
• Environment
• Interfaces
• Constraints
• Input
• Output
3
7
System characteristics
• A component
• an irreducible part or aggregation of parts that make
up a system, also called a subsystem
• Interrelated components
• Dependence of one subsystem on one or more
subsystems
• Boundary
• The line that marks the inside and outside of a
system and that sets off the system form its
environment
8
System characteristics
• Purpose
• The overall goal or function of a system
• Environment
• Everything external to a system that interacts with
the system
• Interface
• Point of contact where a system meets its
environment or where subsystems meet each other.
9
System characteristics
• Constraint
• A limit to what a system can accomplish
• Input
• Whatever a system takes from its environment in order
to fulfill its purpose
• Output
• Whatever a system returns from its environment in
order to fulfill its purpose
10
Systems Models
• 1-Schematic Models
• A schematic model is a 2-D chart that shows
system elements and their linkages.
• Different arrows are used to show information
flow, material flow, and information feedback.
2-Flow System Models
• A flow system model shows the orderly flow
of the material, energy, and information that
hold the system together.
• Program Evaluation and Review Technique
(PERT), for example, is used to abstract a real
world system in model form.
3-Static System Models
• They represent one pair of relationships such
as activity–time or cost–quantity.
• The Gantt chart, for example, gives a static
picture of an activity-time relationship.
4-Dynamic System Models
• Business organizations are dynamic systems. A
dynamic model approximates the type of
organization or application that analysts deal with.
• It shows an ongoing, constantly changing status
of the system. It consists of −
– Inputs that enter the system
– The processor through which transformation takes
place
– The program(s) required for processing
– The output(s) that result from processing.
Important system concepts
• There are several other system concepts with
which systems analysts need to become
familiar:
• Decomposition
• Modularity
• Coupling
• Cohesion
15
Important System Concepts
• Decomposition
– The process of breaking down a system into smaller
components
– Allows the systems analyst to:
• Break a system into small, manageable and understandable
subsystems
• Focus on one area(sub system) at a time, without interference
from other areas
• Concentrate on component pertinent to one group of users
without confusing users with unnecessary details
• Build different components at independent times and have the
help of different analysts
16
Example
Figure 1-6 shows the decomposition of a portable MP3 player.
Decomposing the system into subsystems reveals the system’s
inner workings. You can decompose an MP3 player into at least
three separate physical subsystems
One subsystem, the battery, supplies the power for the entire
system to operate.
A second physical subsystem, the storage system,is made up of a
hard drive that stores thousands of MP3 recordings.
The third subsystem, the control subsystem, consists of a printed
circuit board (PCB),with various chips attached, that controls all of
the recording, playback, and
access functions.
Breaking the subsystems down into their components reveals
even more about the inner workings of the system and greatly
enhances our understanding of how the overall system works.
17
18
Important System Concepts
(continued)
Modularity :is a direct result of decomposition. It
refers to dividing a system into chunks or modules
of a relatively uniform size. Modules can represent a
system simply, making it easier to understand and
easier to redesign and rebuild.
For example,
each of the separate subsystem modules for the MP3
player in Figure 1-6 shows how decomposition
makes it easier to understand the overall system.
19
Important System Concepts
(continued)
Coupling
means that subsystems are dependent on each other.
Subsystems should be as independent as possible. If one
subsystem fails and other subsystems are highly
dependent on it, the others will either fail themselves or
have problems functioning.
For example:
In a home stereo system, the components are loosely
coupled because the subsystems, such as the speakers, the
amplifier, the receiver, and the CD player, are all
physically separate and function independently. If the
amplifier in a home stereo system fails, only the amplifier
needs to be repaired.
20
Important System Concepts
(continued)
Cohesion is the extent to which a subsystem
performs a single function.
In the MP3 player example, supplying power is
a single function.
21
Open and Closed systems
• Open system
• A system that interacts freely with its environment,
taking input and returning output
• Closed system
• A system that is cut off from its environment and does
not interact with it
22
A Modern Approach to
Systems Analysis and Design
• Systems Integration
– Allows hardware and software from different
vendors to work together
– Enables procedural language systems to work with
visual programming systems
– Visual programming environment uses
client/server model
23
Dining
Room
Storage Office
Kitchens
Contour
Boundary
Inputs:
Food
,labor,
cash,
etc.
Outputs:
Prepared
food
Trash
Etc.
Environments: customers, food distribution, banks, etc.
interrelationship
A fast food restaurant as a system: Example
24
Who Develops Information
Systems?
• Traditionally, a company either developed its
own information systems, called in-house
applications, or purchased systems called
software packages from outside vendors.
• Today, the choice is much more complex.
Options include Internet-based application
services, outsourcing, custom solutions from
IT consultants, and enterprise-wide software
strategies.
25
Regardless of the development method, launching
a new information system involves risks as well as
benefits
The greatest risk occurs when a company tries to
decide how the system will be constructed before
determining what the system needs to do:
• A company must begin by outlining its business needs
• Identifying possible IT solutions.
This important work is performed by systems
analysts and other IT professionals.
A firm should not consider implementation options
until it has a clear set of objectives. Later on, as
the system is developed ,a systems analyst’s role
will vary depending on the implementation option
selected.
26
INFORMATION SYSTEM
COMPONENTS
27
INFORMATION SYSTEM COMPONENTS
An information system has five key components
1. Hardware
Hardware consists of everything in the physical
layer of the information. For example, hardware
can include servers, work stations, networks,
telecommunications equipment, fiber optic cables,
handheld computers, scanners, digital capture
devices, and other technology based
Infrastructure.
28
2- Software
Software refers to the programs that control the
hardware and produce the desired information or
results. Software consists of: system software and
application software.
System software manages the hardware components,
which can include a single workstation or a global
network which many thousands of clients.
Application software consists of programs that
support day-to-day business functions and provide
users with the information they require.
29
3- Data:
Data is the raw material that an information
system transforms into useful information
4-Processes:
Processes describe the tasks and business
functions that users, mangers, and IT staff
members perform to achieve specific results.
30
5- People
People who have an interest in an information system are
called stakeholders. Stakeholders include the management
group responsible for the system, user, sometimes called
end users, are the people who interact with an information
systems, both inside and outside the company.
The success or failure of a system usually depends on
whether users are satisfied with the system’s output and
operation.
To serve users, successful information systems depend on
skilled professionals, such as systems analysts,
programmers, network administrators, and other IT staff
members.
31
32
INFORMATION SYSTEM USERS AND THEIR NEEDS
Top Managers
Top managers develop long-range plans, called
strategic plans, which define the company’s
overall mission and goals. To plot a future course,
top managers ask questions such as
• How much should the company invest in
information technology or
• How much will Internet sales grow in the next
five years or
• Should the company build new factories or
contract out the production functions.
33
Middle Managers and Knowledge Workers
Middle managers provide direction, necessary resources,
and performance feedback to supervisors and team
leaders.
middle managers need more detailed information than
top managers, but somewhat less than supervisors who
oversee day-to-day operations. For example,
a middle manager might review a weekly sales summary
for a three-state area, while a local sales team leader
would need a daily report on customer sales at a single
location.
Knowledge workers include professional staff members
such as systems analysts, programmers, accountants,
researchers, trainers, and human resource specialists.
34
• Supervisors and Team Leaders
Supervisors, often called team leaders, oversee operational
employees and carry out day-to-day functions. They
coordinate operational tasks and people, make necessary
decisions, and ensure that the right tools materials, and
training are available. Like supervisors and team leaders
need decision support information, Knowledge management
systems, and user productivity systems to carry out their
responsibilities.
• Operational Employees
Operational Employees include users who rely on TP
systems to enter and receive data they need to perform their
jobs. Many companies find that empowerment
improves employee motivation and increases customer
satisfaction.
35

More Related Content

What's hot

System concepts, elements and types of systems ppt
System concepts, elements and types of systems pptSystem concepts, elements and types of systems ppt
System concepts, elements and types of systems pptShobhit Sharma
 
Use Case Diagram
Use Case DiagramUse Case Diagram
Use Case DiagramKumar
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGSaqib Raza
 
Unit 5- Architectural Design in software engineering
Unit 5- Architectural Design in software engineering Unit 5- Architectural Design in software engineering
Unit 5- Architectural Design in software engineering arvind pandey
 
System Analysis and Design (SAD)
System Analysis and Design (SAD)System Analysis and Design (SAD)
System Analysis and Design (SAD)Sachith Perera
 
1.1 The nature of software.ppt
1.1 The nature of software.ppt1.1 The nature of software.ppt
1.1 The nature of software.pptJAYAPRIYAR7
 
Advance database systems (part 1)
Advance database systems (part 1)Advance database systems (part 1)
Advance database systems (part 1)Abdullah Khosa
 
System Design Presentation
System Design PresentationSystem Design Presentation
System Design PresentationSCOUT9989
 
analysis and design of information system
analysis and design of information systemanalysis and design of information system
analysis and design of information systemRenu Sharma
 
The principles of simulation system design.pptx
The principles of simulation system design.pptxThe principles of simulation system design.pptx
The principles of simulation system design.pptxubaidullah75790
 
Requirements engineering for agile methods
Requirements engineering for agile methodsRequirements engineering for agile methods
Requirements engineering for agile methodsSyed Zaid Irshad
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert systempremdeshmane
 
Database Design
Database DesignDatabase Design
Database Designlearnt
 

What's hot (20)

System concepts, elements and types of systems ppt
System concepts, elements and types of systems pptSystem concepts, elements and types of systems ppt
System concepts, elements and types of systems ppt
 
Use Case Diagram
Use Case DiagramUse Case Diagram
Use Case Diagram
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
 
System analysis and design
System analysis and designSystem analysis and design
System analysis and design
 
Analysis modeling
Analysis modelingAnalysis modeling
Analysis modeling
 
Unit 5- Architectural Design in software engineering
Unit 5- Architectural Design in software engineering Unit 5- Architectural Design in software engineering
Unit 5- Architectural Design in software engineering
 
System Analysis and Design (SAD)
System Analysis and Design (SAD)System Analysis and Design (SAD)
System Analysis and Design (SAD)
 
1.1 The nature of software.ppt
1.1 The nature of software.ppt1.1 The nature of software.ppt
1.1 The nature of software.ppt
 
Advance database systems (part 1)
Advance database systems (part 1)Advance database systems (part 1)
Advance database systems (part 1)
 
System Design Presentation
System Design PresentationSystem Design Presentation
System Design Presentation
 
System Modelling
System ModellingSystem Modelling
System Modelling
 
System analysis
System analysisSystem analysis
System analysis
 
analysis and design of information system
analysis and design of information systemanalysis and design of information system
analysis and design of information system
 
The principles of simulation system design.pptx
The principles of simulation system design.pptxThe principles of simulation system design.pptx
The principles of simulation system design.pptx
 
Requirements engineering for agile methods
Requirements engineering for agile methodsRequirements engineering for agile methods
Requirements engineering for agile methods
 
system
systemsystem
system
 
Function Point Analysis (FPA) by Dr. B. J. Mohite
Function Point Analysis (FPA) by Dr. B. J. MohiteFunction Point Analysis (FPA) by Dr. B. J. Mohite
Function Point Analysis (FPA) by Dr. B. J. Mohite
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert system
 
Role of system analyst
Role of system analystRole of system analyst
Role of system analyst
 
Database Design
Database DesignDatabase Design
Database Design
 

Similar to System analysis ITM3(1).pptx

System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentationMAHERMOHAMED27
 
Pm02 system design
Pm02   system designPm02   system design
Pm02 system designDaniyal Ali
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADMFLYMAN TECHNOLOGY LIMITED
 
Information Systems and Technology: Basic Concepts
Information Systems and Technology:  Basic ConceptsInformation Systems and Technology:  Basic Concepts
Information Systems and Technology: Basic ConceptsMikeCrea
 
Management Information system
Management Information systemManagement Information system
Management Information systemCochin University
 
General Systems Theory and Systems Analysis
General Systems Theory and Systems AnalysisGeneral Systems Theory and Systems Analysis
General Systems Theory and Systems AnalysiseKindling.org
 
CH01_Foundation of Systems Development.pptx
CH01_Foundation of Systems Development.pptxCH01_Foundation of Systems Development.pptx
CH01_Foundation of Systems Development.pptxNoharaShinnosuke2
 
System analysis and_design
System analysis and_designSystem analysis and_design
System analysis and_designTushar Rajput
 
9781285096551_PPT_ch01.pptx
9781285096551_PPT_ch01.pptx9781285096551_PPT_ch01.pptx
9781285096551_PPT_ch01.pptxMiguelColon24
 
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxLECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxAOmaAli
 
unit 5 Architectural design
 unit 5 Architectural design unit 5 Architectural design
unit 5 Architectural designdevika g
 
CHAPTER_ONE_SAD.pdf
CHAPTER_ONE_SAD.pdfCHAPTER_ONE_SAD.pdf
CHAPTER_ONE_SAD.pdfMikechiti1
 

Similar to System analysis ITM3(1).pptx (20)

System analysis 1
System analysis 1System analysis 1
System analysis 1
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentation
 
OS_MD_1.pdf
OS_MD_1.pdfOS_MD_1.pdf
OS_MD_1.pdf
 
Pm02 system design
Pm02   system designPm02   system design
Pm02 system design
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADM
 
computer Unit 8
computer Unit 8computer Unit 8
computer Unit 8
 
Information Systems and Technology: Basic Concepts
Information Systems and Technology:  Basic ConceptsInformation Systems and Technology:  Basic Concepts
Information Systems and Technology: Basic Concepts
 
Management Information system
Management Information systemManagement Information system
Management Information system
 
Software Development Skills and SDLC
Software Development Skills and SDLCSoftware Development Skills and SDLC
Software Development Skills and SDLC
 
General Systems Theory and Systems Analysis
General Systems Theory and Systems AnalysisGeneral Systems Theory and Systems Analysis
General Systems Theory and Systems Analysis
 
chap-0 .ppt
chap-0 .pptchap-0 .ppt
chap-0 .ppt
 
CH01_Foundation of Systems Development.pptx
CH01_Foundation of Systems Development.pptxCH01_Foundation of Systems Development.pptx
CH01_Foundation of Systems Development.pptx
 
System analysis and_design
System analysis and_designSystem analysis and_design
System analysis and_design
 
9781285096551_PPT_ch01.pptx
9781285096551_PPT_ch01.pptx9781285096551_PPT_ch01.pptx
9781285096551_PPT_ch01.pptx
 
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxLECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
 
unit 5 Architectural design
 unit 5 Architectural design unit 5 Architectural design
unit 5 Architectural design
 
Socio technical system
Socio technical systemSocio technical system
Socio technical system
 
CHAPTER_ONE_SAD.pdf
CHAPTER_ONE_SAD.pdfCHAPTER_ONE_SAD.pdf
CHAPTER_ONE_SAD.pdf
 
Concepts of information system
Concepts of information systemConcepts of information system
Concepts of information system
 
os unit 1.pdf
os unit 1.pdfos unit 1.pdf
os unit 1.pdf
 

More from Aram Mohammed

Financial markets and institutions ITM3
Financial markets and institutions ITM3Financial markets and institutions ITM3
Financial markets and institutions ITM3Aram Mohammed
 
Whole c++ lectures ITM1 Th
Whole c++ lectures ITM1 ThWhole c++ lectures ITM1 Th
Whole c++ lectures ITM1 ThAram Mohammed
 
Information Technology Fundamentals ITM!
Information Technology  Fundamentals ITM!Information Technology  Fundamentals ITM!
Information Technology Fundamentals ITM!Aram Mohammed
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1Aram Mohammed
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1Aram Mohammed
 
Information Technology ITM1
Information Technology ITM1Information Technology ITM1
Information Technology ITM1Aram Mohammed
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1Aram Mohammed
 
Information Technology IT1
Information Technology  IT1Information Technology  IT1
Information Technology IT1Aram Mohammed
 
Information Technology ITM1
Information Technology ITM1Information Technology ITM1
Information Technology ITM1Aram Mohammed
 
Introduction to financial management ITM3
Introduction to financial management ITM3Introduction to financial management ITM3
Introduction to financial management ITM3Aram Mohammed
 
System analysis ITM3.pptx
System analysis ITM3.pptx System analysis ITM3.pptx
System analysis ITM3.pptx Aram Mohammed
 

More from Aram Mohammed (19)

net work iTM3
net work iTM3net work iTM3
net work iTM3
 
Web Design EJ3
Web Design EJ3Web Design EJ3
Web Design EJ3
 
Web design EJ3
Web design    EJ3Web design    EJ3
Web design EJ3
 
Financial markets and institutions ITM3
Financial markets and institutions ITM3Financial markets and institutions ITM3
Financial markets and institutions ITM3
 
Java doc Pr ITM2
Java doc Pr ITM2Java doc Pr ITM2
Java doc Pr ITM2
 
Whole c++ lectures ITM1 Th
Whole c++ lectures ITM1 ThWhole c++ lectures ITM1 Th
Whole c++ lectures ITM1 Th
 
Information Technology Fundamentals ITM!
Information Technology  Fundamentals ITM!Information Technology  Fundamentals ITM!
Information Technology Fundamentals ITM!
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1
 
Information Technology ITM1
Information Technology ITM1Information Technology ITM1
Information Technology ITM1
 
Information Technology ITM1
Information Technology  ITM1Information Technology  ITM1
Information Technology ITM1
 
Information Technology IT1
Information Technology  IT1Information Technology  IT1
Information Technology IT1
 
Information Technology ITM1
Information Technology ITM1Information Technology ITM1
Information Technology ITM1
 
Network th ITM3
Network th ITM3Network th ITM3
Network th ITM3
 
Introduction to financial management ITM3
Introduction to financial management ITM3Introduction to financial management ITM3
Introduction to financial management ITM3
 
System analysis ITM3.pptx
System analysis ITM3.pptx System analysis ITM3.pptx
System analysis ITM3.pptx
 
E-management ITM3
E-management ITM3E-management ITM3
E-management ITM3
 
E-management ITM3
E-management ITM3E-management ITM3
E-management ITM3
 
Network(pr)kurdish
Network(pr)kurdishNetwork(pr)kurdish
Network(pr)kurdish
 

Recently uploaded

ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 

Recently uploaded (20)

ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 

System analysis ITM3(1).pptx

  • 1. SYSTEMS ANALYSIS & DESIGN lectures 2017-2018 By: Assistant Lecturer Zhiyan A. younis 1
  • 2. System Analysis and Design - Overview Systems development is systematic process which includes phases such as planning, analysis, design, deployment, and maintenance. Here, we will primarily focus on − 1-Systems analysis 2-Systems design
  • 3. Systems Analysis • It is a process of collecting and interpreting facts, identifying the problems, and decomposition of a system into its components. • System analysis is conducted for the purpose of studying a system or its parts in order to identify its objectives. It is a problem solving technique that improves the system and ensures that all the components of the system work efficiently to accomplish their purpose. • Analysis specifies what the system should do.
  • 4. Systems Design • It is a process of planning a new business system or replacing an existing system by defining its components or modules to satisfy the specific requirements. Before planning, you need to understand the old system thoroughly and determine how computers can best be used in order to operate efficiently. • System Design focuses on how to accomplish the objective of the system. • System Analysis and Design (SAD) mainly focuses on − • Systems • Processes • Technology
  • 5. What is a System? • The word System is derived from Greek word Systema, which means an organized relationship between any set of components to achieve some common cause or objective. • A system is “an orderly grouping of interdependent components linked together according to a plan to achieve a specific goal.”
  • 6. Characteristics of a System • Components • Interrelated Components • Boundary • Purpose • Environment • Interfaces • Constraints • Input • Output 3
  • 7. 7
  • 8. System characteristics • A component • an irreducible part or aggregation of parts that make up a system, also called a subsystem • Interrelated components • Dependence of one subsystem on one or more subsystems • Boundary • The line that marks the inside and outside of a system and that sets off the system form its environment 8
  • 9. System characteristics • Purpose • The overall goal or function of a system • Environment • Everything external to a system that interacts with the system • Interface • Point of contact where a system meets its environment or where subsystems meet each other. 9
  • 10. System characteristics • Constraint • A limit to what a system can accomplish • Input • Whatever a system takes from its environment in order to fulfill its purpose • Output • Whatever a system returns from its environment in order to fulfill its purpose 10
  • 11. Systems Models • 1-Schematic Models • A schematic model is a 2-D chart that shows system elements and their linkages. • Different arrows are used to show information flow, material flow, and information feedback.
  • 12. 2-Flow System Models • A flow system model shows the orderly flow of the material, energy, and information that hold the system together. • Program Evaluation and Review Technique (PERT), for example, is used to abstract a real world system in model form.
  • 13. 3-Static System Models • They represent one pair of relationships such as activity–time or cost–quantity. • The Gantt chart, for example, gives a static picture of an activity-time relationship.
  • 14. 4-Dynamic System Models • Business organizations are dynamic systems. A dynamic model approximates the type of organization or application that analysts deal with. • It shows an ongoing, constantly changing status of the system. It consists of − – Inputs that enter the system – The processor through which transformation takes place – The program(s) required for processing – The output(s) that result from processing.
  • 15. Important system concepts • There are several other system concepts with which systems analysts need to become familiar: • Decomposition • Modularity • Coupling • Cohesion 15
  • 16. Important System Concepts • Decomposition – The process of breaking down a system into smaller components – Allows the systems analyst to: • Break a system into small, manageable and understandable subsystems • Focus on one area(sub system) at a time, without interference from other areas • Concentrate on component pertinent to one group of users without confusing users with unnecessary details • Build different components at independent times and have the help of different analysts 16
  • 17. Example Figure 1-6 shows the decomposition of a portable MP3 player. Decomposing the system into subsystems reveals the system’s inner workings. You can decompose an MP3 player into at least three separate physical subsystems One subsystem, the battery, supplies the power for the entire system to operate. A second physical subsystem, the storage system,is made up of a hard drive that stores thousands of MP3 recordings. The third subsystem, the control subsystem, consists of a printed circuit board (PCB),with various chips attached, that controls all of the recording, playback, and access functions. Breaking the subsystems down into their components reveals even more about the inner workings of the system and greatly enhances our understanding of how the overall system works. 17
  • 18. 18
  • 19. Important System Concepts (continued) Modularity :is a direct result of decomposition. It refers to dividing a system into chunks or modules of a relatively uniform size. Modules can represent a system simply, making it easier to understand and easier to redesign and rebuild. For example, each of the separate subsystem modules for the MP3 player in Figure 1-6 shows how decomposition makes it easier to understand the overall system. 19
  • 20. Important System Concepts (continued) Coupling means that subsystems are dependent on each other. Subsystems should be as independent as possible. If one subsystem fails and other subsystems are highly dependent on it, the others will either fail themselves or have problems functioning. For example: In a home stereo system, the components are loosely coupled because the subsystems, such as the speakers, the amplifier, the receiver, and the CD player, are all physically separate and function independently. If the amplifier in a home stereo system fails, only the amplifier needs to be repaired. 20
  • 21. Important System Concepts (continued) Cohesion is the extent to which a subsystem performs a single function. In the MP3 player example, supplying power is a single function. 21
  • 22. Open and Closed systems • Open system • A system that interacts freely with its environment, taking input and returning output • Closed system • A system that is cut off from its environment and does not interact with it 22
  • 23. A Modern Approach to Systems Analysis and Design • Systems Integration – Allows hardware and software from different vendors to work together – Enables procedural language systems to work with visual programming systems – Visual programming environment uses client/server model 23
  • 24. Dining Room Storage Office Kitchens Contour Boundary Inputs: Food ,labor, cash, etc. Outputs: Prepared food Trash Etc. Environments: customers, food distribution, banks, etc. interrelationship A fast food restaurant as a system: Example 24
  • 25. Who Develops Information Systems? • Traditionally, a company either developed its own information systems, called in-house applications, or purchased systems called software packages from outside vendors. • Today, the choice is much more complex. Options include Internet-based application services, outsourcing, custom solutions from IT consultants, and enterprise-wide software strategies. 25
  • 26. Regardless of the development method, launching a new information system involves risks as well as benefits The greatest risk occurs when a company tries to decide how the system will be constructed before determining what the system needs to do: • A company must begin by outlining its business needs • Identifying possible IT solutions. This important work is performed by systems analysts and other IT professionals. A firm should not consider implementation options until it has a clear set of objectives. Later on, as the system is developed ,a systems analyst’s role will vary depending on the implementation option selected. 26
  • 28. INFORMATION SYSTEM COMPONENTS An information system has five key components 1. Hardware Hardware consists of everything in the physical layer of the information. For example, hardware can include servers, work stations, networks, telecommunications equipment, fiber optic cables, handheld computers, scanners, digital capture devices, and other technology based Infrastructure. 28
  • 29. 2- Software Software refers to the programs that control the hardware and produce the desired information or results. Software consists of: system software and application software. System software manages the hardware components, which can include a single workstation or a global network which many thousands of clients. Application software consists of programs that support day-to-day business functions and provide users with the information they require. 29
  • 30. 3- Data: Data is the raw material that an information system transforms into useful information 4-Processes: Processes describe the tasks and business functions that users, mangers, and IT staff members perform to achieve specific results. 30
  • 31. 5- People People who have an interest in an information system are called stakeholders. Stakeholders include the management group responsible for the system, user, sometimes called end users, are the people who interact with an information systems, both inside and outside the company. The success or failure of a system usually depends on whether users are satisfied with the system’s output and operation. To serve users, successful information systems depend on skilled professionals, such as systems analysts, programmers, network administrators, and other IT staff members. 31
  • 32. 32
  • 33. INFORMATION SYSTEM USERS AND THEIR NEEDS Top Managers Top managers develop long-range plans, called strategic plans, which define the company’s overall mission and goals. To plot a future course, top managers ask questions such as • How much should the company invest in information technology or • How much will Internet sales grow in the next five years or • Should the company build new factories or contract out the production functions. 33
  • 34. Middle Managers and Knowledge Workers Middle managers provide direction, necessary resources, and performance feedback to supervisors and team leaders. middle managers need more detailed information than top managers, but somewhat less than supervisors who oversee day-to-day operations. For example, a middle manager might review a weekly sales summary for a three-state area, while a local sales team leader would need a daily report on customer sales at a single location. Knowledge workers include professional staff members such as systems analysts, programmers, accountants, researchers, trainers, and human resource specialists. 34
  • 35. • Supervisors and Team Leaders Supervisors, often called team leaders, oversee operational employees and carry out day-to-day functions. They coordinate operational tasks and people, make necessary decisions, and ensure that the right tools materials, and training are available. Like supervisors and team leaders need decision support information, Knowledge management systems, and user productivity systems to carry out their responsibilities. • Operational Employees Operational Employees include users who rely on TP systems to enter and receive data they need to perform their jobs. Many companies find that empowerment improves employee motivation and increases customer satisfaction. 35