adplus-dvertising
frame-decoration

Question

What is the purpose of procedural abstraction in software development?

a.

To make the programs adaptable and easily comprehensible

b.

To tackle software problems in a way that closely matches the human problem-solving process

c.

To find a hierarchy in the program's data

d.

To make the program output-focused

Posted under Software Engineering

Answer: (b).To tackle software problems in a way that closely matches the human problem-solving process Explanation:Procedural abstraction is aimed at finding a hierarchy in the program’s control structure and offers an important means of tackling software problems in a way that closely matches the human problem-solving process.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of procedural abstraction in software development?