• A job offer to be considered begins at the root node, where it is then passed through decision nodes that require choices to be made based on the attributes of the job.• These choices split the data across branches that indicate potential outcomes of a decision, depicted here as yes or no outcomes, though in some cases there may be more than two possibilities.• In the case a final decision can be made, the tree is terminated by leaf nodes (also known as terminal nodes) that denote the action to be taken as the result of the series of decisions.