Definisjon av subroutine

Vi fant 3 definisjoner av subroutineengelsk.

Annonsering

WordNet WordNet by Princeton University

Noun

subroutine - a set sequence of steps, part of larger computer program
routine, subprogram, procedure, function
computer software, software, software program, software system, software package, package (computer science) written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory; "the market for software is expected to expand"
computer program, computer programme, programme, program a performance (or series of performances) at a public presentation; "the program lasted more than two hours"
cataloged procedure a set of control statements that have been placed in a library and can be retrieved by name
contingency procedure an alternative to the normal procedure; triggered if an unusual but anticipated situation arises
library routine a debugged routine that is maintained in a program library
random number generator a routine designed to yield a random number
recursive routine a routine that can call itself
reusable routine a routine that can be loaded once and executed repeatedly
executive routine, supervisory routine a routine that coordinates the operation of subroutines
tracing routine a routine that provides a chronological record of the execution of a computer program
= synonym
= antonym
= relatert ord

Wiktionary Wiktionary dictionary logo

Substantiv

subroutine - A section of code, called by the main body of a program, that implements a task. While it may be used at more than one point in a program, it need not be.

Wikipedia Wiktionary dictionary logo

  • A subroutine (also called procedure, method, function, or routine) is a portion of code within a larger program that performs a specific task and is relatively independent of the remaining code. As the name "subprogram" suggests, a subroutine behaves in much the same way as a computer program that is used as one step in a larger program or another subprogram. A subroutine is often coded so that it can be started ("called") several times and/or from several places during a single execution of the program, including from other subroutines, and then branch back (return) to the next instruction after the "call" once the subroutine's task is done.

Siste søk