subroutine
- noun
- /ˈsʌb.ruː.tiːn/
- Specialized
- The programmer wrote a subroutine to calculate the average score of the students.
- a subroutine call
- use a subroutine
- subroutine library
Things like calling a subroutine will only work with the CPU's got a stack for that to store the return address in and things.
- Things like calling a subroutine will only work with the CPU's got a stack for that to store the return address in and things.
- And as you do so, call this subroutine which calls this subroutine which which measures does something rather.
Examples
-
The user application can be modified to call these ESSL subroutines instead of LAPACK subroutines.
Academic text (1994) -
The evaluate() subroutine (Line 7) is the evaluation process for measuring the quality of a candidate gene.
Academic text (2016) -
Yes, really, they should write a subroutine when you have both of these on that they talk to each other.
-
It's some kind of hidden subroutine the system follows.
-
You know, the FFT subroutine, I can again say, you know, it's the lines of code, right?
-
So splay is a subroutine that I will describe soon.
-
We use the special subroutine IRLINE to determine line size.
Academic text (1994) -
All right, so when the subroutine compounds the interest it uses all these extra decimal places that just get rounded off.
-
An analyst studying a numerical analysis application may be interested in a particular subroutine or even particular loops.
Academic text (1994) -
Pathfinder is an example of what programmers call functions, subroutines, or procedures.
Synonyms
A rule in math or computing that gives one output for each input
A part of a computer program that does a specific task
A set of computer instructions that does one task
A set of steps in a program that does a single task
A piece of computer code that does one task when called
Compounds
How Complex
Surface Forms
Morphology
Etymology
Subroutine starts with sub- meaning 'under' and ends with routine meaning 'a regular set of actions'. Think of it as a small 'routine' that sits under the main program and can be used again and again, so a subroutine is a repeatable helper that does one task when the program needs it.