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, 8296👍, 0💬
Popular Posts:
How can we know the number of days between two given dates in PHP? Simple arithmetic: <?php $...
How Many Tags Are Defined in HTML 4.01? There are 77 tags defined in HTML 4.01: a abbr acronym addre...
What is the difference between RegisterClientScriptBloc kand RegisterStartupScript? RegisterClientSc...
What is thread? A thread is an independent path of execution in a system.
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...