Thread: AP Physics B

  1. #16
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    I'm taking the Physics C exam, along with CS AB, Calc BC, US Govt, and AP Lit. As for the Physics one, as said before, the multiple choice is concepts. but there are some calculations, and some questions are, where did this come from? there were some questions on some practice tests that take 10 min to do. no one could figure them out, and when my teacher told us, we were like, those questions should be skipped. the overall test isn't so bad though. the free response, as said before, is kindof nice with points. write things down, i.e. conservation of momentum, conservation of energy, etc. etc. they'll usually give you a point for just saying Ei = Ef, or Pi = Pf, etc. depending how they decide to grade it.

    best of luck with the exams for those taking them!

  2. #17
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by blackrat364
    I registered on the collegeboard site as a teacher, and I found some sample questions...but I haven't been able to find any of the released exams. Are they there?
    Eh, I've forgotten my password there and don't want to re-register...search around a bit. The free-response questions are something like 50% of the test anyhow.

    //edit: Search google for previous exam questions.

    All of the multiple choice are God-awful annoying, we have tons of books with released previous exams in them in my class, and I hate them all. They're basically all designed so that you slip up somewhere stupid and fail.


    EX:

    Code:
    void Trick(int &a, int &b)
    {
         a=5*b;
         b=a+15;
    
         cout<<a<<"  "<<b<<endl;
    }
    "What is outputted to the screen with the call:

    int t=3;
    Trick(t, t);"

    The "trick" being a and b now share the same memory, and anything done to one effects the other.


    Also, they're reeeeaaaallll big on loops that look like they'd take years to trace, but really you notice they reset the counter every X amount of times so you only have to trace it a little bit of the way.

  3. #18
    Registered User
    Join Date
    Nov 2002
    Posts
    6
    Just out of curiosity, the function 'Trick(t, t)' would return 30 for each one, right?

  4. #19
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    15 30 I think... I hope so otherwise I'm screwed Wednesday.
    If you ever need a hug, just ask.

  5. #20
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    For your B Physics exam, here's what I was tested on: optics, Newtonian mechanics, conservation of energy, I don't recall if there was any E&M (but at least conceptually it's based off mechanics learned earlier). And don't fret so much since, firstly, it can only buy you a quarter of college physics that they probably have a placement test for at your college of choice, and secondly it isn't that difficult. Later on the have calc-based physics, which is very annoying (I wish they would have the differential forms instead of the integral forms so it would match up with my D.E. class, but anyhow!). Also note that some APs won't give you any specific course credit, just elective credit. So far as AP Comp Sci, if you have your syntax straight and you are keen on flow control and passing data, you should be fine. Study nonetheless, as I too took these two tests without their classes (we didn't even have 'honors' physics, haha 'back in my day', makes me feel old). For your calc test, I don't think you need to show work if it's multiple choice but remember if you slip up it hurts you, so take that in mind. Generally if you have a good grasp of the material I say go ahead and answer every question, and if you got some wrong you'll get your 3, else get your 5.

    Oh, and remember that to pass you only need to get half of the questions right. Colleges have their own placement tests usually, and even if they aren't publicized check the student affairs offices for your departments. And, when you do get to college, don't rely on the curves and you will do better in the long run. Don't ever rely on any curves, they make you lazy ultimately and you lose understanding of the material. Approach your college classes as if they were a set of two APs in high school and you'll find the exams up here much easier. Well enough of old me, haha, good luck and if you have any follow up questions ask!

    Sincerely!
    doubleanti, who's blowing up in engineering...

    PS, just to give you guys an idea. The mean scores up here are usually in the 40 to 45 percentile for physics and engineering. Maths and humanities are usually not curved. In this past midterm in the ECE20 class (LC-2 ISAs / asm / C), the mean score was a 38 I believe, and many of them got in the 20's, 30's, and 40's. Lowest most pushed back bell-shape I've ever seen!
    hasafraggin shizigishin oppashigger...

  6. #21
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    Originally posted by CheesyMoo
    15 30 I think... I hope so otherwise I'm screwed Wednesday.
    I think its 30 30

  7. #22
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by CheesyMoo
    15 30 I think... I hope so otherwise I'm screwed Wednesday.
    You're screwed . Actually, just read up on references.

    Do you know your AP classes? If not, give up all hope.

  8. #23
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    Oh, I'm retarded, I didn't read the whole program, I thought it displayed them after each assignment. Whoops, I'll be more careful.

    Yeah I don't know the subset that well, crap.
    If you ever need a hug, just ask.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 01-10-2006, 05:55 PM
  2. AP results the first week of July
    By Mister C in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-22-2004, 12:40 PM
  3. what physics courses
    By EvBladeRunnervE in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-22-2003, 12:19 PM
  4. February 1, 2019...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 98
    Last Post: 08-03-2002, 07:24 AM
  5. Physics: Kind of like a cannonball...
    By Cheeze-It in forum Game Programming
    Replies: 11
    Last Post: 09-12-2001, 01:53 PM