in a process logic diagram, the arrows show:\n(1 point)\n○ only where input occurs.\n○ only where output…

in a process logic diagram, the arrows show:\n(1 point)\n○ only where input occurs.\n○ only where output occurs.\n○ how the program moves through the processes.\n○ how the data moves through the program.
Answer
Brief Explanations:
In a process logic diagram, arrows are used to depict the flow of the program through various processes. Input and output are represented by specific symbols (e.g., parallelograms for input/output), not just by arrows. Data flow in a broader sense (how data moves) is more about the transfer of data values between components, while process logic diagram arrows focus on the program's execution path through processes.
Answer:
how the program moves through the processes.