Intermediate Programming Online Practice Complete this assessment to review what you’ve learned. It will not count toward your grade. 12 of 1812 of 18 Items Question Consider the following scenario: Your friend wants to make an outfit for you. They visit a store, purchase some fabric, and then offer it to you. You explain what you like and dislike about the fabric, after which they go to the store to exchange it for something that aligns with your preferences. Then, they estimate your size and throw something together for you to try on. At the initial fitting, you discuss the lengths of the garment and sleeves, its cut, and its shape, and your friend redesigns the prototype outfit to your liking. Repeated cycles of fittings and alterations happen until they have made you the perfect garment. Which methodology is like this scenario? (1 point) Responses adaptive methodology adaptive methodology pair programming pair programming predictive methodology predictive methodology on-demand programming on-demand programming Remaining Attempts : 3 Skip to navigation page 4 of 4

1 answer

The scenario you described closely resembles an adaptive methodology. In adaptive methodologies, the process is iterative and involves a cycle of feedback and revisions, much like how your friend gathers your preferences, makes alterations, and seeks your input on the garment until it meets your satisfaction. This type of approach contrasts with predictive methodologies, where the requirements and design are typically defined upfront without the possibility of significant changes throughout the process.

So the correct response is adaptive methodology.