answersLogoWhite

0

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

15y ago

What else can I help you with?

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.


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

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


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


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.


What are some obstacles with following written procedures?

Obstacles to following written procedures include:The procedure is poorly or unclearly writtenThe procedure is overly long and complexThe procedure is not readily available to the person who must follow it.The procedure is not written in a language that can be read by the person who must follow it.The person who much follow the procedure is unable to readThe procedure calls for incorrect or improper actionsThe procedure makes unfounded assumptions about the level of knowledge of the person who will use it.


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.