nerdexam
ISTQB

CT-AI · Question #120

Which of the following technologies for implementing AI is considered to be a reasoning technique?

The correct answer is A. Deductive classifiers. The ISTQB Certified Tester AI Testing Syllabus v1.0explicitly categorizes different AI implementation technologies in Section1.4 - AI Technologies. Within this section, AI methods are grouped into categories, one of which is"Reasoning techniques."These reasoning techniques…

Introduction to AI and AI Testing

Question

Which of the following technologies for implementing AI is considered to be a reasoning technique?

Options

  • ADeductive classifiers
  • BLinear regression
  • CRandom Forest
  • DGenetic algorithms

How the community answered

(21 responses)
  • A
    81% (17)
  • B
    5% (1)
  • C
    5% (1)
  • D
    10% (2)

Explanation

The ISTQB Certified Tester AI Testing Syllabus v1.0explicitly categorizes different AI implementation technologies in Section1.4 - AI Technologies. Within this section, AI methods are grouped into categories, one of which is"Reasoning techniques."These reasoning techniques includerule engines, deductive classifiers, case-based reasoning, and procedural reasoning. Because deductive classifiers are directly listed under this set of reasoning approaches, they are recognized as a reasoning-based AI technology. Reasoning techniques differ from machine learning approaches because they rely onstructured, predefined rules or logicto reach conclusions. Deductive classifiers use logical inference and symbolic reasoning to classify inputs by applying encoded knowledge. This makes them fundamentally different from statistical or data-driven ML algorithms. The other options--Linear regression,Random Forest, and Genetic algorithms--are listed by the syllabus asmachine learning techniques, not reasoning methods. Linear regression performs numerical prediction, Random Forest is an ensemble decision-tree ML model, and genetic algorithms are optimization-based ML approaches inspired by evolutionary processes. None of these involve symbolic logical deduction. Thus, based on the authoritative definitions in the syllabus, Deductive classifiers (Option A)is the only technology classified as a reasoning technique.

Topics

#reasoning techniques#deductive classifiers#AI technologies#knowledge-based AI

Community Discussion

No community discussion yet for this question.

Full CT-AI Practice