Status: Tags: Links: AP Computer Science Study Progress
AP Computer Science A 2015 FRQ Practice
My Answers
|
|
Review
- Total 1:02 hours
- 1 took 2:38, 5:23, 6:18 | 2 took 12:37 | 3 took 9:22, 9:08 | 4 took 4:20, 7:04, 5:00
- 9, 9, 6, 7
- 31/36, 86 %
- Not bad
- 1.c they checked the values for the last object even though it isn’t needed lmaoooo
- 2 their way is more convenient but w/e, my program should still do the job
- They set the * as the else and used indexOf to see if it was in the rest of the array for the +
- 3.a Forgot to add declare type of object in for loop (SparseArrayEntry)
- -1
- 3.b
- Forgot to decrease col value of new entries by 1
- -1 for not doing it, -1 for wrong final return
- Could have just called get commands in the object creation parameters instead of storing them in values
- Forgot to decrease col value of new entries by 1
- 4.a interface is declared public in example? And there is no prefix?
- 4.b Should be implements instead of extends
- -1
- I did it completely different in comparison to the question but I still did what it was asked
- I feel like it was the question’s fault for not specifying certain criteria and leaving the interpretation open ended
- I guess in the future I should always implement the interface functions if im implementing an interface
- If I get two numbers as the parameter I should probably have instance variables for them
- I guess in the future I should always implement the interface functions if im implementing an interface
- I feel like it was the question’s fault for not specifying certain criteria and leaving the interpretation open ended
- 4.c Should have known something was up when I didn’t have any getters
- You can’t access the instance variables without gettersssssssssss
Thoughts
- If you’re using a method to set an array you don’t need to set the size
- implements are used for interfaces, extends are used for classes
- Can only extend one class but can implement as many interfaces as you would like
- implements are used for interfaces, extends are used for classes
- I’ve been able to grown accustomed to the split, I might change the top right key to += though as im not really sure about its current spot xddddddddddd
References: