Procedural Programming Language
Jump to navigation
Jump to search
A Procedural Programming Language is a Programming Paradigm that ...
- See: Java Processor, Programming Paradigm, Structured Programming, Procedure Call, Subroutine, Fortran, ALGOL, COBOL, PL/I, BASIC, Pascal (Programming Language), C (Programming Language).
References
2021
- (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/Procedural_programming Retrieved:2021-1-17.
- Procedural programming is a programming paradigm, derived from structured 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 circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC.[1] Pascal and C were published circa 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).
- Procedural programming is a programming paradigm, derived from structured 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 circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC.[1] Pascal and C were published circa 1970–1972.
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs named:0