Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question #1 multiple select before you write a computer program, what c…

Question

question #1
multiple select
before you write a computer program, what can you use for planning? select 2 options.
pseudocode
flowchart
pseudochart
flowplan
flowcode

Explanation:

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