Procedures are translated only once and can be called many times.
The term 'procedures' generally means a set of instructions that tell us the step-by-step process of completing a work. In computer science, 'procedures' refer to a single module of coding and instructions which can be used to carry out a task or calculation.
The main purpose of 'procedure' is to give the computer a single point of reference that can be used by the computer as a foundation to solve similar programs in the future.
Thus, after creating a 'procedure,' it is translated into the machine language only once by the processor. After that, whenever similar problems are faced by the computer, it will call to the related 'procedure' and use it to solve the problem.
To learn more about procedures,
https://brainly.com/question/2603242
https://brainly.com/question/22654163
#SPJ4