On a flow chart, an oval shape represents start/stop.
A parallelogram means input or output. This is where any text to be outputted on the screen will go.
A diamond means a decision. This is where selection is used to see if the input is true.
A rectangle is a process. This is where iteration, incrementation and calculations take place.