<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AthTek Blog &#187; flowchart symbols</title>
	<atom:link href="https://www.athtek.com/blog/tag/flowchart-symbols/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.athtek.com/blog</link>
	<description>network monitor,packet sniffing,Skype voice recorder,DirectX toolkit, registrycleaner, code to flowchart and other free software</description>
	<lastBuildDate>Thu, 19 Aug 2021 22:26:13 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>How to Design a Technical Flowchart in Writing Program and Explaining Program to Others</title>
		<link>https://www.athtek.com/blog/2014/04/04/how-to-design-a-technical-flowchart-in-writing-program-and-explaining-program-to-others/</link>
		<comments>https://www.athtek.com/blog/2014/04/04/how-to-design-a-technical-flowchart-in-writing-program-and-explaining-program-to-others/#comments</comments>
		<pubDate>Fri, 04 Apr 2014 09:49:07 +0000</pubDate>
		<dc:creator><![CDATA[AthTek]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Flowchart to Code]]></category>
		<category><![CDATA[Product News]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Using Experience]]></category>
		<category><![CDATA[auto code generator]]></category>
		<category><![CDATA[code generator]]></category>
		<category><![CDATA[convert flowchart to code]]></category>
		<category><![CDATA[flowchart drawing tool]]></category>
		<category><![CDATA[flowchart symbols]]></category>
		<category><![CDATA[flowchart to c]]></category>
		<category><![CDATA[flowchart to code]]></category>
		<category><![CDATA[flowchart to code converter]]></category>
		<category><![CDATA[flowchart to cpp]]></category>
		<category><![CDATA[flowchart to csharp]]></category>
		<category><![CDATA[flowchart to delphi]]></category>
		<category><![CDATA[flowchart to java]]></category>
		<category><![CDATA[flowchart to js]]></category>
		<category><![CDATA[graph to code]]></category>
		<category><![CDATA[technical flowchart]]></category>

		<guid isPermaLink="false">http://www.athtek.com/blog/?p=1999</guid>
		<description><![CDATA[Flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing program and explaining program to others. Different symbols are used for different states in flowchart, For example: Input/Output and decision making has different symbols. The table below shows all the symbols that are used in designing flowchart. <a href="https://www.athtek.com/blog/2014/04/04/how-to-design-a-technical-flowchart-in-writing-program-and-explaining-program-to-others/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a title="Free PDF" href="/free-download-pdf/How-to-Design-a-Technical-Flowchart-in-Writing-Program-and-Explaining-Program-to-Others.pdf" target="_blank" rel="nofollow">PDF</a>] Flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing program and explaining program to others. Different symbols are used for different states in flowchart, For example: Input/Output and decision making has different symbols. The table below shows all the symbols that are used in designing flowchart.</p>
<table border="1" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td valign="bottom">
<p align="center">Symbol</p>
</td>
<td valign="bottom">
<p align="center">Name</p>
</td>
<td valign="bottom">
<p align="center">Description</p>
</td>
</tr>
</thead>
<tbody>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2000" alt="Flow-line" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/Flow-line.jpg" width="79" height="12" /></td>
<td valign="bottom">Flow line</td>
<td valign="bottom">Used to indicate the flow of logic by connecting symbols.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2001" alt="Terminal" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/Terminal.jpg" width="80" height="43" /></td>
<td valign="bottom">Terminal(Stop/Start)</td>
<td valign="bottom">Used to represent start and end of flowchart.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2002" alt="Data Input and Output" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/data-input-output.jpg" width="80" height="42" /></td>
<td valign="bottom">Input/Output</td>
<td valign="bottom">Used for input and output operation.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2003" alt="Processing" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/Processing.jpg" width="80" height="42" /></td>
<td valign="bottom">Processing</td>
<td valign="bottom">Used for arithmetic operations and data-manipulations.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2004" alt="decision making" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/decision-making.jpg" width="78" height="40" /></td>
<td valign="bottom">Decision</td>
<td valign="bottom">Used to represent the operation in which there are two alternatives, true and false.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2005" alt="On-page-connector" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/On-page-connector.jpg" width="42" height="42" /></td>
<td valign="bottom">On-page Connector</td>
<td valign="bottom">Used to join different flow line</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2006" alt="off-page-connector" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/off-page-connector.jpg" width="41" height="41" /></td>
<td valign="bottom">Off-page Connector</td>
<td valign="bottom">Used to connect flowchart portion on different page.</td>
</tr>
<tr>
<td valign="bottom"> <img class="alignnone size-full wp-image-2007" alt="Predefined-process" src="http://www.athtek.com/blog/wp-content/uploads/2014/04/Predefined-process.jpg" width="80" height="43" /></td>
<td valign="bottom">Predefined Process/Function</td>
<td valign="bottom">Used to represent a group of statements performing one processing task.</td>
</tr>
</tbody>
</table>
<p><span id="more-1999"></span><br />
Generally you can design a flowchart for programming with pencil and paper. People usually use flowchart drawing tool to design flowcharts for programming. There are many flowchart drawing tool through internet searching. A free flowchart drawing tool is enough for your use.</p>
<p>If you want to design a standard technical flowchart for writing program and explaining program to others, I will recommend you to use AthTek Flowchart to Code Converter. You can design a standard technical flowchart with this software. It doesn&#8217;t like any other flowchart drawing tool which cannot design a standard flowchart for programming. <a title="flowchart to code converter" href="/flowchart-to-code.html" target="_blank">AthTek Flowchart to Code Converter</a> provides a straight way to design a flowchart in programming. Software developer only needs to click the code tree in left area, and the standard flowchart will be created. What&#8217;s more, AthTek Flowchart to Code Converter supports to generate source code (in C/C++/C#/Java/JavaScript/Delphi) directly by the flowchart.<br />
<img class="alignnone size-full wp-image-1562" alt="intro-flowchart" src="http://www.athtek.com/blog/wp-content/uploads/2013/09/intro-flowchart.png" width="693" height="866" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.athtek.com/blog/2014/04/04/how-to-design-a-technical-flowchart-in-writing-program-and-explaining-program-to-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Database Caching 3/5 queries in 0.001 seconds using disk
Object Caching 341/342 objects using disk

 Served from: www.athtek.com @ 2026-04-13 03:17:29 by W3 Total Cache -->