Environmental Sciences, asked by mahendargeetha, 1 month ago

what is the first step toworlds writing a computer program​

Answers

Answered by anjalin
0

Programming is the task of describing your design to the computer, teaching it your way of solving the problem. All programming includes creating something which solves a problem.

Explanation:

  • There are usually three stages to writing a program:-
  • Coding: It is the act of translating the design into an actual program, which is written in some form of programming language. This is the actual step where you have to sit down at the computer and type.
  • Compiling: It is the process of turning the program written in some programming language into the instructions made up of 0's and 1's that the computer can mainly follow.
  • Debugging: It is simply the task of looking at the original program, identifying the mistakes, correcting the code and then, recompiling it.
  • The final step in the grand programming process is testing your creation to check that it does what you wanted it to do.

(#SPJ2)

Similar questions