procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared c. 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published c. 1970–1972.
Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).

You do not have permission to view the full content of this post. Log in or register now.
  1. W

    Help Event vs Functional vs Object-Oriented vs Procedural Programming

    Differences of Event programming vs Functional programming vs Object-Oriented programming vs Procedural Programming Provide example code of Event programming vs Functional programming vs Object-Oriented programming vs Procedural Programming
Back
Top