Answer:
Which of the following indicates branching of the program flow based on a condition? decision symbol
Which of the following symbols depicts one distinct action in a program? process symbol
Explanation:
Flow chart is the graphical representation of a process or algorithm.
Which of the following indicates branching of the program flow based on a condition?
The condition has two options to be processed based on its result hence the program is divided into branches after the decision of process.
The decision symbol is used for this purpose.
Which of the following symbols depicts one distinct action in a program?
The distinct action only involves one action. Out of the given options, process symbol is used for distinct action.
Hence,
Which of the following indicates branching of the program flow based on a condition? decision symbol
Which of the following symbols depicts one distinct action in a program? process symbol