Here are the answers to your questions:
-
What is adaptive methodology? (1 point)
- Answer: a software development method that relies on quick repeated bursts of development and correction
-
What is predictive methodology? (1 point)
- Answer: a software development method that relies on specific well-designed plans
-
What are the two developer roles in a pair programming scenario? (1 point)
- Answer: driver and navigator
-
How are the driver and navigator roles assigned in a pair programming scenario? (1 point)
- Answer: Each programmer is either the driver or the navigator randomly at the start of each session and switch roles frequently.
-
Why is pair programming an efficient development method despite requiring two developers to work at a shared station? (1 point)
- Answer: It results in code that initially requires fewer corrections, and developers are often happier and more confident when using this process.