
Subroutine
UK
/ˈsʌb.ruː.tiːn/
US
/ˈsʌb.ruː.tin/

Translation of "subroutine" into Russian
subroutine
NounUK
/ˈsʌb.ruː.tiːn/
US
/ˈsʌb.ruː.tin/
subroutine
subroutines pl
The subroutine was called multiple times during the execution of the program.
Подпрограмма вызывалась несколько раз во время выполнения программы.
Definitions
subroutine
NounUK
/ˈsʌb.ruː.tiːn/
US
/ˈsʌb.ruː.tin/
Computing. A named sequence of instructions that performs a specific task and can be invoked from multiple points within a program, after which control returns to the calling code.
The data-validation logic was moved into a subroutine so that it could be reused throughout the application.
subroutine
AdjectiveUK
/ˈsʌb.ruː.tiːn/
US
/ˈsʌb.ruː.tin/
Relating to or designating a subroutine or its characteristics.
A subroutine call saves the return address on the stack.
Idioms and phrases
main subroutine
The main subroutine handles the core logic of the program.
главная подпрограмма
Главная подпрограмма обрабатывает основную логику программы.
recursive subroutine
A recursive subroutine calls itself to solve a problem.
рекурсивная подпрограмма
Рекурсивная подпрограмма вызывает саму себя для решения проблемы.
utility subroutine
The utility subroutine performs common tasks used by other parts of the system.
вспомогательная подпрограмма
Вспомогательная подпрограмма выполняет общие задачи, используемые другими частями системы.
error-handling subroutine
The error-handling subroutine manages exceptions and ensures smooth execution.
подпрограмма обработки ошибок
Подпрограмма обработки ошибок управляет исключениями и обеспечивает плавное выполнение.
initialization subroutine
An initialization subroutine sets up necessary variables before execution.
подпрограмма инициализации
Подпрограмма инициализации устанавливает необходимые переменные перед выполнением.