Multiple choice technology packaged enterprise solutions

Backward chaining expressions always lead to worse performance than forward chaining rules

  1. True

  2. False

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

This statement is false because backward chaining only calculates values when they are explicitly requested. If a property is rarely accessed, backward chaining performs better than forward chaining, which recalculates values every time an input changes, potentially causing unnecessary overhead.