A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

conditional statement

[computing] A programming language statement that executes one option if the statement is true, and another if it is false. The if-then-else statement is an example of a conditional statement.

Related Terms