answersLogoWhite

0


Best Answer
Answer

Procedural languages are used in the traditional programming that is based on algorithms or a logical step-by-step process for solving a problem.A procedural programming language provides a programmer a means to define precisely each step in the performance of a task Non-procedural programming languages allow users and professional programmers to specify the results they want without specifying how to solve the problem. examples are FORTRAN,C++,COBOL,ALGOL etc

OR we can put it this way:

Procedural language determines WHAT & HOW a process should be done, Non-procedural language is concerned with the WHAT not the HOW. Non-proc languages are those languages where you specify what conditions the answer should satisfy, but not how to obtain it.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Procedural programming languages allow a program to be broken down into two or more sub-programs each with a specific task while non-procedural languages don't. These sub-programs are called procedures or functions.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between procedural and non-procedural languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between procedural and nonprocedural language?

Non.


What Is the difference between procedural and nonprocedural DMLs?

One has non informs of it


What is the difference between procedural and nonprocedural dml language?

rocedural languages are used in the traditional programming that is based on algorithms or a logical step-by-step process for solving a problem.A procedural programming language provides a programmer a means to define precisely each step in the performance of a task Non-procedural programming languages allow users and professional programmers to specify the results they want without specifying how to solve the problem. examples are FORTRAN,C++,COBOL,ALGOL etcOR we can put it this way:Procedural language determines WHAT & HOW a process should be done, Non-procedural language is concerned with the WHAT not the HOW. Non-proc languages are those languages where you specify what conditions the answer should satisfy, but not how to obtain it.


What is the difference between declarative and procedural questions?

procedural asks you to solve.


What are the advantages of a procedural language?

The question asks for a comparison between procedural languages, but doesn't state what those languages shall be compared with. Therefore, the question cannot be answered. I suppose one advantage of procedural languages, compared with all other high-level programming languages, is that most programmers are familiar with the general concepts, which cannot be said from many other types of high-level programming languages.


Short note on structural programming and procedural programming?

There is no difference between procedural programing language & structure programing language.


What are the procedural differences between cases of minor theft and those of the large majority of motoring offences?

what is the procedural difference between minor theft and minor motoring offences


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


Difference between procedural programming and modular programming?

Procedural programming is a computer programming technique in which the program is divided into modules like function or subroutine or procedure or subprograms, where as ... "Modular Programming" is the act of designing and writing programs as interactions among functions that each perform a single well-defined function, and which have minimal side-effect interaction between them. Put differently, the content of each function is cohesive, and there is low coupling between functions as happens in procedural programming.


Why is it important to know the difference between a diagnostic suffix and procedural suffix?

because those are health different words


When The most important difference between procedural and substantive due process is that?

Procedural due process deals with governmental methods and how they are used, whereas substantive due process deals with the fairness of laws.


What is the difference between 3GL and 4GL?

I'm surprised with the lack of information about this on the internet: The 3rd generation is the first generation that allowed a program to be run on a different machine than the one it was developed on. 3GL languages such as pascal and Fortran use procedural methods to accomplish a task: an explicit sequence of steps that produce a result. 4GL languages are non-procedural, they concentrate on what you want to do rather than how to do it. This is where object-oriented PL can fall under. An example is SQL.