Multiple choice technology web technology Which of the following can only return a Boolean value? (a) Decision map (b) Decision tree (c) Decision table (d) When rule Reveal answer Fill a bubble to check yourself D Correct answer Explanation When rules (Rule-Declare-When) evaluate conditions and return only Boolean true/false results. Decision tables, trees, and maps can return various values - strings, numbers, or other data types. Only When rules are restricted to Boolean outputs.