question #1\nmultiple select\nbefore you write a computer program, what can you use for planning? select 2…

question #1\nmultiple select\nbefore you write a computer program, what can you use for planning? select 2 options.\npseudocode\nflowchart\npseudochart\nflowplan\nflowcode
Answer
Brief Explanations:
Pseudocode is an informal high - level description of the operating principle of a computer program. A flowchart is a diagram that represents an algorithm, workflow or process. Both are used for planning before writing code. Pseudochart, flowplan, and flowcode are not standard tools for program planning.
Answer:
A. pseudocode B. flowchart