COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

SYSTEM SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What kind of problems are solved by algorithms?
A
Compression algorithms
B
Route-finding algorithms
C
Encryption algorithms
D
Internet-related algorithms
Explanation: 

Detailed explanation-1: -Algorithms can be designed for any type of problem, i.e. mathematical, logical, or any complex problems. Example: Depth-first-search, traveling salesman, sorting algorithms, etc. But, after some steps, the algorithm would result in a finite solution before ending.

Detailed explanation-2: -There are two categories of problems that an algorithm cannot solve. Undecidable Problems. These problems are the theoretically impossible to solve-by any algorithm. The halting problem is a decision problem (with a yes or no answer) that is undecidable.

There is 1 question to complete.