HP Forums
need a translation help about a programming diagram - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: need a translation help about a programming diagram (/thread-2450.html)



need a translation help about a programming diagram - patrice - 11-19-2014 09:53 PM

Hi all,

I need your help for the English name of the programming diagram bellow.
In French the name is "Arbre programmatique", it about structured programming.
[Image: attachment.php?aid=1220]
[attachment=1220]


RE: need a translation help about a programming diagram - Joe Horn - 11-19-2014 11:44 PM

Is it the word "Flowchart" in general that you're looking for, or are you looking for a name for that one particular flowchart?


RE: need a translation help about a programming diagram - Mark Hardman - 11-20-2014 12:01 AM

I think that would be a "Jackson Structured Programming Diagram".


RE: need a translation help about a programming diagram - patrice - 11-20-2014 12:16 AM

Hi Joe,
I knew the general word "Flowchart", it is even often used in France. I also know a less general name which is "Directed Tree", but it is still too general.

I am looking for the name of this particular Flowchart (or very close to) which specific to structured programming. This way of doing the flowchart of a program is linked to an analyze method.
As the flowchart is build incrementally, the method guide you to draw the next refinement until the tree is detailed enough to program the solution.
Details may vary in the drawing of the tree, but the tree represent the algorithm use to solve a problem.


RE: need a translation help about a programming diagram - patrice - 11-20-2014 12:29 AM

Hi Mark,
(11-20-2014 12:01 AM)Mark Hardman Wrote:  I think that would be a "Jackson Structured Programming Diagram".
Not sure, but I have to find more literature.
I guess I found a lead on Wikipedia
http://en.wikipedia.org/wiki/Jackson_structured_programming
Quote:Another consequence of JSP's focus on data streams is that it creates program designs with a very different structure to the kind created by the stepwise refinement methods of Wirth and Dijkstra.
This sentence look closer to what I am looking for.
And particularly this part
Quote:the stepwise refinement methods of Wirth and Dijkstra.
I guess, I will have to google a lot in the coming days.

Thanks for the fast answers.


RE: need a translation help about a programming diagram - Paul Dale - 11-20-2014 12:52 AM

Looks a bit like an abstract syntax tree (AST) which is what compilers usually convert your program into before optimising and generating code.

- Pauli


RE: need a translation help about a programming diagram - Han - 11-20-2014 08:41 AM

Drakon chart?