IAPP Artificial Intelligence Governance Professional (AIGP) — Question 41
What is the term for an algorithm that focuses on making the best choice to achieve an immediate objective at a particular step or decision point, based on the available information and without regard for the longer-term best solutions?
Answer options
- A. Single-lane.
- B. Optimized.
- C. Efficient.
- D. Greedy.
Correct answer: D
Explanation
The correct answer is D, Greedy, as this type of algorithm makes the best immediate choice without considering future consequences. Options A, B, and C do not accurately describe this characteristic; Single-lane does not relate to algorithm strategy, Optimized implies a focus on overall efficiency over time, and Efficient suggests a balance of resource use rather than immediate decision making.