Multiple choice

AI technique that considers all possible solutions, looking for the best.

  1. Parallel processing

  2. Brute force searching

  3. Boolean logic

  4. Heuristics

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

Brute force searching involves systematically checking every possible candidate for the solution. While exhaustive, it is often computationally expensive compared to heuristic approaches.