NO way! You just cant start flowchart with decision box.It got to start with Start(oval shape)
Do's and Dont's of flowchart
* Start and end symbols, represented as lozenges, ovals or rounded rectangles, usually containing the word "Start" or "End", or another phrase signaling the start or end of a process, such as "submit enquiry" or "receive product".
* Arrows, showing what's called "flow of control" in computer science. An arrow coming from one symbol and ending at another symbol represents that control passes to the symbol the arrow points to.
* Processing steps, represented as rectangles. Examples: "Add 1 to X"; "replace identified part"; "save changes" or similar.
* Input/Output, represented as a parallelogram. Examples: Get X from the user; display X.
* Conditional (or decision), represented as a diamond (rhombus). These typically contain a Yes/No question or True/False test. This symbol is unique in that it has two arrows coming out of it, usually from the bottom point and right point, one corresponding to Yes or True, and one corresponding to No or False. The arrows should always be labeled. More than two arrows can be used, but this is normally a clear indicator that a complex decision is being taken, in which case it may need to be broken-down further, or replaced with the "pre-defined process" symbol.
* A number of other symbols that have less universal currency, such as:
o A Document represented as a rectangle with a wavy base;
o A Manual input represented by rectangle, with the top irregularly sloping up from left to right. An example would be to signify data-entry from a form;
o A Manual operation represented by a trapezoid with the longest parallel side at the top, to represent an operation or adjustment to process that can only be made manually.
o A Data File represented by a cylinder
* Note: All process symbols within a flowchart should be numbered. Normally a number is inserted inside the top of the shape to indicate which step the process is within the flowchart.
hope this helps
Cheers:)
2007-09-02 22:01:01
·
answer #1
·
answered by Neeraj Yadav♥ 6
·
1⤊
0⤋
Decision Box Flowchart
2016-12-16 17:21:08
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
A flowchart should start with a start box.
There is absolutely no reason why the next box cannot be a decision box.
2007-09-02 21:54:32
·
answer #3
·
answered by AnalProgrammer 7
·
1⤊
1⤋
No it is not ok! Of course you have to start with a start terminator. ^_^ And if you will translate that kind of flowchart into a program, how do you think you program runs, hihihi!
2007-09-02 22:03:55
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
nope, it must have a start, problem or question then the decision box.
unless of course if you are using the decision box for any other purpose that only you can understand.
2007-09-02 21:54:16
·
answer #5
·
answered by generbee 3
·
0⤊
0⤋
no, i think it has to start with the rounded edged rectangle. The start or end box.
2007-09-02 21:54:03
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