Grade8 Module CSS Major 1ST QUARTER
Grade8 Module CSS Major 1ST QUARTER
A challenge in working with customer service is to ensure that you have The dimensions of quality refer to the attributes that quality achieves in
focused your attention on the right key areas, measured by the right Key Operations Management:
Performance Indicator (KPI). Several key points are listed as follows: Quality <-> Dependability <-> Speed <-> Flexibility <-> Cost
Quality supports dependability that files are the correct resolution (screen-size and bit-depth in the case
Dependability supports Speed of graphics; duration, sampling frequency and bit-depth in the case of
sound files);
Speed supports Flexibility
Flexibility supports Cost. that the quality of files displaying on the target monitor or heard on
target listening equipment is acceptable.
In the manufacturing industry it is commonly stated that “Quality drives
productivity.” Improved productivity is a source of greater revenues, Note that sampling is seldom a satisfactory checking method. Checking
employment opportunities and technological advances. The best way to think should be exhaustive, unless for reasons of time or economy this is impossible.
about quality is in process control. If the process is under control, inspection is Usually, however, trying to economize on checking and testing is a false
not necessary. However, there is one characteristic of modern quality that is economy and cutting corners here will often come back to haunt the
universal. In the past, when we tried to improve quality, typically defined as development team. At the end of the day, all files will need to be tested and, if at
producing fewer defective parts, we did so at the expense of increased cost, all possible, this should be done sooner rather than at a later trial stage.
increased task time, longer cycle time, etc.
Tools in Quality Improvement Process
1. PDCA cycle
Quality and Task-Completion Checking 2. PROFIT model
3. Flow chart
With development teams of two or three in daily contact and frequently 4. Check sheets
exchanging views and criticisms, detailed, written quality and task-completion 5. Pareto diagram
checking procedures may be felt to be unnecessary. Procedures still need to be 6. Cause and Effect diagram
agreed and the results need to be documented. The need to check quality and 7. Histogram
task completion applies at all stages of the development process but is 8. Scatter diagram
underlined especially during the prototype validation stages. 9. Control chart
that all the asset files listed in the product specification document have
The PDCA cycle promotes continuous improvement and should
been produced;
thus be visualized as a spiral instead of a closed circle.
that files are correctly named;
that files are the correct byte size or near the projected file size
P = PLAN
(examining the file-sizes in a directory listing can be helpful in
identifying problem files which are either much too large or much too Define a problem or opportunity
small);
Analyze the situation. Study and define the problem; brainstorm for R = Root cause identification and analysis.
causes and corrective actions; and think creatively to determine the best
approach and best possible corrective action. O = Optimal solution based on root cause(s).
Develop an implementation plan F = Finalize how the corrective action will be implemented.
I = Implement the plan.
T = Track the effectiveness of the implementation and verify that the desired
results are met.
If the desired results are not met, the cycle is repeated. Both the PDCA
D = DO and the PROFIT models can be used for problem solving as well as for
continuous quality improvement. In companies that follow total quality
Implement corrective action principles, whichever model is chosen should be used consistently in every
department or function in which quality improvement teams are working.
Document the procedures and observations
Once the basic problem-solving or quality improvement process is
Use data-gathering tools to collect information understood, the addition of quality tools can make the process proceed more
quickly and systematically. Seven simple tools can be used by any professional
C = CHECK
to ease the quality improvement process: flowcharts, check sheets, Pareto
Analyze information diagrams, cause and effect diagrams, histograms, scatter diagrams, and control
charts. (Some books describe a graph instead of a flowchart as one of the seven
Monitor trends tools.)
Compare obtained results against expected results from the plan The key to successful problem resolution is the ability to identify the
problem, use the appropriate tools based on the nature of the problem, and
A = ACT communicate the solution quickly to others. Inexperienced personnel might do
best by starting with the Pareto chart and the cause and effect diagram before
If the results are as expected, do nothing tackling the use of the other tools. Those two tools are used most widely by
quality improvement teams.
If the results are not as expected, repeat the Plan/Do/Check/Act cycle
Document the process and the revised plan Seven simple tools are:
1. FLOWCHART
Another popular quality improvement process is the six-step PROFIT
model in which the acronym stands for: is a graphical representation of decisions and the results of those decisions
mapped out in individual shapes that was developed by Herman Goldstine and
P = Problem definition. John von Neumann in the 1940's. Flowcharts allow for a step-by-step diagram
to be drawn out that help describe complex situations such as the steps in and coding of problems for an electronic computing instrument, Part II, Volume
programming code or troubleshooting a computer. 1" (1947), which is reproduced in von Neumann's collected works.
is a diagram representing the logical sequence in which combination of steps Flowcharts used to be a popular means for describing computer algorithms and
or operations is to be performed. are still used for this purpose. Modern techniques such as UML activity
it consist of labeled geometrical symbols that are interconnected to provide a diagrams can be considered to be extensions of the flowchart. In the 1970s the
pictorial representation of a data processing procedure. popularity of flowcharts as an own method decreased when interactive
it is a visual representation of an algorithm. computer terminals and third-generation programming languages became the
common tools of the trade, since algorithms can be expressed much more
concisely as source code in such a language, and also because designing
Algorithm is a list of specific instructions for carrying out some process step algorithms using flowcharts was more likely to result in spaghetti code because
by step. of the need for gotos to describe arbitrary jumps in control flow. Often pseudo-
code is used, which uses the common idioms of such languages without strictly
adhering to the details of a particular one.
History of Flowchart
The first structured method for documenting process flow, the "flow process TYPES OF FLOWCHART
chart", was introduced by Frank Gilbreth to members of the American Society
of Mechanical Engineers (ASME) in 1921 in the presentation “Process Charts—
First Steps in Finding the One Best Way”. Gilbreth's tools quickly found their 1. Program Flowchart describes graphically in details the logical operations
way into industrial engineering curricula. In the early 1930s, an industrial and steps within a program and the sequence in which these steps are to be
engineer, Allan H. Mogensen began training business people in the use of some executed for the transformation of data to produce the needed output.
of the tools of industrial engineering at his Work Simplification Conferences in Example of Program Flowchart
Lake Placid, New York.
A 1944 graduate of Mogensen's class, Art Spinanger, took the tools back to
Procter and Gamble where he developed their Deliberate Methods Change
Program. Another 1944 graduate, Ben S. Graham, Director of Formcraft
Engineering at Standard Register Industrial, adapted the flow process chart to
information processing with his development of the multi-flow process chart to
display multiple documents and their relationships. In 1947, ASME adopted a
symbol set derived from Gilbreth's original work as the ASME Standard for
Process Charts.
Douglas Hartree explains that Herman Goldstine and to plan computer
programs. His contemporary account is endorsed by IBM engineers and by
Goldstine's personal recollections. The original programming flowcharts of
Goldstine and von Neumann can be seen in their unpublished report, "Planning
Basic Flowchart Symbols
For most flowcharts, these five basic symbols are all you will need.
2. System Flowchart it portrays the interactions among data hardware and
personnel.
People may have differing ideas about how a process works. A is a form (document) used to collect data in real time at the location where
flowchart promote understanding in a way that written procedures the data is generated. The data it captures can be quantitative or qualitative.
cannot do. One good flowchart can replace pages of words.
sometimes called a tally sheet.
2. Provide a tool for training employees
introduced by Kaoru Ishikawa.
Because of the way they visually layout the sequence of process steps.
Flowchart can be very helpful in training employees to perform the Check sheets help organize data by category. They show how many
process according to standardized procedures. times each particular value occurs, and their information is increasingly helpful
as more data are collected. More than 50 observations should be available to be
3. Identify problem areas and opportunities for process improvement charted for this tool to be really useful. Check sheets minimize clerical work
Once you break down the process, steps and diagram them. Problem areas since the operator merely adds a mark to the tally on the prepared sheet rather
become more visible. It is easy to spot opportunities for simplifying and than writing out a figure. By showing the frequency of a particular defect (e.g.,
refining your process by analyzing decision points, redundant steps, and in a molded part) and how often it occurs in a specific location, check sheets
reworks loops. help operators spot problems. The check sheet example shows a list of molded
part defects on a production line covering a week's time. One can easily see
where to set priorities based on results shown on this check sheet. Assuming the all types of data. It is perhaps the diagram most often used in management
production flow is the same on each day, the part with the largest number of presentations.
defects carries the highest priority for correction.
To create a Pareto diagram, the operator collects random data, regroups the
categories in order of frequency, and creates a bar graph based on the results.
Because it clearly organizes data, a check sheet is the easiest way to track
information.
By rearranging random data, a Pareto
diagram identifies and ranks
nonconformities in the quality process in
descending order.
4. HISTOGRAM
3. PARETO DIAGRAM
It was first introduced by Karl Pearson.
is named after Vilfredo Pareto, a 19th-century Italian economist. The etymology of the word histogram is uncertain. Sometimes it is said to be
derived from the Greek histos means 'anything set upright' (as the masts of a
is a type of chart that contains both bars and a line graph, where individual ship, the bar of a loom, or the vertical bars of a histogram); and gramma means
values are represented in descending order by bars, and the cumulative total is 'drawing, record, writing'. It is also said that Karl Pearson, who introduced the
represented by the line. term in 1891, derived the name from "historical diagram".
also known as bar chart. It is similar to a Bar Chart, but a histogram groups numbers into ranges.
it group numbers into categories. Example:
Pareto diagram puts data in a hierarchical order, which allows the most Here, I have added up how often 1 occurs (2 times), how often 2 occurs (5
significant problems to be corrected first. The Pareto analysis technique is used times), etc, and shown them as a histogram
primarily to identify and evaluate nonconformities, although it can summarize
problem is caused by a combination of factors, it is difficult to use this tool to
depict and solve it.
A cause and effect diagram describes a relationship between variables. The Materials: Raw materials, parts, pens, paper, etc. used to produce the
undesirable outcome is shown as effect, and related causes are shown leading to, final product
the said effect. This popular tool has one severe limitation, however, in that
Measurements: Data generated from the process that are used to evaluate
users can overlook important, complex interactions between causes. Thus, if a
its quality
Environment: The conditions, such as location, time, temperature, and exists and how strong it is. In a scatter diagram, the horizontal (x) axis
culture in which the process operates represents the measurement values of one variable, and the vertical (y) axis
represents the measurements of the second variable. Figure below shows part
clearance values on the x-axis and the corresponding quantitative measurement
values on the y-axis.