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
0
Answer:
Thing to keep in mind while solving problem is
Explanation:
Answered by
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:
- Figure out the problem;
- Formalize the problem;
- Foster an algorithm that solves the problem;
- 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);
- Debug the c o d e;
- Check the solution.
Similar questions