seminar on project management by rj

40
A Seminar on Project Management Presented By Mr. Raviraj Solanki

Upload: shantaben-haribhai-gajera-patel-sankul-amreli

Post on 14-Apr-2017

56 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Seminar on Project Management by Rj

A Seminar on

Project Management

Presented By Mr. Raviraj Solanki

Page 2: Seminar on Project Management by Rj

Content• What is Project?• What is Management?• What is Project Management?• Project Environment • Software Engineering• Software development Models• DFD• Conclusion

Page 3: Seminar on Project Management by Rj

What is Project?• It is a sequence of tasks.• It is planned from beginning to

end.• It is bounded by time,

resources and required results.• Defined outcome and

deliverables.• It has deadline.• It has limit number of people,

supplies and capital

Page 4: Seminar on Project Management by Rj

What is Management?• It is the process of dealing with or controlling things

or people.

Page 5: Seminar on Project Management by Rj

What is Project Management?• Project management is the application processes,

methods, knowledge, skills and experience to achieve the project objectives.

• A project is a unique, undertaken to achieve planned objectives, which could be defined in terms of outputs, outcomes or benefits.

Page 6: Seminar on Project Management by Rj
Page 7: Seminar on Project Management by Rj
Page 8: Seminar on Project Management by Rj
Page 9: Seminar on Project Management by Rj
Page 10: Seminar on Project Management by Rj

What is Software Engineering? • There are two words ‘software’ and

‘engineering’.

• Engineering forces us to focus on systematic, scientific and well defined processes to produce a good quality product.

• The application of a systematic, disciplined, quantifiable approach to the development, operation and maintenance of software, and the study of these approaches, that is, the application of engineering to software.

Page 11: Seminar on Project Management by Rj
Page 12: Seminar on Project Management by Rj

SDLC

• SDLC provides a series of steps to be followed to design and develop a software product efficiently.

• SDLC includes following steps– Requirement gathering & Analysis– System Design – Coding – Testing– Deployment– Maintenance

Page 13: Seminar on Project Management by Rj
Page 14: Seminar on Project Management by Rj

Requirement gathering • Analysts and engineers

communicate with the client and end-users to know their ideas on what the software should provide and which features they want the software to include.

Page 15: Seminar on Project Management by Rj

FEASIBILITY STUDY • A description of the tasks the system is required to do.• A feasibility is a study made before committing to a project• A feasibility study is carried out to select the best system that

meets performance requirements.• The main aim of the feasibility study activity is to determine

whether it would be financially and technically feasible to develop the product.

• A feasibility study leads to a decision:– Go ahead– Do not go ahead– Think again

Page 16: Seminar on Project Management by Rj

FEASIBILITY STUDY

Page 17: Seminar on Project Management by Rj

Technical Feasibility• Determine available hardware.• Determine available computer with configuration.• Determine available software.

• Find out technical feasibility required for proposed system 1) It mentions new hardware requirements of proposed system.2) It Mentions Computer with new configuration requirements of

proposed system.3) It mentions New software requirements of the proposed system.

Page 18: Seminar on Project Management by Rj

Economical Feasibility1) Feasibility study cost.

2) Cost converting existing system to proposed system.

3) Cost to remolding architecture of the office, machineries, rooms

etc.

4) Cost of hardware's.

5) Cost of operating Software’s.

6) Cost of Application software’s.

7) Cost of training.

8) Cost of documentation preparation.

Page 19: Seminar on Project Management by Rj

Operational Feasibility (Behavioral feasibility) • It find out whether the proposed System will be suitable using

three types of aspects; • That are human, organizational, and political aspects. • It finds out whether there is any direct-indirect conflict from the

user of this system or not?• It finds whether the operations of proposed system is easy or not

as compare to existing system.• It find out whether the user or customer of the system requires

extra training or not?• It finds if any job reconstruction is required or not?• Watches the feelings of the customers as well as user.• System should provide right & accurate information to user or

customer at right place as well as at right time.

Page 20: Seminar on Project Management by Rj

System Analysis• System analysis includes Understanding of

software product limitations, learning system related problems or changes to be done in existing systems beforehand, identifying and addressing the impact of project on organization and personnel etc.

• The project team analyzes the scope of the project and plans the schedule and resources accordingly.

• Fact-Finding Techniques

Page 21: Seminar on Project Management by Rj

System Designing• System Design helps in

specifying hardware and system requirements and also helps in defining overall system architecture.

• The system design specifications serve as input for the next phase of the model.

• For e.g.: DFD, UML

Page 22: Seminar on Project Management by Rj

Implementation / Coding• On receiving system design

documents, the work is divided in modules/units and actual coding is started.

• Since, in this phase the code is produced so it is the main focus for the developer.

• This is the longest phase of the software development life cycle.

Page 23: Seminar on Project Management by Rj

Testing: • After the code is developed it is

tested against the requirements to make sure that the product is actually solving the needs addressed and gathered during the requirements phase.

• During this phase all types of functional testing like unit testing, integration testing, system testing, acceptance testing are done as well as non-functional testing are also done.

Page 24: Seminar on Project Management by Rj

Deployment • After successful testing the product is delivered / deployed

to the customer for their use.

• As soon as the product is given to the customers they will first do the beta testing.

• If any changes are required or if any bugs are caught, then they will report it to the engineering team.

• Once those changes are made or the bugs are fixed then the final deployment will happen.

Page 25: Seminar on Project Management by Rj

Maintenance• Once when the

customers starts using the developed system then the actual problems comes up and needs to be solved from time to time.

Page 26: Seminar on Project Management by Rj

Software Development Models

• Waterfall Model• V-Shaped Model• Evolutionary Prototyping Model• Spiral Method (SDM)• Iterative and Incremental Method• Extreme programming (Agile

development)

Page 27: Seminar on Project Management by Rj

Waterfall model

Page 28: Seminar on Project Management by Rj

V-Shaped Model

Page 29: Seminar on Project Management by Rj

Evolutionary Prototyping Model

Page 30: Seminar on Project Management by Rj

Spiral Method (SDM)

Page 31: Seminar on Project Management by Rj

Iterative and Incremental Method

Page 32: Seminar on Project Management by Rj

Extreme programming (Agile development)

Page 33: Seminar on Project Management by Rj

Data flow diagram• Data flow diagram is graphical representation of flow of

data in an information system.• It is capable of Showing incoming data flow, outgoing

data flow and stored data. • There is a prominent difference between DFD and

Flowchart. • The flowchart depicts flow of control in program

modules. • DFDs depict flow of data in the system at various levels.

Page 34: Seminar on Project Management by Rj

DFD Notation

Page 35: Seminar on Project Management by Rj

Levels of DFD• Level-0– It also known as

context level.– Show the overview of

system.– Only a Single Process

will be used in this level.

– We can not use data store symbol in it.

Page 36: Seminar on Project Management by Rj

Level-1– It gives details view of the system.–We can use all symbols of dfd in it.–Must have multiple entity and processes

and data stores in it.

Page 37: Seminar on Project Management by Rj
Page 38: Seminar on Project Management by Rj
Page 39: Seminar on Project Management by Rj

Anything that can be measured, …..can be improved

Page 40: Seminar on Project Management by Rj