COMPUTER SCIENCE 10TH – DETAILED QUESTION ANSWERS
PROBLEM SOLVING AND ALGORITHM DESIGNING
Q.1: What is problem solving?
Ans.
PROBLEM SOLVING:
Problem solving is a procedure to figure out the solution of complex problems. Problem solving is the main process in computer programming, where programmers first understand the problem, plan the solution, and then understand how to translate the algorithm into something a computer can do, and finally how to write the specific syntax or code required by a computer to get the job done.