58.9k views
2 votes
Boris the chest master selects his next move by considering moves that would threaten his opponent's queen. His opponent, a chess-playing computer, selects its next move by considering all possible moves. Boris is using a(n) _______ and the computer is using a(n) _____.

User Guffa
by
5.9k points

2 Answers

5 votes

Answer:

heuristic; algorithm

Step-by-step explanation:

Heuristic: This is referred to as an approach to learning, discovery, or problem-solving, that implements a practical method which is not insured to be perfect or optimal, yet sufficient enough to fulfill the ultimate and immediate goals.

Algorithm: This is one of the methods that use a step-by-step method to solve a specific problem. The algorithm method is commonly used for calculation, data processing and other mathematical and computer operations. It is also used for manipulating data in various ways.

In the question above, Boris is using a heuristic and the computer is using an algorithm.

User Nisah
by
5.6k points
3 votes

Answer:

Heuristic and Algorithm

Explanation:

Algorithm: It is processed to solve the process step by step. It is a finite source if followed step by step will solve the problem correctly. Computer and programming are other tools that are used to solve the problems. The algorithm is the correct, efficient and easy to implement for the solution of a problem.

A heuristic is another technique to solve the problem. But it does not work on finding the solution but it works how the problem looks. It is a technique to look for the answer.

User Panup Pong
by
5.4k points