Characteristics Exhibited By Procedure-Oriented Programming

  1. Emphasis is on algorithm
  2. Large programs are divided into smaller programs known as programs
  3. Most of the functions share global data
  4. Data move openly around system from function to function
  5. Function transforms data from one form to another
  6. Employes top down approach in program design