preview

Procedural Programming Of Programming Languages

Decent Essays

Programming Languages

Definition of the term “program”
A program in computing is a predefined list of instructions that, when run or 'executed ', tell a computer to carry out a task and how to it.

Overview of procedural, object orientated and event driven programs
In programming, there are many different paradigms, also known as structures or styles that allow the programmer a means to build or structure different elements within a computer program. These paradigms are: procedural, event driven and object orientated.

Applications that can be developed using these paradigms
Procedural programming uses a list of instructions to tell the computer what to do step-by-step. Procedural programming relies on - you guessed it - procedures, also known as routines or subroutines. A procedure contains a series of computational steps to be carried out. Procedural programming is also referred to as imperative programming. Procedural programming languages are also known as top-down languages.

Procedural programming is intuitive in the sense that it is very similar to how you would expect a program to work. If you want a computer to do something, you should provide step-by-step instructions on how to do it. It is, therefore, no surprise that most of the early programming languages are all procedural.

The procedural paradigm uses a list of instructions as a basis. These tell the computer what to do, and how to do it step by step. The procedural paradigm does rely on subroutines or

Get Access