answersLogoWhite

0


Best Answer

firstly u hv knw what is algorithm;

when u write a program for any problem then there is many step by wgich we get to solution.so there is the way to express called algorithm in which we have many catogries which inlude flowchart,pseudocodes,and any coding language.

so,1stly there is no diff between flowchart n algo. becoze flowchart is type of this.

in flowchart we simply make drawing hw is process ll go as like ll flow of water from source to sink.

in pseudocoding we use our tongue language to express all mainly step not each line.

so.this is overall answer.

hv any confusion further write me on my board.

thank u.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Flowcharts and pseudocode are both ways to show the steps taken by an algorithm to solve a problem.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are flowcharts and pseudocodes the same with algorithms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why are flowcharts usually used to describe algorithms instead of written descriptions?

Flowcharts are sometimes the preferred tool to describe an algorithm because a flowchart can visualize a simple algorithm effectively, or can outline the major steps in a more complex algorithm. In comparison with natural language prose, flowcharts tend to be less ambiguous.It must be noted, however, that flowcharts are not suitable to visualize many types of algorithms. While natural language prose is not always a good alternative due to the inherent ambiguity (and the requirement that all readers need to understand the specific language), other languages, such as the language of mathematical notation, are often used to describe more complex algorithms.The claim embedded in this question that flowcharts are usually used to describe algorithms is an incorrect claim.


Which chart do programmers use to enable them to do better and more comprehensive planning that enables them to write complete algorithms without errors?

They can use flowcharts for sections of their programs to help them follow the flow of logic and this will help them.


What are flowcharts used as tools for requirement modeling?

flowchart is a graphical representation of algorithm. it represents the algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields. Flowcharts contain symbols, such as connectors, usually represented as circles, to represent converging paths in the flowchart.some types of flowcharts:Document flowcharts, showing controls over a document-flow through a systemData flowcharts, showing controls over a data flows in a systemSystem flowcharts showing controls at a physical or resource levelProgram flowchart, showing the controls in a program within a system


Why do you use flowcharts?

Flowchart means pictorial representing of an algorithm.


What is flowol?

flowol is an internet based programme used to make flowcharts ")

Related questions

How do pseudocodes differ from algorithms?

Algorithm is a set of well-defined code instructions to address a particular problem. It is explicit and could be interpreted by the compiler. Pseudocodes is a generalized set of logic that do not include implementation detail. It is meant for human to understand.


Why are flowcharts usually used to describe algorithms instead of written descriptions?

Flowcharts are sometimes the preferred tool to describe an algorithm because a flowchart can visualize a simple algorithm effectively, or can outline the major steps in a more complex algorithm. In comparison with natural language prose, flowcharts tend to be less ambiguous.It must be noted, however, that flowcharts are not suitable to visualize many types of algorithms. While natural language prose is not always a good alternative due to the inherent ambiguity (and the requirement that all readers need to understand the specific language), other languages, such as the language of mathematical notation, are often used to describe more complex algorithms.The claim embedded in this question that flowcharts are usually used to describe algorithms is an incorrect claim.


What arethe advantages and disadvantages of aflowchart IN c language?

Nope, as flowcharts aren't part of C-language. Nonetheless, you can implement algorithms specified by flowcharts in C, but that might lead to unstructured code (also known as 'spaghetti-code'), which is outdated by forty years... Try using stuctograms instead.


Which chart do programmers use to enable them to do better and more comprehensive planning that enables them to write complete algorithms without error?

They can use flowcharts for sections of their programs to help them follow the flow of logic and this will help them.


Which chart do programmers use to enable them to do better and more comprehensive planning that enables them to write complete algorithms without errors?

They can use flowcharts for sections of their programs to help them follow the flow of logic and this will help them.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


Describe the sequential and binary search develop the algorithms for the same?

both seach has different algorithem but the complexity will be same...


What are flowcharts used as tools for requirement modeling?

flowchart is a graphical representation of algorithm. it represents the algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields. Flowcharts contain symbols, such as connectors, usually represented as circles, to represent converging paths in the flowchart.some types of flowcharts:Document flowcharts, showing controls over a document-flow through a systemData flowcharts, showing controls over a data flows in a systemSystem flowcharts showing controls at a physical or resource levelProgram flowchart, showing the controls in a program within a system


What are the types of flowcharts?

information flow and process flow


What two names refer to the same algorithm used by all link-state routing protocols?

Link-state routing algorithms, also known as shortest path first (SPF) algorithms.


Why do you use flowcharts?

Flowchart means pictorial representing of an algorithm.


What is the trick to a rubik's cube?

Algorithms, my friend, algorithms.