Skip to main content
Module 4 · Manhattan Navigation

Module Overview · The Big Picture — Knowledge ChecksAnswer key

Correct answers are marked and the explanation follows each question.

  1. Which class decides the route, and which one drives the robot?

    1. A.Manhattan drives; Navigator plans
    2. B.Manhattan plans the path; Navigator drives it
    3. C.They both do both jobs
    4. D.LineTrack does everything

    Manhattan computes the list of intersections (planning); Navigator drives through them (execution). One job each.