answersLogoWhite

0

What is procedure language?

Updated: 8/11/2023
User Avatar

Wiki User

14y ago

Best Answer
Answer

A 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.

User Avatar

Wiki User

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

Wiki User

12y ago

it helps the programmer in actual and accurate description of procedure,logic in form of program. it is the responsibility of a programmer to express the logic of problem into various procedure of the program.

like

what is to be handeled?

what operation has to be performed?

where to begin?

where to end?

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

procedural language is the programming language which follows series of steps so as to get the result .

the example of procedural language is C language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is procedure language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is problem oriented language?

a program generation activity aims at automatic generation of a program.The source language is a specification language of an application doamain and the target language is typically a procedure oriented programming language.A program execution activity organized the execution of a program return in a programming language on a computer system.Its source language could be a procedure oriented language or a problem oriented language


What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.


Is c procedural or structural language?

Structural language is a language in which a particular structure is defined. It is used to make execution and understanding easier. Ex : COBOL Structural language does not have function calls. Procedural language is a language in which function calls are allowed. Ex : C In this a particular procedure is followed every time. IMB.


Describe the sequence of events that takes place when an interrupt is raised?

Interrupt Handling 1. Hardware stacks program counter, etc. 2. Hardware loads new program counter from interrupt vector. 3. Assembly language procedure saves registers. 4. Assembly language procedure sets up new stack. 5. C interrupt service runs (typically reads and buffers input). 6. Scheduler decides which process is to run next. 7. C procedure returns to the assembly code. 8. Assembly language procedure starts up new current process.

Related questions

Is java a procedure oriented language?

sdfew


What is first procedure oriented language?

The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.


What is problem oriented language?

a program generation activity aims at automatic generation of a program.The source language is a specification language of an application doamain and the target language is typically a procedure oriented programming language.A program execution activity organized the execution of a program return in a programming language on a computer system.Its source language could be a procedure oriented language or a problem oriented language


What is the difference in processor and procedure?

in the subject LANGUAGE PROCESSOR OR SYSTEM PROCESSOR I WOULD LIKE TO KNOW THE DIFFERENCE BETWEEN PROCESSOR AND PROCEDURE


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.


Name of the procedure rendering an individual incapable of reproducation called?

sterilization- procedure that removes an individual's ability to produce or release reproductive cells From Davi- Ellen Chabner " The Language of Medicine"


What is the procedure for applying deadly force directs personnel to give order to HALT in English and?

the native language of the country they are in


What do we mean by Sub-routine calls in C language?

A subroutine is a procedure call. In other words, a function call.


Is c procedural or structural language?

Structural language is a language in which a particular structure is defined. It is used to make execution and understanding easier. Ex : COBOL Structural language does not have function calls. Procedural language is a language in which function calls are allowed. Ex : C In this a particular procedure is followed every time. IMB.


Describe the sequence of events that takes place when an interrupt is raised?

Interrupt Handling 1. Hardware stacks program counter, etc. 2. Hardware loads new program counter from interrupt vector. 3. Assembly language procedure saves registers. 4. Assembly language procedure sets up new stack. 5. C interrupt service runs (typically reads and buffers input). 6. Scheduler decides which process is to run next. 7. C procedure returns to the assembly code. 8. Assembly language procedure starts up new current process.