Search code examples
processterminologyprocedure

help me define process and procedure?


I have never undertood the basic difference (if there is any) between these two terms "process" and "procedure", could you help me out? it can be answered in programming-terms or in any other terms you like.


Solution

  • I found this link which I think sums it up Process versus Procedures
    I think the first two comparisons are crucial and give a good idea of what the rest elaborate on:

    • Procedures are driven by completion of the task
    • Processes are driven by achievement of a desired outcome

    • Procedures are implemented

    • Processes are operated