An online game collects data about each player's performance in the game. A program is used to analyze the data to make predictions about how players will perform in a new version of the game. The procedure GetPrediction (idNum) returns a predicted score for the player with ID number idNum Assume that all predicted scores are positive. The GetPrediction procedure takes approximately minute to return a result. All other operations happen nearly instantaneously. Two versions of the program are shown below. Version I topScore e0 idList e (1298702, 1356846, 8848491, 8675309] FOR EACH id IN idList score + Get Prediction (id) IF (score > topScore) topScore e Score DISPLAY (topScore) Version II idlist + [1298702, 1356846, 8848491, 86753091 topID + iđList (1) FOR EACH id IN idList IF (GetPrediction (id) > Get Prediction (topID)) topID + id DISPLAY (GetPrediction (topID)) Which of the following best compares the execution times of the two versions of the program? (A) Version I requires approximately I more minute to execute than version I (B) Version I requires approximately 5 more minutes to execute than version II. (C) Version Il requires approximately I more minute to execute than version L (D) Version Il requires approximately 5 more minutes to execute than version I.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question
vnloads/AP%20Computer%20Science%20Principles%20Practice%20Exam-%20Test%20(1).pdf
to reduce (sim..
E Equivalent Fraction...
Daily Tabs
Calculator
E Student Technology...
Exam 1 for the Spring...
57 / 68
77%
An online game collects data about each player's performance in the game. A program is used to analyze the
data to make predictions about how players will perform in a new version of the game.
62
The procedure GetPrediction (idNum) returns a predicted score for the player with ID
number idNum Assume that all predicted scores are positive. The GetPrediction procedure takes
approximately I minute to return a result. All other operations happen nearly instantaneously.
Two versions of the program are shown below.
Version I
topScore e0
idList e (1298702, 1356846, 8848491, 8675309]
FOR EACH id IN idList
score e Get Prediction (id)
IF (score > topScore)
topscore t score
DISPLAY (topScore)
Version II
idList + (1298702, 1356846, 884R491, 8675309)
topID + idList (1]
FOR EACH id IN idList
IF (GetPrediction (id)> Get Predietion (topID) }
topID + id
DISPLAY (GetPrediction (topID) )
Which of the following best compares the execution times of the two versions of the program?
(A) Version I requires approximately I more minute to execute than version II.
(B) Version I requires approximately 5 more minutes to execute than version I.
(C) Version Il requires approximately I more minute to execute than version L.
(D) Version Il requires approximately 5 more minutes to execute than version I.
Transcribed Image Text:vnloads/AP%20Computer%20Science%20Principles%20Practice%20Exam-%20Test%20(1).pdf to reduce (sim.. E Equivalent Fraction... Daily Tabs Calculator E Student Technology... Exam 1 for the Spring... 57 / 68 77% An online game collects data about each player's performance in the game. A program is used to analyze the data to make predictions about how players will perform in a new version of the game. 62 The procedure GetPrediction (idNum) returns a predicted score for the player with ID number idNum Assume that all predicted scores are positive. The GetPrediction procedure takes approximately I minute to return a result. All other operations happen nearly instantaneously. Two versions of the program are shown below. Version I topScore e0 idList e (1298702, 1356846, 8848491, 8675309] FOR EACH id IN idList score e Get Prediction (id) IF (score > topScore) topscore t score DISPLAY (topScore) Version II idList + (1298702, 1356846, 884R491, 8675309) topID + idList (1] FOR EACH id IN idList IF (GetPrediction (id)> Get Predietion (topID) } topID + id DISPLAY (GetPrediction (topID) ) Which of the following best compares the execution times of the two versions of the program? (A) Version I requires approximately I more minute to execute than version II. (B) Version I requires approximately 5 more minutes to execute than version I. (C) Version Il requires approximately I more minute to execute than version L. (D) Version Il requires approximately 5 more minutes to execute than version I.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Intelligent Machines
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole