A municipal parking-permit desk encodes “resident + one vehicle + no unpaid tickets → approve” as if-then lines a clerk can open and edit. Which type of AI does this approach represent?
Select an answer to reveal the explanation.
Short Explanation
Think of a recipe card a clerk can read and tweak: if this, then that. Symbolic AI stores knowledge as symbols and logical rules people can inspect. It is not a trained scorer, a neural feature learner, or a content generator.
Full Explanation
Symbolic AI encodes domain knowledge as explicit symbols and if-then style rules rather than as weights learned from data. In a testing or civic-desk setting, that means the decision logic stays human-readable and editable. Classical ML, deep learning, and generative AI each work differently: they need training data, automatic feature learning, or content creation respectively. Naming the rule table as symbolic AI keeps those four syllabus types distinct.