Computer Science, asked by narmeenbeeda6181, 11 months ago

Algorithm when translated into a programming language is called

Answers

Answered by DHRUVNAVADIYA
2

Answer:

Translating an algorithm into a programming language is called coding the algo- rithm. The products of the translation — the code for all the algorithms in the problem — are tested by collecting them into a program and running ( executing ) the program on the computer.

Answered by rahul123437
4

An algorithm when translated into a programming language is called Coding.

Explanation:

  • An algorithm when translated into a programming language is called Coding.
  • The computer understands machine language and for a programmer writing, machine language is nearly impossible. Coding is to translate one programming language into the other making it more manageable and understandable  So, the computer can give the desired output and perform the given tasks.
Similar questions