Correct Answer: B
Flow elements in Salesforce can be broadly categorized into three main types: Screen, Logic, and Actions. Screen elements are used to create user interfaces for collecting input or displaying information. Logic elements, such as decisions, loops, and assignments, define the flow's logic and control how the flow progresses. Actions elements are used to execute operations, such as creating, updating, or deleting records.Reference: Salesforce Help - Flow Element Reference