what is one advantage of top - down programming design?\no it enables multiple programmers to work on the…

what is one advantage of top - down programming design?\no it enables multiple programmers to work on the code at the same time.\no programmers can take advantage of abstraction to focus on specific tasks.\no the same object can be used to process data from a variety of sources.\no it presents a solution from start to finish.

what is one advantage of top - down programming design?\no it enables multiple programmers to work on the code at the same time.\no programmers can take advantage of abstraction to focus on specific tasks.\no the same object can be used to process data from a variety of sources.\no it presents a solution from start to finish.

Answer

Brief Explanations:

Top - down programming breaks a problem into smaller, more manageable parts. Programmers can use abstraction to focus on specific tasks at each level of the decomposition. Multiple programmers working simultaneously is more related to modular programming. Using the same object for different data sources is an aspect of object - oriented programming. Presenting a solution from start - to - finish is not the main advantage of top - down programming.

Answer:

Programmers can take advantage of abstraction to focus on specific tasks.