Computer Science, asked by sakshibhingarkar, 3 months ago

thing to keep in mind while solving a problem?
1. input data
2.output data
3.stored data
4.all of above​

Answers

Answered by gauravpatilgamilcom9
0

Answer:

Thing to keep in mind while solving problem is

Explanation:

Answered by Jasleen0599
0

The correct answer is (4) all of the above​.

  • PCs can solve problems by performing billions of activities each second. A software engineer's responsibility is to track down arrangements.
  • They do this by separating problems into simple-to-follow ventures for a PC. Programming dialects permit individuals to speak with PCs.
  • It permits us to take a complex problem, comprehend what the problem is and foster potential arrangements.
  • These arrangements can then be introduced such that a PC, a human, or both, can comprehend.

The problem-solving technique utilizing a PC is a cycle that advances on the following steps:

  1. Figure out the problem;
  2. Formalize the problem;
  3. Foster an algorithm that solves the problem;
  4. Program the algorithm (i.e., e n c o d e the algorithm as a legitimate program of a programming language accessible on the PC);
  5. Debug the c o d e;
  6. Check the solution.
Similar questions