answersLogoWhite

0

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

13y ago

What else can I help you with?

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.


How can techniques of representing and communicating algorithms be improved?

Techniques for representing and communicating algorithms can be improved by using standardized notations such as pseudocode or flowcharts to make them more easily understandable across different platforms and languages. Additionally, providing clear and concise explanations of the algorithm's purpose, inputs, outputs, and steps can enhance comprehension. Utilizing visual aids, such as diagrams or animations, can also help in illustrating complex algorithms in a more intuitive manner.


Why are algorithms not written in a particular programming language?

Algorithms are abstract concepts that describe a step-by-step procedure for solving a problem, independent of any specific programming language. They can be expressed in natural language, pseudocode, or flowcharts, which allows for clarity and focus on logic rather than syntax. This language-agnostic nature enables the same algorithm to be implemented in multiple programming languages, adapting to the specific constructs and features of each. Thus, the core idea remains consistent, while the implementation may vary.


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

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.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


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.


How can techniques of representing and communicating algorithms be improved?

Techniques for representing and communicating algorithms can be improved by using standardized notations such as pseudocode or flowcharts to make them more easily understandable across different platforms and languages. Additionally, providing clear and concise explanations of the algorithm's purpose, inputs, outputs, and steps can enhance comprehension. Utilizing visual aids, such as diagrams or animations, can also help in illustrating complex algorithms in a more intuitive manner.


Why are algorithms not written in a particular programming language?

Algorithms are abstract concepts that describe a step-by-step procedure for solving a problem, independent of any specific programming language. They can be expressed in natural language, pseudocode, or flowcharts, which allows for clarity and focus on logic rather than syntax. This language-agnostic nature enables the same algorithm to be implemented in multiple programming languages, adapting to the specific constructs and features of each. Thus, the core idea remains consistent, while the implementation may vary.


What are the advantages and disadvantages of using different algorithms for the same problem?

Using different algorithms for the same problem can offer advantages such as improved efficiency, accuracy, and flexibility. However, it can also lead to increased complexity, difficulty in comparing results, and the need for expertise in multiple algorithms.


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


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

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