answersLogoWhite

0


Best Answer

Procedural programming is classic programming where the program language is used to tell the computer EXACTLY what do do - step by step. Examples are Assembler, Fortran, Cobol, C, etc etc. Very detailed, very difficult and time consuming to write, but very efficient from the computers point of view. NON-procedural programming is where you tell the computer what you want, and it figures out how to get it. Non/P programming is often used for database manipulations, like SQL, Visual Basic, etc etc. A SQL command like "Select name, address, city, state, zip order by zip" is non procedural. That one line replaces dozens, or hundred of lines, that would be needed to do the same thing in Cobol or C to get data out of a database.

User Avatar

Wiki User

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

Wiki User

12y ago

Procedural languages use the techinque of dividing a given program into a no of procedures(functions). These functions interact by passing values between them. These languages usually do not have object oriented features. Examples are: C, Cobol, Fortan.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago
Answer
examples of non procedural languages are query languages, report writers, interactive database programs, spreadsheets and application generators.
This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Non-procedural languages do not make any use of the call stack; you cannot call functions nor can you define them.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some examples of procedural and non procedural programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 statement belong in a procedural languages but not in a non procedural language?

Assignment operator


What are the uses of procedural programming?

Procedural programming language involves coding instructions that a computer executes in a particular order. The language makes it easy to debug different procedures in isolation. It is also easy to read the code hence making it easy to change a particular procedure. The disadvantages include the need to change large portions of the code during porting and inability to use the original code on a different application.


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


Why sql is non procedural language?

non-procedural language in which you can communicate tasks to the compute using simple commands. A procedural language is one in which you must give the computer step by step instructions for accomplishing a task

Related questions

What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


What is the difference between procedural and non-procedural languages?

AnswerProcedural 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 are the shortcomings of oriented programming in java?

not much just gets messy and non-procedural


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 statement belong in a procedural languages but not in a non procedural language?

Assignment operator


What are some non examples of media?

some examples of non print media are ...


What are some non examples of omnivores?

What are non examples of omnivores


What are some examples of non tax revenues?

what are some examples of non-tax revenue


What are some non examples of electric motor?

what are some non examples of electric motor


What is the difference between a procedural and a non-procedural language IN DBMS?

In a procedural language, like PL/SQL, the programmer specifies the steps to be taken to accomplish a task, while in a non-procedural language, like SQL, the programmer specifies what needs to be done rather than how to do it. In the context of a DBMS, procedural languages are used for developing complex logic and operations within the database, while non-procedural languages are used for querying and manipulating data.


What are some non examples of a landform?

non examples are anything made by a human on land that is not natural


Why 4gl is called non procedural language?

because it is non-procedural language, in this language object oriented languages are use to develop software application.