Answer:
A rule-based system is a system that applies human-made rules to store, sort and manipulate data. In doing so, it mimics human intelligence.To work, rule-based systems require a set of facts or source of data, and a set of rules for manipulating that data. These rules are sometimes referred to as ‘If statements’ as they tend to follow the line of ‘IF X happens THEN do Y’.Automation software like ThinkAutomation is a good example. It automates processes by breaking them down into steps.First comes the data or new business eventThen comes the analysis: the part where the system conditonally processes the data against its rulesThen comes any subsequent automated follow-up actions
Step-by-step explanation: