Decision table
A neatly organized table, like a well-prepared meal, that presents the possible conditions and their corresponding actions, guiding a decision-making process with clarity and simplicity.
Example
A loan approval system may use a decision table to determine whether an applicant is eligible for a loan. The table lists various conditions, such as credit score, income, and employment history, and their corresponding actions (approve or deny the loan). By evaluating the applicant's information against the table, the system can quickly and consistently determine the appropriate action.