Mind Mind Mind Point to Share Knowlege  
 
   
  Add New Map Add New Map About us About us Help Help Contact us Contact us  

mind maps, flow charts, logic and programming

please flag with care:
best of
error
spam
 
2007-11-06No history Add My version 
 (mindmap file created by  FreeMind)

  
This is a sample from FreeMind Mind Map Gallery. http://freemind.sourceforge.net/wiki/index.php/Mind_Map_Gallery#Maps_in_English 
 
outline 
mind maps, flow charts, logic and programming
Intrdoduction to the concepts of programming
mind maps
applications
Inspiration
not installed
expensive
Freemind
installed
open source
Collabio
not installed
open source
other terms often associated with
graphic organizers
brain storming
use
organizing ideas
essays
tasks
problem identification
getting thoughts down quickly
flow charts
applications
lots of them out there
Gliffy
on the web

free
Visio
not installed
expensive
use
organizing ideas
pseudo coding
organizing logic
goes to
procedures
step by step
instructions
list of tasks
decision making process
found in
life
business
programming
pseudo coding
concept of dry running
metacognition
'thinking through what-if" statements'
if then else
Scripting
object oriented programming
rough outline of programming process
identify problem to solve
What's the itch you want to scratch?
map out ideas
basic flow chart of procedures
identify requirements for code
plan for reusable code wherever possible
proof of concept code
test the code
exception catch / trap
How does your application handle unexpected input?
banging on keyboard
a number instead of a letter
etc
This is quite a good metaphor for what happens in life.
dry run of code
test data
should include data that will throw exceptions
full development
allocate resources