Computer Science, asked by princekumar993451, 6 months ago

In——,——,a problem can be solved by breaking the problem in a sequence of instructions ​

Answers

Answered by balktripathi
0

Answer:

Computer program: An implementation of an algorithm (or algorithms). Decomposition: The act of breaking a problem into a series of sub-problems, with the goal of solving the initial problem.

Answered by sourasghotekar123
0

Answer:

In computer program, decomposition, a problem can be solved by breaking the problem in a sequence of instructions.

Explanation:

  • Computer programming is the process of writing code to facilitate specific actions in a computer, application, or software program and instructing them on how to perform them.
  • An algorithm implementation (or algorithms).
  • Decomposition is one of the four pillars of computer science. It entails breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.
  • Because smaller parts are easier to work with, they can be examined and solved separately.
  • The act of breaking a problem down into a series of sub-problems with the goal of solving the original problem.

#SPJ6

Similar questions