Thread: C++ AP Test

  1. #1
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262

    C++ AP Test

    Has anyone taken the AP test for C++? I think I'm going to take the AB course, does anyone have any advice? How much do I need to know? I know up to about classes and arrays. Thanks in advance.

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    I may be incorrect but i beleive the AP test is no longer C++ based, but Java? Dunno my CS teacher is a moron and mentioned something like that....

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    If you are taking AP now, then it is C++. RoD, you are correct, except it takes effect next year.

    I recommend taking AB, since A is not easier than AB. AB covers more info, while A covers less info, just less extensively.

    edit: sorry meant to say A covers less info more extensively. same length test...
    Last edited by alpha; 02-02-2003 at 06:56 PM.

  4. #4
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Thanks for the info alpha.

  5. #5
    Programming Sex-God Polymorphic OOP's Avatar
    Join Date
    Nov 2002
    Posts
    1,078
    I took the AP C++ exam (AB level) last year. It was extremely simple, don't worry about it. I can only imagine what was on the A exam (probably things like "write an expression that multiplies two ints" ).

    You should understand templating and a little bit of inheritance, but not more than that. It didn't have ANY examples with polymorphism or multiple inheritance or anything remotely complex on it. My school won't even accept AP Computer Science credit because the poor AP test. The college board needs a kick in the ass for that one.
    Last edited by Polymorphic OOP; 02-02-2003 at 07:18 PM.

  6. #6
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    Smile

    Poly OOP

    It was easier when I took the APCS exam in Pascal some many years ago.

    APCS is now Java.

    As a college instructor, I can give you a couple of reasons why some schools will not take AP credit:

    1. Not the true subset of C++ language. For the APCS exam the test. A lot of made up classes such as apstring apmatrix are used and some colleges feel the students are not really learning the core of the language. (This will be the same I feel with Java.)

    2. Changes of languages at first year schools. Most universitie what there CS students to learn Java or C++ (primary languages) from there univ/college. C# is also going to play a role in the future as well.
    Mr. C: Author and Instructor

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Integer Emulation
    By Elysia in forum C++ Programming
    Replies: 31
    Last Post: 03-18-2008, 01:03 PM
  2. C++ Operator Overloading help
    By Bartosz in forum C++ Programming
    Replies: 2
    Last Post: 08-17-2005, 12:55 PM
  3. Anyone Ever Taken Computer Science A AP Test?
    By adc85 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 05-04-2003, 02:33 PM
  4. us government ap test
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-15-2002, 11:24 AM
  5. some AP test prep help
    By kv2 in forum C++ Programming
    Replies: 3
    Last Post: 04-05-2002, 10:34 AM