Multiple choice technology web technology

Backward chaining provides the automatic calculation of the property by executing the declarative rule, when a value is needed for a property, rather than when inputs change. For example, if the Area property depends on the Length and Width property, then backword chaining causes the Area property to be recomputed each time the Area property is required/ referred

  1. True

  2. False

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

Backward chaining calculates property values dynamically when they are needed or referenced, rather than upfront when input properties change. This fits the described behavior of computing the Area property on demand using Length and Width.