SlideShare a Scribd company logo
1 of 47
Prepare and
Interpret Technical
Drawing
Prepare and Interpret Technical Drawing
• Basic Symbols Used in Technical Drawing
• Selection of Technical Drawing in Accordance with the
Job Requirement
• Interpreting the Symbols Used in Flow Charting
Basic Symbols Used
in Technical Drawing
Objectives
At the end of the lesson, you will be able to
a. identify basic symbols used in technical drawing.
What is technical drawing?
Technical drawing, also known as drafting, is a
technique used to visually illustrate the processes
involved in a project. It uses a set of symbols, visual
styles and page layout to make it easier to
comprehend. A technical drawing can either be created
using the traditional free-hand method or by using a
Computer Aided Design (CAD) software. Either way,
both method must produce an accurate illustration, for
this will be the primary basis for the completion of the
project.
What is technical drawing?
One of the basic form of a technical drawing is a
flowchart. A flowchart is a type of diagram that
normally used to illustrate an algorithm, a set of steps
in a process, or phases in solving a particular problem.
Using a flowchart is an effective way of showing a
technical process into a more people-friendly form.
Flowcharts are usually formed using different symbols
represented by shapes. The most common symbols are
enumerated below:
Flow Chart Symbols
• Terminator
– this symbol is
represented by an oval or
rectangle with curved
corners. It always appears
at the start and end of a
flowchart.
Flow Chart Symbols
Input/Output
– this symbol is
represented by a
parallelogram. It is used to
ask an input from the user
and display and output.
The contents of this
symbol are usually
represented by a variable,
a value that always
changes.
Flow Chart Symbols
Process
– this symbol is
represented by a rectangle.
It may refer to a certain
action, activity, or a
computation. The contents
of this symbol must always
be accurate so as not to
mislead the person
viewing the flowchart.
Words or equations can be
contained in this symbol.
Flow Chart Symbols
Subprocess
– this symbol is
represented by a rectangle
with double lines on both
sides. This is part of a
major process that can
further be broken down to
be a flowchart of its own.
The contents of this
symbol also follows the
characteristics of the
process symbol.
Flow Chart Symbols
Decision
– this symbol is
represented by a diamond.
It is used for a conditional
statement that will yield
more than one direction. It
is normally used when the
flow of logic branches out
to multiple actions.
Flow Chart Symbols
Arrow Lines or Flow Lines
– this symbol is
represented by an arrow
with a single direction.
The arrows direct the flow
of logic in a flowchart. It
must always start and end
in another symbol.
Flow Chart Symbols
Connector
– this symbol connects two
points of a flowchart in
case it reaches the edge of
the page. A circle labeled
by a letter is used if the
flowchart continues on the
same page. A pentagon
labeled with a number is
used if the flowchart
continues in a different
page.
Basic symbols used in flow charting
Basic symbols used in flow charting
Basic symbols used in flow charting
Other Flow Chart Symbols
Other Flow Chart Symbols
Other Flow Chart Symbols
Other Flow Chart Symbols
Flow Chart Symbols
The use of technical drawings such as a flowchart will
help in promoting a common understanding on
processes and projects. It may also replace pages of
explanations into a more concise and simple
illustration. Lastly, it is a helpful tool in standardizing
processes and procedures.
Selection of Technical
Drawing in
Accordance with the
Job Requirement
Objectives
At the end of the lesson, you will be able to
a. select technical drawing in accordance with the job
requirement.
A technical drawing serves as an important factor in the
completion of any project because shows the different
processes and procedures in completing it. It must
always adhere to a specific set of standards so that
everyone can interpret it as the same. An example of a
technical drawing that is used to interpret a set of
processes and procedures is called a flowchart.
Flow Chart Symbols
A flowchart is made up of different symbols that
signifies a unique activity. A different type of flowchart
is needed to illustrate a project with different job
requirements. Some of these types are listed below:
Type of Flowchart
Basic – this is often used
to define and document
basic work and data flows,
financial, production and
quality management
processes to increase
efficiency.
Type of Flowchart
Cross Functional – this is
often used to show the
relationship between a
business process and the
functional units
responsible for that
process.
Type of Flowchart
Data Flow Diagram – this
shows how the data is
processed. It is convenient
to use when you want to
design or examine a
system. Although most
often used for software, it
can be used to analyze any
type of information flow.
Type of Flowchart
Procedural – this involves
creating a flowchart model
that illustrates and
analyzes the overall flow of
activities in producing a
product or service.
Type of Flowchart
Process Flow – this type is
commonly used to depict
the major processes within
a project and shows their
relationship with one
another. It can be used for
mapping out roles and
responsibilities within an
organization to gain clarity
or for drawing up a
proposal for a new process
or project.
Program – this a graphic
representation of an
algorithm, often used in
the design phase of
programming to work out
the logical flow of a
program. It demonstrates
how a program works
within a system.
Type of Flowchart
Work Flow Diagram – this
is used to create diagrams
of information flow. A work
flow diagram illustrates
the way a business or
process functions.
Other Types of Flowchart
Linear Flowchart – a
diagram that shows the
sequence of steps that are
included in a process. This
can help identify rework
and unnecessary steps in a
process.
Other Types of Flowchart
Deployment Flowchart
– shows actual process
flow and identifies the
people involved in each
step. Horizontal lines
define customer-supplier
relationships. This type of
flowchart shows where the
people fit in the steps
included and how they
relate to one another
throughout the procedure.
Constructing a linear flowchart
Below are the
steps for
developing a
linear flowchart:
Constructing a linear flowchart
Steps for developing a linear flowchart:
1) Define the procedure that needs to be flowcharted
 Think about the process that you need to create a flow chart
