Sunday, September 7, 2014

[What] is FlowChart and Pseudocode

Flowchart 

What's Flowchart ?
Flowchart is a step-by-step diagram, decision map


Why use Flowchart ?
Help to describe complex situation, idea. 


When to use Flowchart ?
When you need to analyze, explain in step-by-step, planning a project



How to use it ?
Using a BUNCH of BOXES, ARROWS, CIRCLE, like this one below:

Where to use it ?
Show steps in programming code and troubleshooting computer. 



Pseudocode 

What's Pseudocode ?
A simplified, half-English, half-code outline that computer can understand 


Why use Pseudocode ?
Similar to normal English, good for beginner

When to use Pseudocode?
When try to solve a problem

How to use it?
Type it down

Where to use it?
When CODING! 

References: 
Pseudocode. (n.d.). Retrieved September 8, 2014, from http://spiff.rit.edu/classes/phys317/lectures/pseudocode.html

What is flowchart? (n.d.). Retrieved September 8, 2014, from http://www.computerhope.com/jargon/f/flowchar.htm







No comments:

Post a Comment