Concept:The decision symbol in a flowchart is used to show a condition with two possible paths.Explanation:A flowchart diamond represents a decision point.It has one entry arrow and two exit arrows, one for “Yes/True” and one for “No/False.”The parallelogram is for input/output, the rectangle is for processing, and the oval is for start/end.Answer:B. diamond.