on.
 Examples: how to create a PowerPoint presentation; cleaning
parts of the computer
2) Gather the right people to develop the flowchart
 Who do you think will be the best people to do the task that
needs to be done?
 Examples: troubleshooting a network problem will be best
done by computer technicians; building a cement post for a
house will be best done by construction workers
Constructing a linear flowchart
Steps for developing a linear flowchart:
3) Establish boundaries in the process
Think about what should be the starting and ending point
of the task.
Example: in CPU disassembly, we do not need to include
steps that pertain to disassembly of the automatic voltage
regulator
Constructing a linear flowchart
Steps for developing a linear flowchart:
4) List the steps, activities, and decisions
Think about the steps or activities that need to be done.
Try to foresee what decisions might come up that needs to
be resolved.
Examples: if the task to be done is cleaning parts of the
computer, we can say that one of the steps to list down is
preparing the tools needed for cleaning; a decision or
problem that might need solving could be something about
insufficient cleaning solution
Constructing a linear flowchart
Steps for developing a linear flowchart:
5) Assign flowchart symbols
What symbols should be used and how do we connect
them? As you have already learned about flowchart
symbols and what they are for, it would be very easy and
simple to assign the flowchart symbols to each of the steps
that you have listed and how to connect them with arrows
Examples: - if there is a question or decision that needs to
be answered or done, the symbol to use for it would be
this:
if we need to put down a step, the symbol to use is:
Constructing a linear flowchart
Steps for developing a linear flowchart:
6) Analyze and name the flowchart
Looking at all the steps that you have listed, think about
what title would best suit the flowchart.
Examples: steps that include ‘wipe the LCD screen’ would
best be titled as “Cleaning Computer Parts”; while steps
that include ‘twist screw off from the unit’ may be titled as
“Disassembling the CPU”
Type of Flowchart
It is important to determine the job requirements first
before figuring out what type of technical drawing
should be used. Careful consideration on these
requirements will not only result in a richer illustration,
but will also help the viewers to understand it clearly.
Interpreting the
Symbols Used in
Flow Charting
Objectives
At the end of the lesson, you will be able to
a. interpret the symbols used in flow charting.
• Having a flowchart will help one in understanding a
process as well as aid in finding ways to help improve
the steps involved in a task. By examining or
interpreting a flowchart you will be able to:
 find out who is involved in the task
 form theories about root causes
 help make the steps more efficient
 find out how to apply changes to the process
 locate steps that only add cost
 conduct or provide training on how the process or task is
