Computer Science, asked by philanthropist3598, 1 year ago

Difference between algorithm and pseudocode in tabular form

Answers

Answered by maryamkincsem
1

Algorithm:

This is an instructional logic written generally

Instructions of an algorithm need to be translated in a specific programming language.

It is a systematic logical approach to solve problems programmatically.

Algorithms are the base for writing programming logic.

Pseudocode:

In pseudo code, instructions are written in the English language.

It can be translated into general algorithms of a problem.

Pseudocodes can be said as the base for writing algorithms.

Similar questions