International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 134 - Number 16 |
Year of Publication: 2016 |
Authors: Vimal P. Parmar, C. K. Kumbharana |
10.5120/ijca2016908217 |
Vimal P. Parmar, C. K. Kumbharana . Analysis, Implementation, Comparison and Evaluation of different Logical Techniques of Solving the Same Computing Problem. International Journal of Computer Applications. 134, 16 ( January 2016), 31-35. DOI=10.5120/ijca2016908217
Computers are considered as logic driven tools. We can have different solutions for the same problem. How a particular problem can be solved depends on the individual thinking and logic. There may be multiple routes to reach from one city to another, what the route is selected depends on the best route in terms of distance, quality of routes and safety. Same way parallel it can be compared with the approach for solving computing problems. To perform task through a computer we must require writing a program in specific language and then converting it into its equivalent machine language program either by an interpreter or a compiler. Also, there exist more than one such type of solutions for the same problem. Each may have its own advantages and disadvantages in terms of memory requirement, time required for executing by a computer and readability in form of understanding the logic of solution. This research paper is discussing different basic problems to be solved by a computer in different ways and which is better compared to others using above characteristics. Same type of analysis can be applied to any complex problem by determining all possible solutions and comparisons. The examples used are so basic to better understand the power of programming language and the solution itself.