done
Steps on how to analyze a flowchart.
1) Examine Each Step
• bottlenecks – these are parts where the process is slowed down
example: unnecessary steps, rework, or other factors; a step
saying, “technicians will go to storage to get needed tools”
• weak links – these are steps where problems occur because of
insufficient knowledge or training example: assigning people
not trained well to do a specific task
• poorly defined step – these are steps that are not properly
worded which can be misunderstood and may lead to the step
being done in a different way or even incorrectly example: a
step saying “improvise what tool will help”
Steps on how to analyze a flowchart.
2) analyze each decision symbol
• check how often the “yes” or “no” answers in decision points
(diamond shaped symbol) always seem to go in one direction. If
this is the case, we can consider removing the decision point
that causes this
• example: a decision point asking “is the part free from dust?”: it
may be possible that where the person is cleaning the computer
part has a lot of dust where it may be difficult to eliminate all of
it, which may result to the decision point being answered “NO”
Steps on how to analyze a flowchart.
3) check each rework loop
• look for ways to shorten or eliminate the loop
• example: step/s that is making the process go back to a step
multiple times
4) examine each activity symbol
• consider eliminating steps that does not help with the quality of
result or end product or only add cost example: a step saying,
“wait until tool needed is available”

More Related Content

Similar to Prepare and Interpret Technical Drawing.pptx

Similar to Prepare and Interpret Technical Drawing.pptx (20)

Flowchart
FlowchartFlowchart
Flowchart
 
Flow chart
Flow chartFlow chart
Flow chart
 
SMD.pptx
SMD.pptxSMD.pptx
SMD.pptx
 
Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9
 
Software Design
Software Design Software Design
Software Design
 
Chap3 flow charts
Chap3 flow chartsChap3 flow charts
Chap3 flow charts
 
Simple Process Mapping Techniques
Simple Process Mapping TechniquesSimple Process Mapping Techniques
Simple Process Mapping Techniques
 
Flow Chart @ppsc(2)
Flow Chart @ppsc(2)Flow Chart @ppsc(2)
Flow Chart @ppsc(2)
 
aamir presentation
aamir presentationaamir presentation
aamir presentation
 
Nota Flowchart.pdf
Nota Flowchart.pdfNota Flowchart.pdf
Nota Flowchart.pdf
 
final Unit 1-1.pdf
final Unit 1-1.pdffinal Unit 1-1.pdf
final Unit 1-1.pdf
 
Algo and flowchart
Algo and flowchartAlgo and flowchart
Algo and flowchart
 
Types of flowchart
Types of flowchartTypes of flowchart
Types of flowchart
 
QCL-14-v3_[FLOW CHARTS]_[BANASTHALI UNIVERSITY]_[RADHIKA SHARMA]
QCL-14-v3_[FLOW CHARTS]_[BANASTHALI UNIVERSITY]_[RADHIKA SHARMA]QCL-14-v3_[FLOW CHARTS]_[BANASTHALI UNIVERSITY]_[RADHIKA SHARMA]
QCL-14-v3_[FLOW CHARTS]_[BANASTHALI UNIVERSITY]_[RADHIKA SHARMA]
 
Process Mapping in Six Sigma
Process Mapping in Six SigmaProcess Mapping in Six Sigma
Process Mapping in Six Sigma
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
FLOWCHART.pptx
FLOWCHART.pptxFLOWCHART.pptx
FLOWCHART.pptx
 
Flow charts
Flow chartsFlow charts
Flow charts
 
