Multiple choice technology

In decision table it is not allowed for a row to contain an empty cell when the empty cell is in condition column

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In decision tables, empty cells in condition columns are not allowed as they create ambiguity. Each condition cell must have a defined value or expression to properly evaluate the rule logic. An empty condition would make it impossible to determine whether that condition is satisfied, leading to unpredictable behavior.