TIA's Glossary of Telecommunication Terms

0-9 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Search Term

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.

Back