answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

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

Wiki User

11y ago

Well if you are creating a large program with many parts to it then procedural programming languages simply dont fit the bill, this is because the code becomes messy. It becomes messy because you cant write your code in a modular format and therefore your source code will look like an endless list of procedures where as with a non-procedural language such as OOP(object oriented programming) you can split your code into objects or functional parts that interact and can be viewed and edited in isolation. This means when you are drawing up the plan to create your program your code will follow the same format.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

Non-procedural languages (declarative languages) specify what is to be solved, as opposed to procedural languages (imperative languages) which specify how to solve the problem. Declarative languages include functional and logical languages such as Lisp and Haskell, while imperative languages include structured and object oriented languages such as C, C++ and Java. Some languages are both imperative and procedural, such as Prolog and SQL.

Declarative languages do not alter the machine's state and therefore have no side-effects. Imperative languages always have side-effects.

HTML is a typical example of non-procedural programming. With HTML we can specify what is to be rendered but we cannot dictate how it is rendered nor can we interact with the user. For those aspects we need to use client-side scripts which are supported by HTML but are not actually part of the language itself; scripts are languages in their own right.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the uses of procedural programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a procedural programming?

No


Short note on structural programming and procedural programming?

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


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 similarities between Procedural programming and visual programming?

it is a load of rubbrish


What kind of programs is it used to create procedural programming?

Procedural programming has been used for thousands of graphical applications, The most well known application it has been used for is the creation of the operating system known as Linux. despite there being numerous variations of Linux that are available for anyone to use free of charge due to it's open source nature, each of these variations uses procedural programming to create the kernel that is runs from. The kernel itself is created in the procedural programming language known as Python.I hope this is a better answer than the one before it :)


How procedural oriented programming language is interdependency?

Function which uses other function as part of it programming is known as function interdependent


What are the limitation of structured programming?

By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.


What are the primary methods of programming?

The two primary methods of programming are procedural and object-oriented.


What are the limitations of structures?

By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


Is java example of a procedural programming language?

No.Its purely object oriented programming language


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c