Multiple choice technology

During the execution of a rule engine using the rete algorithm, all the eligible rule instances are collected in:

  1. a thread

  2. an agenda

  3. a rule

  4. a context

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

In the RETE algorithm for rule engine execution, when rule conditions match the working memory data, the eligible rule instances are collected in an agenda. The agenda then schedules and executes these rules based on priority or conflict resolution strategies, while the context holds the actual working memory data and the rule network manages pattern matching.