![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 2
![]() |
AP Computer Science AB -- where to start? do i need a $50 book?
I am decent at C++ programming (just cant make a GUI, but can make many things in console apps), and I wanted to take the AP CS AB exam this May. Then I found out that AP is too good for C++, they need Java. So I am starting to learn Java. I am learning the language fast, but what is it that AP specifically wants you to know?? I dont have any resources for theory, i just know how to make the programs. Also, i dont always make programs the most efficient as i could, does this matter? The only decent books are $50...
![]() i would pay that if i had it lol, anything cheaper? |
|
|
|
|
|
#2 |
|
Expert Programmer
|
The focus is on object-oriented design and polymorphism, as well as data structures (such as binary trees) and simple algorithms. A firm grasp of recursion will also come in handy.
A significant portion of the test assumes familiarity with the College Board's Marine Biology Simulation. You will need to understand the ins and outs of this program, including how to create new fish, determine the shortest path from one square to another (hint: recursion), etc. |
|
|
|
|
|
#3 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 751
Rep Power: 3
![]() |
Ah, yes... the marine bio problem. That would have killed me had I taken the test way-back-whenever, but I'd not seen it before taking a mock exam. Otherwise, like titaniumdecoy says, know basic algorithms and Big-O notation, OO design, have some familiarity with Java's syntax, and you should be fine.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 2
![]() |
thats it? i was expecting it to be harder...
im gonna probably just get a a review book and study the AP marine bio problem and case studies and AP java subsets/libraries. thanks guys |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discouraged Computer Science Student | csrocker101 | Software Design and Algorithms | 27 | Jan 14th, 2007 9:13 PM |
| Worth getting M.S. in Computer Science? | csrocker101 | Coder's Corner Lounge | 5 | Jan 11th, 2007 9:28 AM |
| Is Computer Science Right for me? | nemesis | Coder's Corner Lounge | 15 | Jun 29th, 2006 10:50 AM |
| B.Sc. in computer science - which expertise? | pretzel | Coder's Corner Lounge | 13 | May 28th, 2006 6:58 PM |
| Exercise C++ Exercise taken from AP Computer Science 1995 Exam, Free-response in C++. | pr0gm3r | C++ | 4 | Jul 31st, 2005 2:58 PM |