It is a sytematic diagram which shows the flow of data using symbols. It serves as an analytical tool, means of communication and concise form of documentation. There are symbols used such as, terminal symbol, flow symbol(arrows going left, right or down), process symbol (rectangle), decision symbol, on page conector, input/output symbol and initialization symbol (piatos-like) .
the common structures of flowchart are as follows: sequence structure-the simple one,there's a direct flow of data; decision structure-conditional statement and the iteration structure- (do-while and do-until)-this two kinds are based on the given condition.
there is also the conditions in flowcharting-- AND/OR. the AND condition will end when the both req'd output will be satisfied and the OR condition will end when either of the two req'd output will be satisfied.
and that's what i've learned.
the common structures of flowchart are as follows: sequence structure-the simple one,there's a direct flow of data; decision structure-conditional statement and the iteration structure- (do-while and do-until)-this two kinds are based on the given condition.
there is also the conditions in flowcharting-- AND/OR. the AND condition will end when the both req'd output will be satisfied and the OR condition will end when either of the two req'd output will be satisfied.
and that's what i've learned.
No comments:
Post a Comment