Science Fair Project Encyclopedia
Branch (computer science)
A branch is a point in the instruction stream of a computer program where the address of the next instruction is not the next sequential storage location. A branch may be unconditional (implying that the branch is always taken) or conditional, implying that the decision to take the branch or not depends on some condition that must be evaluated.
Certain computer architectures (such as the PDP-11) refer to an unconditional branch as a jump.
Last updated: 05-10-2005 14:30:26
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


