noun
Computing term for a point in a program where execution can take different paths based on a condition (e.g., if-else statements).
このプログラムでは、条件分岐を使って入力に応じた処理を行います。
This program uses conditional branching to perform processing according to the input.
Compound of 条件 (condition) and 分岐 (branching, divergence).