noun
conditional statement
Computing term for a programming construct that executes code based on a condition, such as if-then-else.
このプログラムでは条件命令を使って分岐処理を実装している。
This program uses conditional statements to implement branching.
Compound of 条件 (condition) and 命令 (command, instruction), a straightforward technical term.