- The instructor introduces the next programming assignment which involves creating a program called NameSurfer that graphs the popularity of names over different decades from 1900-2000 using government census data.
- NameSurfer allows the user to search names and see how their ranking has changed over time, handling window resizing so the graph automatically adjusts to the new size.
- Implementing automatic resizing of the graphical display when the window is resized is a key challenge of the assignment.