(no title)
rrss | 3 years ago
I think the college board threw out the actual computer science part (i.e. everything except java details) years ago.
rrss | 3 years ago
I think the college board threw out the actual computer science part (i.e. everything except java details) years ago.
mk_stjames|3 years ago
blahedo|3 years ago
I.e. introductory programming. There's nothing in the list I wrote above that is specific to Java (and if you swap out "methods" for "functions" it could be any number of different languages). It seems boring and basic to you because it is literally just the very beginning of a CS curriculum. If you're only seeing the FRQs, which test code implementation, you should also know that in the multiple-choice section there are also problems requiring students to trace code, identify useful test cases, contrast similar code segments, and describe code behaviour—all of which are pointing to deeper computer science ideas—as well as figure out how many times a particular piece of code runs for a particular input, which is a precursor to Big-O analysis.
TillE|3 years ago
blahedo|3 years ago
Sounds like you took the AB course (and exam); had you taken APCS A, I think you would see a modern APCS A exam as easier in some ways and harder in others.
SrslyJosh|3 years ago
SrslyJosh|3 years ago