

InterviewSolution
Saved Bookmarks
1. |
An Algorithm is ___________(a) A procedure for solving a problem(b) A problem(c) A real life mathematical problem(d) None of the mentionedThis question was posed to me by my college director while I was bunking the class.Question is taken from Algorithms in division Algorithms of Discrete Mathematics |
Answer» RIGHT choice is (a) A procedure for SOLVING a problem To explain: An algorithm is a STEPWISE solution to the problem. |
|