answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

What is the difference between a procedural language and declarative language?

Procedural is nothing but just using procedures to instrct te machine. The procedures provides a level of abstraction here. Declarative means to program without specifying the steps involved clearly. It allows us not give the control flow. ex - SQL is declarative as it does not need the control flow to be implemented. SQL is also procedural as it works on procedure names that are predefined.


What is procedure language?

AnswerA procedural language is a programming language in which everything is processed in the order it appears to the computer.In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events.PHP is both a procedural and object-oriented language, depending on the way it is used.


Is c or c a procedural oriented language?

One definition of a "procedural programming language" is a language that is used to describe how a program should accomplish the task it is to perform. This is in opposition to a "declarative programming language" that is used to describe what the program should accomplish rather than how it accomplishes the task.


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


What is difference between c language and opearting system?

An operating system is a program that can be written in C


What is the purpose of a procedural programming?

A procedural language is a programming language in which everything is processed in the order it appears to the computer. A computer programming language that follows, in order, a set of commands. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events. PHP is both a procedural and object-oriented language, depending on the way it is used


What is the difference between Procedural programming and Markup?

The way I understand it Markup Language is used for adding extra features, like structure or presentation of the text, objects etc.Programming language is used for creating programs.Basically in the example of the car, markup languagewould be the tools used to create the body and design, and programming language - the tools used to build an engine.


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 is the difference between compiler and program?

A compiler is actually a program. However the function of a compiler it to take a programmers high level language code and render this as binary machine language instructions that a specific processor can execute.


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.


What is the difference between Object-oriented software engineering and software engineering?

Object-oriented programming is just one possible methodology in the field of software engineering. It is a type of software engineering.See the related questions for a definition of object-oriented programming.


What is the difference between service and program?