answersLogoWhite

0


Best Answer

Algorithm is more difficult to create than flow charts. An Algorithm is just a full sequence of simple steps that are needed to solve a problem. A Flowchart is a graphical representation of an algorithm. We can crate flow chart with the help of symbols.

Of the many Symbols accessible, the 6 Basic Symbols will be used most:

1. Start/Stop

2. Question, Decision (Use in Branching)

3. Input/output

4. Connector

5. Process, Instruction

6. Comments, Explanations, Definitions.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is difficult to design flowchart or algorithem?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between macor flowchart and micro flowchart?

1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.


Types of algorithem?

types of algorithem


What are the advantages of drawing flowchart?

List the advantages of design diagrams. List the traditional design tools.


What are other examples of flowcharting?

Design a flowchart that accepts a single value and print BSCS for true result and BSIM otherwise? Design a flowchart that accepts a single value and print BSCS for true result and BSIM otherwise?


Who is the father of algorithms?

who is the father of algorithem


Where can one purchase a software for making a flowchart?

Flowchart software can be purchased from many different companies that design such software. Some examples include Microsoft's Visio, SmartDraw VP, and Flowcharter.


Give a sample problem with the use of algorithm and flowchart symbols?

design a flowchart that will input three numbers and get their sum. If the sum is greater than 20, then print "sum>20",else print the sum.


What program design tool represents the steps a program will follow as a series of geometrically shaped boxes connected by arrows?

flowchart


What are the 6 typical c plus plus Development environment and phases?

Design, flowchart, encode, compile, test and debug.


What is a diagram that graphically depicts the steps that take place in a program?

Flowchart pg 32 Programming Logic and Design by Tony Gaddis


What is the basic symbol in flowchart?

there is no basic symbol in flowchart


Define flowchart and draw flowchart for GCD of two numbers?

pictorial representation of a program is called a flowchart