Computer Science, asked by eshanthkatakam, 8 months ago

Algorithms can be represented by ____, ____ etc.

Answers

Answered by yogavamsi1999
1

Answer:

Algorithms is defined as step by step process.

Algorithms are used to show the diagrams of flow charts for any programing languages like c,java, etc.

Explanation:

Answered by ravilaccs
0

Answer:

Algorithms can be represented by flowcharts and pseudocode. etc.

Explanation:

  • An Algorithm is a sequence of instructions or steps that can be followed by humans and
  • computers to complete a specific task.
  • An Algorithm is a series of steps that can be followed to complete a specific tasks.
  • It is not the same thing as a computer program which is an implementation of an algorithm!
  • We use algorithms as part of the planning stage, so that before we can write the program, we have to work out the steps needed to solve a given problem.
  • A working algorithm will always finish and return an answer or perform a series of tasks that it was supposed to.
  • An algorithm does not have to be written in code.
  • The first steps to working out the design will be to draw diagrams or list the steps involved.
  • Break down the problem and then structure a solution using standard tools called flowcharts and pseudocode.
  • Only when the solution has some structure can you effectively start coding it.
  • Pseudocode is the first step to actually coding your solution, as it outlines the programming constructs, but doesn't rely on any specific language syntax.

Reference Link

  • https://brainly.in/question/48847346
  • https://brainly.in/question/14104525
Similar questions