Computer Science, asked by lakshvagela1234, 3 months ago

(1) An _________ is the first step in developing a program.
( algorithm / flowchart )

(2) _______ includes showing input , paths , action or decision point and finally the output. ( algorithm / flowchart )​

Answers

Answered by ananyasingh8070
1

1) flowchart

2) flowchart

Answered by Hansika4871
0

1. Algorithm

2. Flowchart

For the first question,

  • In developing a program one programmer must know about the problems faced during the coding process, so an algorithm helps the programmer to reduce his problems.
  • And algorithms make the code easy to write.

For the second question,

  • A flowchart is a pictorial representation of the process running inside the code.
  • The flowchart uses circles to indicate the start and stop of the process, rectangles for input and outputs, and rhombuses for decision-making statements.
  • Flowcharts make the code to understand easy.

#SPJ2

Similar questions