adplus-dvertising
frame-decoration

Question

What is the purpose of data abstraction?

a.

To make the implementation-independent interfaces public.

b.

To impose the result on all other components.

c.

To avoid repetition of instruction sequences.

d.

To explicitly model control abstraction.

Posted under Software Engineering

Answer: (a).To make the implementation-independent interfaces public. Explanation:The purpose of data abstraction is to create a separate subproblem and make only the procedural, implementation-independent interfaces public, rather than making decisions about data structures and their representation at an early stage and imposing the result on all other components.

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 data abstraction?

Similar Questions

Discover Related MCQs

Q. What are the benefits of using data abstraction in software development?

Q. How did the notion of data abstraction evolve in the field of programming languages?

Q. What is the difference between data abstraction and control abstraction?

Q. What is cohesion in modular design?

Q. What is coupling in software design?

Q. What is coincidental cohesion?

Q. What is an example of logical cohesion?

Q. What is temporal cohesion?

Q. What is procedural cohesion?

Q. What is communicational cohesion?

Q. What is sequential cohesion?

Q. What is functional cohesion?

Q. What are the heuristics suggested by Stevens et al. in the classic paper on structured design to determine the degree of cohesion of a module?

Q. What type of cohesion does a module exhibit if the sentence that describes its function is compound and contains more than one verb?

Q. What type of cohesion does a module exhibit if the sentence that describes its function contains words that relate to time?

Q. What type of cohesion does a module exhibit if the sentence that describes its function contains words like "initialize"?

Q. What is the difference between functional cohesion and data cohesion?

Q. What does a high degree of coupling indicate?

Q. What is the desired feature of a software design?

Q. What is content coupling?