Which of the following is NOT true about procedural abstraction?

Procedural abstraction improves code readability

Procedural abstraction manages complexity by allowing for code reuse

Procedural abstraction improves the speed at which a program executes

Procedural abstraction allows a solution to a large problem to be based on the solution of smaller subproblems

Respuesta :

Answer:

Should be C.

Explanation:

Just took the test.

In programing, statement that is  not true about procedural abstraction is C:Procedural abstraction improves the speed at which a program executes.

Procedural abstraction helps to reduce complexity in programing which allows for code reuse.

  • Procedural abstraction can be regarded as procedures which are been generalised by having variable parameters in writing code sections.

  • Procedural abstraction brings about improvement in the code readability.

Therefore, option C is correct.

Learn more at:

https://brainly.com/question/22654163