22.3k views
4 votes
Are natural languages capable of expressing algorithms?

1 Answer

3 votes

Answer:

Yes.

Step-by-step explanation:

Natural Language often referred to as Pseudocode, is capable of expressing algorithms. However, it is considered to be extremely difficult to employ due to the following reasons:

1. Natural language is extremely verbose

2. It lacks structure, hence, difficult to locate specific sections of the algorithms.

3. It has expanse meanings.

Therefore, it can be concluded that YES, natural languages capable of expressing algorithms

User Jewell
by
5.5k points