Position is where something is. Boundaries keep it from leaving the screen.
Games use coordinates (like X and Y) to know the position of every object.
To keep things on screen, we use logic to create boundaries. Try to move the car off the screen.
IF car.y < 0 THEN stop!