2021 AP CSA FRQ #2B : scoring
Sign in to Google to save your progress. Learn more
Scorer's Name (optional)
Point 1 : Declares class header: class CombinedTable and constructor header:CombinedTable(SingleTable ___,SingleTable ___) (must not be private) *
Point 2: Declares appropriate private instance variables including at least two SingleTable references *
Point 3: Constructor initializes instance variables using parameters *
Point 4: Declares header: public boolean canSeat(int ___) *
Point 5: Calls getNumSeats on a SingleTableobject *
Point 6: canSeat(n) returns true if and only if sum of seats of two tables - 2 >= n *
Point 7: Declares header: public double getDesirability() *
Point 8:  Calls getHeight and getViewQuality on SingleTable objects *
Point 9: getDesirability computes average of constituent tables’ view desirabilities *
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy