Skip to main content

Posts

Showing posts with the label Explain Procedural and Non Procedural Programming Languages

Explain Procedural and Non Procedural Programming Languages

After reading this topic you will be able to clearly understand the meanings of Procedural and Non Procedural Languages and the differences between procedural and non procedural languages .  Here is a brief note on procedural and Non Procedural Computer Languages: Procedural Languages Explain Differences between Procedural Languages and Non Procedural Languages in Computer Programming In procedural languages a program is written as a sequence of instructions. We have to specify what to do and how to do. In procedural languages a program will tell the whole step by step procedure to perform a particular task or job.  So we provide a sequence of instructions and these instructions are executed in the given specified order. These instructions are written in order to solve a specific problem. Procedural languages are also called 3rd Generation languages or 3GL.3GL languages are Examples of procedural languages  Examples of Procedural languages are FORTRAN, COBO