Post Reply 
need a translation help about a programming diagram
11-19-2014, 09:53 PM (This post was last modified: 11-19-2014 09:55 PM by patrice.)
Post: #1
need a translation help about a programming diagram
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]
   

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
11-19-2014, 11:44 PM
Post: #2
RE: need a translation help about a programming diagram
Is it the word "Flowchart" in general that you're looking for, or are you looking for a name for that one particular flowchart?

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
11-20-2014, 12:01 AM
Post: #3
RE: need a translation help about a programming diagram
I think that would be a "Jackson Structured Programming Diagram".

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
11-20-2014, 12:16 AM
Post: #4
RE: need a translation help about a programming diagram
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.

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
11-20-2014, 12:29 AM (This post was last modified: 11-20-2014 12:34 AM by patrice.)
Post: #5
RE: need a translation help about a programming diagram
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_str...rogramming
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.

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
11-20-2014, 12:52 AM
Post: #6
RE: need a translation help about a programming diagram
Looks a bit like an abstract syntax tree (AST) which is what compilers usually convert your program into before optimising and generating code.

- Pauli
Find all posts by this user
Quote this message in a reply
11-20-2014, 08:41 AM
Post: #7
RE: need a translation help about a programming diagram
Drakon chart?

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)