subprogram
- noun
- /ˈsʌbˌprəʊɡræm/
- Specialized
- After the model was selected, the AREG subprogram computed the equations.
Every electron seems to reuse the same subprogram all the time as it is interacting with other elementary particles.
- Every electron seems to reuse the same subprogram all the time as it is interacting with other elementary particles.
Examples
-
There were four subprograms in the study: Audubon Residential Camp (54 participants), Audubon Wilderness Research Backpacking (9 participants).
Academic text (1995) -
And the shape of it is that this program has various subprograms in it, OK?
-
Every electron seems to reuse the same subprogram all the time as it is interacting with other elementary particles.
-
True and simple parallel processing, have you ever wondered how to make several while() loops by just telling the main program what the subprogram is?
Blog text (10) -
The software includes several subprograms that handle data input and output efficiently.
-
Each subprogram is designed to perform a specific task within the main application.
-
Developers often create a subprogram for repetitive tasks to improve overall performance.
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 program steps that does one job and can be used again
A set of computer instructions that does one task
A smaller task that runs inside a larger program or system
A piece of computer code that does one task when called
How Big
Surface Forms
Morphology
Etymology
The word subprogram combines sub- meaning 'under' and program meaning 'a set of instructions'. So a subprogram is a smaller program 'under' or 'inside' a main program that does one specific task for the whole program.