Computer Science, asked by daminimaity, 9 months ago

which of the following refers to the core part of any solution.
(a) input
(b) output
(c) process
(d) algorithm

Answers

Answered by utu4sungh
12

Answer:

Explanation:

Algorithm

Answered by smartbrainz
5

Input --> Process-->Output, form the core part of any solution.

Options (a),(b),(c)

Explanation:

  • For a meaningful solution, a problem has to have meaningful input, should undergo an appropriate process and finally the outcome should be meaningful as well.
  • The input needs to be correctly analysed and understood.
  • It is important to employ correct process on the input. In fact,it is generally a good idea to plan for alternative processes, in case the current one does not work.
  • The output is an integral part of any solution. A solution would be incomplete without a decisive outcome.
  • Algorithms are a set of rules that are a part of process during problem solving.

To know more about algorithms, visit:

https://brainly.in/question/8880618

Similar questions