subject

Acertain 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.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:00
Program description: a c# app is to be created to produce morse code. the morse code assigns a series of dots and dashes to each letter of the alphabet, each digit, and a few special characters (such as period, comma, colon, and semicolon). in sound-oriented systems, the dot represents a short sound and the dash represents a long sound. separation between words is indicated by a space, or, quite simply, the absence of a dot or dash. in a sound-oriented system, a space is indicated by a short period of time during which no sound is transmitted. the international version of the morse code is stored in the data file morse.txt.
Answers: 3
question
Computers and Technology, 22.06.2019 10:30
You have a large, late-model pick-up truck with a rear seat. the pick-up truck weighs 6,500 pounds. the florida seat belt law
Answers: 1
question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 24.06.2019 10:30
You're programming an infinite loop. what must you include in your code to prevent crashes? in roblox
Answers: 2
You know the right answer?
Acertain computer game is played between a human player and a computer-controlled player. every time...
Questions
question
English, 17.11.2020 22:10
question
English, 17.11.2020 22:10
Questions on the website: 13722363