subroutine
n.
source code which accompanies a program and performs a certain function (Computers)
Subroutine
In
computer science, a subroutine (function, method, procedure, or subprogram) is a portion of
code within a larger
program, which performs a specific
task and can be relatively independent of the remaining code. The
syntax of many programming languages includes support for creating self contained subroutines, and for calling and
returning from them.
See more at Wikipedia.org...
subroutine
n.
subroutine, source code which accompanies a program and performs a certain function (Computers)
subroutine (f)
n.
subroutine, source code which accompanies a program and performs a certain function (Computers)
subroutine
A
set of
computer instructions to carry out a predefined function or computation. Note: "Open" subroutines are integrated into the main
program. "Closed" subroutines are arranged so that program control is shifted to them for execution of their task(s) and then returned to the main program.