Intermediate Programming Unit Test 9 of 199 of 19 Items Question In pair programming, what are the responsibilities of the driver and the navigator?(1 point) Responses The navigator writes the code, and the driver comments on the lines that need corrections when they are done. The navigator writes the code, and the driver comments on the lines that need corrections when they are done. The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur. The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur. The driver reviews the code, and the navigator designs the code based on client feedback. The driver reviews the code, and the navigator designs the code based on client feedback. The driver assigns parts of the projects, and the navigator designs the code. The driver assigns parts of the projects, and the navigator designs the code. Skip to navigation page 1 of 1

1 answer

In pair programming, the correct responsibilities of the driver and the navigator are:

The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur.

This means the driver focuses on the actual coding while the navigator observes, provides feedback, and helps strategize without directly writing the code.