structured programming is a paradigm aimed at improving the clarity, quality ,and development time of computer program by using a  clear structure and flow.

SP  is a method of programming that uses a top down approach and divides program into smaller and manageable sections or modules.