Df dtutorial
Df dtutorialDf dtutorial
Df dtutorial
 
ppt of flowchart
ppt of flowchartppt of flowchart
ppt of flowchart
 

More from RivenBarquilla

Prepare Construction Materials and Tools QUIZ.pptx
Prepare Construction Materials and Tools QUIZ.pptxPrepare Construction Materials and Tools QUIZ.pptx
Prepare Construction Materials and Tools QUIZ.pptxRivenBarquilla
 
Antiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and DifferenceAntiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and DifferenceRivenBarquilla
 
Tools in Maintaining Computer and Network Systems.pptx
Tools in Maintaining Computer and Network Systems.pptxTools in Maintaining Computer and Network Systems.pptx
Tools in Maintaining Computer and Network Systems.pptxRivenBarquilla
 
Practice Occupational Health and Safety Procedures.pptx
Practice Occupational Health and Safety Procedures.pptxPractice Occupational Health and Safety Procedures.pptx
Practice Occupational Health and Safety Procedures.pptxRivenBarquilla
 
Parts of a Claw Hammer, Hand Saw.pptx
Parts of a Claw Hammer, Hand Saw.pptxParts of a Claw Hammer, Hand Saw.pptx
Parts of a Claw Hammer, Hand Saw.pptxRivenBarquilla
 

More from RivenBarquilla (6)

Prepare Construction Materials and Tools QUIZ.pptx
Prepare Construction Materials and Tools QUIZ.pptxPrepare Construction Materials and Tools QUIZ.pptx
Prepare Construction Materials and Tools QUIZ.pptx
 
Antiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and DifferenceAntiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and Difference
 
Tools in Maintaining Computer and Network Systems.pptx
Tools in Maintaining Computer and Network Systems.pptxTools in Maintaining Computer and Network Systems.pptx
Tools in Maintaining Computer and Network Systems.pptx
 
Practice Occupational Health and Safety Procedures.pptx
Practice Occupational Health and Safety Procedures.pptxPractice Occupational Health and Safety Procedures.pptx
Practice Occupational Health and Safety Procedures.pptx
 
Parts of a Claw Hammer, Hand Saw.pptx
Parts of a Claw Hammer, Hand Saw.pptxParts of a Claw Hammer, Hand Saw.pptx
Parts of a Claw Hammer, Hand Saw.pptx
 
QUIZ.pptx
QUIZ.pptxQUIZ.pptx
QUIZ.pptx
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 

