adplus-dvertising
frame-decoration

Question

What is procedural abstraction in software development?

a.

A method of solving software problems by decomposing the problem into subproblems

b.

A technique to find a hierarchy in the program's control structure

c.

A way to represent the sequence of actions through the name of a procedure

d.

A method of finding a hierarchy in the program's data

Posted under Software Engineering

Answer: (c).A way to represent the sequence of actions through the name of a procedure Explanation:Procedural abstraction is the application of the procedure concept that uses the name of a procedure (or method) to denote the corresponding sequence of actions.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is procedural abstraction in software development?