Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), )
chain
Jump to user comments
1. operating system (From BASIC's "CHAIN" statement) To
pass control to a child or successor without going through the
The state of the parent program is lost and there is no
returning to it. Though this facility used to be common on
memory-limited microcomputers and is still widely supported
for backward compatibility, the jargon usage is
semi-obsolescent; in particular, Unix calls this exec.
Compare with the more modern "subshell".
2. programming A series of linked data areas within an
is the process of repeatedly running through the linked data
areas searching for one which is of interest. The implication
is that there are many links in the chain.