QUESTION IMAGE
Question
how would programmers handle a task using top-down design?
a. they would identify the tasks required and order them by priority.
b. they would combine several small tasks into one larger one.
c. they would break the task down into smaller parts.
d. they would delegate tasks to the right team members.
Top - down design in programming involves starting with the overall task and then decomposing it into smaller, more manageable sub - tasks. Option A is about prioritizing tasks, not breaking them down. Option B is about combining tasks, which is the opposite of top - down design. Option D is about delegation, not the core concept of breaking down the task. Option C accurately describes the process of top - down design as it involves breaking the task into smaller parts.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. They would break the task down into smaller parts.