Respuesta :
Answer: B) Pseudocode should be properly formatted.
Explanation:
Pseudocode is defined as in the informal description of the given sequence, there is no need that it should be formatted properly. There is no such restriction required in the pseudocode as they are read by the humans not by the computer programs.
Pseudocode should be terminating, executable and unambiguous and it uses structural convention of the programming language rather than using machine reading.
The statement about pseudocode which is not correct is: B) Pseudocode should be properly formatted.
A pseudocode can be defined as a description of the steps contained in an algorithm through the use of a plain or natural language.
Basically, a pseudocode helps to give a summary of the steps adopted during a software development process by using simple (concise) words and symbols.
Hence, some of the characteristics of a pseudocode include:
- Pseudocode should be unambiguous.
- Pseudocode should be terminating.
- Pseudocode should be executable.
However, it is not necessary that a pseudocode should be properly formatted because it is not a formal document.
Read more: https://brainly.com/question/23395069