Prepare and Interpret Technical Drawing.pptx

  • 2. Prepare and Interpret Technical Drawing • Basic Symbols Used in Technical Drawing • Selection of Technical Drawing in Accordance with the Job Requirement • Interpreting the Symbols Used in Flow Charting
  • 3. Basic Symbols Used in Technical Drawing
  • 4. Objectives At the end of the lesson, you will be able to a. identify basic symbols used in technical drawing.
  • 5. What is technical drawing? Technical drawing, also known as drafting, is a technique used to visually illustrate the processes involved in a project. It uses a set of symbols, visual styles and page layout to make it easier to comprehend. A technical drawing can either be created using the traditional free-hand method or by using a Computer Aided Design (CAD) software. Either way, both method must produce an accurate illustration, for this will be the primary basis for the completion of the project.
  • 6. What is technical drawing? One of the basic form of a technical drawing is a flowchart. A flowchart is a type of diagram that normally used to illustrate an algorithm, a set of steps in a process, or phases in solving a particular problem. Using a flowchart is an effective way of showing a technical process into a more people-friendly form. Flowcharts are usually formed using different symbols represented by shapes. The most common symbols are enumerated below:
  • 7. Flow Chart Symbols • Terminator – this symbol is represented by an oval or rectangle with curved corners. It always appears at the start and end of a flowchart.
  • 8. Flow Chart Symbols Input/Output – this symbol is represented by a parallelogram. It is used to ask an input from the user and display and output. The contents of this symbol are usually represented by a variable, a value that always changes.
  • 9. Flow Chart Symbols Process – this symbol is represented by a rectangle. It may refer to a certain action, activity, or a computation. The contents of this symbol must always be accurate so as not to mislead the person viewing the flowchart. Words or equations can be contained in this symbol.
  • 10. Flow Chart Symbols Subprocess – this symbol is represented by a rectangle with double lines on both sides. This is part of a major process that can further be broken down to be a flowchart of its own. The contents of this symbol also follows the characteristics of the process symbol.
  • 11. Flow Chart Symbols Decision – this symbol is represented by a diamond. It is used for a conditional statement that will yield more than one direction. It is normally used when the flow of logic branches out to multiple actions.
  • 12. Flow Chart Symbols Arrow Lines or Flow Lines – this symbol is represented by an arrow with a single direction. The arrows direct the flow of logic in a flowchart. It must always start and end in another symbol.
  • 13. Flow Chart Symbols Connector – this symbol connects two points of a flowchart in case it reaches the edge of the page. A circle labeled by a letter is used if the flowchart continues on the same page. A pentagon labeled with a number is used if the flowchart continues in a different page.
  • 14. Basic symbols used in flow charting
  • 15. Basic symbols used in flow charting
  • 16. Basic symbols used in flow charting
  • 17. Other Flow Chart Symbols
  • 18. Other Flow Chart Symbols
  • 19. Other Flow Chart Symbols
  • 20. Other Flow Chart Symbols
  • 21. Flow Chart Symbols The use of technical drawings such as a flowchart will help in promoting a common understanding on processes and projects. It may also replace pages of explanations into a more concise and simple illustration. Lastly, it is a helpful tool in standardizing processes and procedures.
  • 22. Selection of Technical Drawing in Accordance with the Job Requirement
  • 23. Objectives At the end of the lesson, you will be able to a. select technical drawing in accordance with the job requirement.
  • 24. A technical drawing serves as an important factor in the completion of any project because shows the different processes and procedures in completing it. It must always adhere to a specific set of standards so that everyone can interpret it as the same. An example of a technical drawing that is used to interpret a set of processes and procedures is called a flowchart.
  • 25. Flow Chart Symbols A flowchart is made up of different symbols that signifies a unique activity. A different type of flowchart is needed to illustrate a project with different job requirements. Some of these types are listed below:
  • 26. Type of Flowchart Basic – this is often used to define and document basic work and data flows, financial, production and quality management processes to increase efficiency.
  • 27. Type of Flowchart Cross Functional – this is often used to show the relationship between a business process and the functional units responsible for that process.
  • 28. Type of Flowchart Data Flow Diagram – this shows how the data is processed. It is convenient to use when you want to design or examine a system. Although most often used for software, it can be used to analyze any type of information flow.
  • 29. Type of Flowchart Procedural – this involves creating a flowchart model that illustrates and analyzes the overall flow of activities in producing a product or service.
  • 30. Type of Flowchart Process Flow – this type is commonly used to depict the major processes within a project and shows their relationship with one another. It can be used for mapping out roles and responsibilities within an organization to gain clarity or for drawing up a proposal for a new process or project.
  • 31. Program – this a graphic representation of an algorithm, often used in the design phase of programming to work out the logical flow of a program. It demonstrates how a program works within a system.
  • 32. Type of Flowchart Work Flow Diagram – this is used to create diagrams of information flow. A work flow diagram illustrates the way a business or process functions.
  • 33. Other Types of Flowchart Linear Flowchart – a diagram that shows the sequence of steps that are included in a process. This can help identify rework and unnecessary steps in a process.
  • 34. Other Types of Flowchart Deployment Flowchart – shows actual process flow and identifies the people involved in each step. Horizontal lines define customer-supplier relationships. This type of flowchart shows where the people fit in the steps included and how they relate to one another throughout the procedure.
  • 35. Constructing a linear flowchart Below are the steps for developing a linear flowchart:
  • 36. Constructing a linear flowchart Steps for developing a linear flowchart: 1) Define the procedure that needs to be flowcharted  Think about the process that you need to create a flow chart on.  Examples: how to create a PowerPoint presentation; cleaning parts of the computer 2) Gather the right people to develop the flowchart  Who do you think will be the best people to do the task that needs to be done?  Examples: troubleshooting a network problem will be best done by computer technicians; building a cement post for a house will be best done by construction workers
  • 37. Constructing a linear flowchart Steps for developing a linear flowchart: 3) Establish boundaries in the process Think about what should be the starting and ending point of the task. Example: in CPU disassembly, we do not need to include steps that pertain to disassembly of the automatic voltage regulator
  • 38. Constructing a linear flowchart Steps for developing a linear flowchart: 4) List the steps, activities, and decisions Think about the steps or activities that need to be done. Try to foresee what decisions might come up that needs to be resolved. Examples: if the task to be done is cleaning parts of the computer, we can say that one of the steps to list down is preparing the tools needed for cleaning; a decision or problem that might need solving could be something about insufficient cleaning solution
  • 39. Constructing a linear flowchart Steps for developing a linear flowchart: 5) Assign flowchart symbols What symbols should be used and how do we connect them? As you have already learned about flowchart symbols and what they are for, it would be very easy and simple to assign the flowchart symbols to each of the steps that you have listed and how to connect them with arrows Examples: - if there is a question or decision that needs to be answered or done, the symbol to use for it would be this: if we need to put down a step, the symbol to use is:
  • 40. Constructing a linear flowchart Steps for developing a linear flowchart: 6) Analyze and name the flowchart Looking at all the steps that you have listed, think about what title would best suit the flowchart. Examples: steps that include ‘wipe the LCD screen’ would best be titled as “Cleaning Computer Parts”; while steps that include ‘twist screw off from the unit’ may be titled as “Disassembling the CPU”
  • 41. Type of Flowchart It is important to determine the job requirements first before figuring out what type of technical drawing should be used. Careful consideration on these requirements will not only result in a richer illustration, but will also help the viewers to understand it clearly.
  • 42. Interpreting the Symbols Used in Flow Charting
  • 43. Objectives At the end of the lesson, you will be able to a. interpret the symbols used in flow charting.
  • 44. • Having a flowchart will help one in understanding a process as well as aid in finding ways to help improve the steps involved in a task. By examining or interpreting a flowchart you will be able to:  find out who is involved in the task  form theories about root causes  help make the steps more efficient  find out how to apply changes to the process  locate steps that only add cost  conduct or provide training on how the process or task is done
  • 45. Steps on how to analyze a flowchart. 1) Examine Each Step • bottlenecks – these are parts where the process is slowed down example: unnecessary steps, rework, or other factors; a step saying, “technicians will go to storage to get needed tools” • weak links – these are steps where problems occur because of insufficient knowledge or training example: assigning people not trained well to do a specific task • poorly defined step – these are steps that are not properly worded which can be misunderstood and may lead to the step being done in a different way or even incorrectly example: a step saying “improvise what tool will help”
  • 46. Steps on how to analyze a flowchart. 2) analyze each decision symbol • check how often the “yes” or “no” answers in decision points (diamond shaped symbol) always seem to go in one direction. If this is the case, we can consider removing the decision point that causes this • example: a decision point asking “is the part free from dust?”: it may be possible that where the person is cleaning the computer part has a lot of dust where it may be difficult to eliminate all of it, which may result to the decision point being answered “NO”
  • 47. Steps on how to analyze a flowchart. 3) check each rework loop • look for ways to shorten or eliminate the loop • example: step/s that is making the process go back to a step multiple times 4) examine each activity symbol • consider eliminating steps that does not help with the quality of result or end product or only add cost example: a step saying, “wait until tool needed is available”