answersLogoWhite

0


Best Answer

No

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

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

The main emphasis of procedure-oriented is on algorithms rather than on data?

the main emphasis of procedure oriented programming is on algorithms rather than on data


Which is an example of a PLSQL subprogram?

A PL/SQL subprogram is equivalent to a procedure or function in conventional procedural programming.


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


Object oriented design and procedural oriented design?

In object oriented programming main role plays objects and classes, in structure programming all programmes are represented as structures of block's, in procedure programming - that means high level programming languages, which are based on process description (sequence of processes) - all programmes are described like a set of subprogrammes or procedures.For more information you may search these articles:http:/en.wikipedia.org/wiki/Object-oriented_programminghttp://alarmingdevelopment.org/?p=9http:/en.wikipedia.org/wiki/Procedural_programming


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.

Related questions

What is procedure in programming?

No


What is the difference between structured oriented programming procedure and oriented programming?

LOTTA


What are types of procedure languages?

Programming languages such as COBOL and FORTRAN are examples of procedure languages.


How is it different from the procedure-oriented programming?

How is what different... Please restate the question.


Which programming structure is contained in every Visual Basic procedure?

Every procedure in a Visual Basic program contains the sequence structure.


What kind of language is C programming?

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


What do you mean by procedure oriented programming?

A list of instructions telling a computer, step by step, what to do.


The main emphasis of procedure-oriented is on algorithms rather than on data?

the main emphasis of procedure oriented programming is on algorithms rather than on data


What has the author A N Ahmed written?

A. N. Ahmed has written: 'Experiments in reduction techniques for linear and integer programming' 'A modified production procedure for linear programming problems'


Advantages of procedure oriented programming?

The ability to reuse the same code at different places in the program with out coping it.


Which is an example of a PLSQL subprogram?

A PL/SQL subprogram is equivalent to a procedure or function in conventional procedural programming.


What does an object message correspond to in non-Object oriented programming terms?

A call to a procedure from your main routine.