by Halskiisaklink on October 11th, 2006

Halskiisaklink

Question

Help answer this question below.

In the context of programming, what are procedures and how do they differ from functions?

Answers. 1 helpful answer below.

  • by tt010101 on October 11th, 2006

    tt010101

    A procedure is a series of steps as a 'mini-program'. These steps can be called up multiple times, but essentially they are used to break down lengthly code into smaller sections for ease of debugging, modification, etc.

    A function is a series of steps which calculate something, or are used in the express identification of something; i.e. squaring a number can be considered a function. Functions can be used multiple times for various variables.

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

More Questions. Additional questions in this category.

You're reading In the context of programming, what are procedures and how do they differ from functions?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Grand am p0171
What are functions how does they differ from procedures