Game Scoring and Free Response Strategies

Game Scoring and Free Response Strategies

Assessment

Interactive Video

Computers, Education, Instructional Technology

10th - 12th Grade

Hard

Created by

Olivia Brooks

FREE Resource

This video tutorial, led by Rob Schultz and Tim Gallagher, focuses on solving a free response question from the AP Computer Science A exam. The instructors explain the Level and Game classes, detailing their methods and instance variables. They guide viewers through implementing the 'get score' method in Part A and the 'play many times' method in Part B, providing examples and scoring rubrics. The video emphasizes understanding the problem, using correct instance variables, and applying the right algorithms to earn points.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the four types of free response questions in the AP Computer Science A exam?

Method and control structures, class implementation, array, and 2D array

Loops, conditionals, recursion, and sorting

Inheritance, polymorphism, encapsulation, and abstraction

Data structures, algorithms, software design, and testing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method in the Level class returns a boolean indicating if the player reached the goal?

play

isBonus

goalReached

getPoints

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the isBonus method in the Game class?

To check if the game is a bonus game

To simulate the play of a game

To calculate the total score

To initialize the game levels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Part A, what happens to the score if the game is a bonus game?

The score is doubled

The score is tripled

The score remains the same

The score is halved

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in implementing the getScore method?

Calculate the total points for each level

Check if the game is a bonus game

Initialize the score to zero

Return the final score

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Part B, what does the playManyTimes method return?

The total score of all games played

The average score of all games played

The highest score from the games played

The lowest score from the games played

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the play method in the playManyTimes implementation?

To reset the game levels

To calculate the score of the game

To determine if the game is a bonus game

To simulate the play of a single game

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?