Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is Ishikawa diagram
What is a fish bone diagram ?
✍: Guest
Dr. Kaoru Ishikawa, invented the fishbone diagram. Therefore, it can be also referred as
Ishikawa diagram.
Fishbone diagram is an analysis diagram which provides a systematic way of looking at
effects and the causes that create or contribute to those effects. Because of the function
of the fishbone diagram, it may be referred to as a cause-and-effect diagram. The design
of the diagram looks much like the skeleton of a fish. Therefore, it is often referred to as
the fishbone diagram.
Fishbone diagram helps in categorizing potential causes of problems or issues in an
orderly way and in identifying root causes.
Below is a sample fish bone diagram which shows why a project dead line was not met.
The middle arrow is the main problem “Deadline not met”. Then we start analyzing other
problems which has led to this problem.Example There is client problem -- as he is always
changing the requirement -- this is caused because the company did not sign the SRS ---
and this happened as proper project management procedures where not at place. So to
solve this problem we either appoint a project manager or give training on project
management to senior team members.
 
2007-10-30, 8130👍, 0💬
Popular Posts:
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
Write an equivalent expression for x%8? x&7