Since the program is a graphics program, we expect that we will find function calls that are responsible for drawing the graphics we want to display.
Because the program is interactive, we also expect to find portions of the program responsible for receiving and responding to user input.
Finally, because it is a computer program we should expect to find some statements that interact with the operating system and or platform.