APComputer Science
考察重点
AP CS A和Principles适合不同类型学生:如果目标是学习engineering或computer science那么考A合适,因其直接与编程知识和实操相关。
5分锦囊妙计/tips
01.多加练习
练习每天写代码,这样会熟能生巧,增加理解。还要多加练习选择题,我们的AP Classroom里有大量选择题。
02.了解评分标准
这一项至关重要。
03.避免常见错误
大多学生都会遭遇如下扣分点:being off by one in loops not initializing a variablefailure to return a required value using the wrong identifier not returning a statement in a non-void methodmodifying a constant using local variables but not declaring them missing {},(), or semicolons including extraneous code that causes side effects confusing = with ==confusing [] with () assigning values incorrectly (putting x+2=y, instead of y=x+2
04.不需要背程序代码
理解概念要比背代码更重要。
05.遵循命名常规习惯
不要用一个简单字母命名,而需通过命名体现目的和使用范围。
总结
AP计算机科学
多写代码,多读新代码是王道。CSA要比CSP用途更广,常被认为更专业。因大多考AP CS学生都是计划读理工科,那么难度适配的科目是CSA, CSP更多是有关计算机基础知识。