Free Response Question Resources
The Free Response Questions generally fall in the following areas:
1 - Methods/Control Structures (Where they want you to use methods you previously wrote and methods they do not provide code for but state //implementation not shown. A big hint is they provide a bold bordered box of another class with it's methods and variables listed within, like this:
1 - Methods/Control Structures (Where they want you to use methods you previously wrote and methods they do not provide code for but state //implementation not shown. A big hint is they provide a bold bordered box of another class with it's methods and variables listed within, like this:
2 - Class Design (Usually involves constructors, interfaces, inheritance, or abstract classes)
3 - Array/ArrayList (potentially static), generally involving String logic, but sometimes number manipulation. Often these ones are static method, but they can involve objects that are stored in the arrays or arraylists!
4- 2-D Arrays. They ALWAYS have them. This is usually the question students take the most time on and involves embedded for loops.
2 - Class Design (Usually involves constructors, interfaces, inheritance, or abstract classes)
3 - Array/ArrayList (potentially static), generally involving String logic, but sometimes number manipulation. Often these ones are static method, but they can involve objects that are stored in the arrays or arraylists!
4- 2-D Arrays. They ALWAYS have them. This is usually the question students take the most time on and involves embedded for loops.
Nearpod Question Practice with Explanation Videos Courtesy Dr. Renee Smith:
Practice Problems my class has written (I will keep updating)
|
|
|
Written by Maxwell Kramer:
|
|
|