Ask Question
8 March, 07:14

A certain computer game is played between a human player and a computer-controlled player. Every time the computer-controlled player has a turn, the game runs slowly because the computer evaluates all potential moves and selects the best one. Which of the following best describes the possibility of improving the running speed of the game? A The game's running speed can only be improved if the game is played between two human players instead of with the computer-controlled player. B The game's running speed might be improved by using a process that finds approximate solutions every time the computer-controlled player has a turn. C The game's running speed cannot be improved because computers can only be programmed to find the best possible solution. D The game's running speed cannot be improved because the game is an example of an algorithm that does not run in a reasonable time.

+4
Answers (1)
  1. 8 March, 10:12
    0
    B The game's running speed might be improved by using a process that finds approximate solutions every time the computer-controlled player has a turn.

    Explanation:

    Even though the moves are not the perfect ones, the algorithm of the game can be written in a way that it can solve the problems and play faster.

    Let's see the problems in other options.

    A - > The only way is not replacing the computer with a human because, we know that computers can play faster than a human when the algorithm is written well.

    C - > Computers cannot only be programmed to find the best possible solution. They can be programmed how the programmer wants them to behave.

    D - > Since we do not know anything about the game, we cannot say anything about the algorithm runtime.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A certain computer game is played between a human player and a computer-controlled player. Every time the computer-controlled player has a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers