Examples of using Subroutine in English and their translations into Hebrew
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Sho has a subroutine here.
Computer, delete the Marayna subroutine.
Those subroutines would take hours to decrypt.
Can you remove the subroutine?
There are damaged subroutines in all of the character files.
I want to see this subroutine.
His emergency command subroutines contain thousands of tactical scenarios.
One more time, you arrogant subroutine!
The subroutine search we were running, using Mullins' override to find the leak.
You're a new personality… from the subroutines.
Note that each separate activation of a subroutine gets its own separate space in the stack for locals.
Unfortunately, that won't disable the rogue subroutine.
I may be able to rewrite some minor subroutines in the security protocol.
They were only programmed with about 40 rudimentary subroutines.
The moment that you tried to reboot her, that subroutine activated, trapping you guys inside.
The warp matrix has been compromised…-by a Klingon subroutine.
Seska laid booby-trapped subroutines everywhere.
A game of kal-toh, which I am playing with a nonsentient computer subroutine.
Optronic pathways connect, subroutines emerge from the chaos, and a holographic consciousness is born.
All right, the city has an automatic submersion subroutine already in the system.
Ma'am, I have isolated the subroutine used to doctor the video. It was embedded in a software worm to escape detection.
That's an important point for people not familiar with functions and subroutines.
You seem to be running some sort of… emotive subroutine, but those are usually uploaded to more sophisticated models.
Why don't you tell me the story while you unlock the atom subroutine directory?
This initiated a rogue subroutine in her programming, a directive that never should have been there… the instinct for self-preservation.
Other return state Beside the return address, in some environments there may be other machine orsoftware states that need to be restored when a subroutine returns.
One is that each task has its own stack, and thus the subroutine can be reentrant, that is, can be active simultaneously for different tasks doing different things.
If a called subroutine calls on to yet another subroutine, it will push another return address onto the call stack, and so on, with the information stacking up and unstacking as the program dictates.
The call stack works well as a place for these parameters,especially since each call to a subroutine, which will have differing values for parameters, will be given separate space on the call stack for those values.
One is that each task can have its own stack,and thus the subroutine can be thread-safe, that is, can be active simultaneously for different tasks doing different things.