Identify Different Kinds of Technical Drawings
Identify Different Kinds of Technical Drawings
Identify Different Kinds of Technical Drawings
of Technical Drawings
Computer Systems Servicing
Allan Calizo Tomas
Technical Drawings
Technical drawings are graphic and technical
communication tools that is used by person who works
with technology like engineers, architects, designers,
technologists, technicians and specialized workers.
In computers, diagrams like flowcharts are used. This can
provide a step-by-step diagram for mapping out complex
situations, such as programming code or troubleshooting
problems with a computer.
Sample of Flowchart
Sample of Flowchart
Sample of Flowchart
Flowchart
A flowchart is a diagram that uses graphic symbols
to depict the nature and flow of the steps in a
process. Another name for this tool is "flow
diagram."
The flowchart is a very simple yet powerful tool to
improve productivity in both our personal and work
life
Ways Flowchart can be helpful
• Document a process
• Present a solution
• Brainstorm an idea
• Design a system
• Explain a decision-making process
• Store information
Flowcharts can also be created for any
of the following
Algorithm List the steps of how an algorithm works
Audit Give the steps required to test a system or process with
steps on handle any problems
Procedure List the steps for completing any procedure to help
verify everything is done right the first time and
every time.
Program Steps on how to create or use a program
Projects Give an overview of the steps required for creating a
new project or the steps on how to complete the project.
✓ A sub-process is represented by a
rectangle with double lines on each
side.
✓ A decision is represented by a
diamond.
✓ A process that can answer a
decision of "yes" or "no" requires
a decision b
5 Connector