Slashdot Mirror


User: Marowana

Marowana's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:Tracing on First Java AP Computer Science Exam Complete · · Score: 1

    Yea, I've had just about enough of, what does a call to mystery(6) return? I don't give a damn!

  2. Re:easy on First Java AP Computer Science Exam Complete · · Score: 1

    Pretty much everyone that took the test at our school(all of 16 students) finished the free response with almost a full hour left.

  3. Re:Sadly enough, the test was malformed on First Java AP Computer Science Exam Complete · · Score: 1

    I found one of the spelling errors to be particularly humorous, the "Matrine Biology Simulation". Yes, they put that t there on the test.

  4. Re:Language shouldn't matter! on First Java AP Computer Science Exam Complete · · Score: 1

    Useful to gain an insight into how they work, but virtually any development platform people work in except raw C these days will provide highly tuned and optimized hashtable implementations.

    But someone had to write it, and it's not as if Java couldn't use some more optimization.

  5. Re:Language shouldn't matter! on First Java AP Computer Science Exam Complete · · Score: 1

    2) Describe the benefits of a hashtable Benefit 1, I love them to death.

  6. I took it yesterday on First Java AP Computer Science Exam Complete · · Score: 1

    It's the same exact length as the C++ test so you do get the same exact amount of time, 3 hours. I found it to be exactly what I expected it to be which isn't suprising because we had all spent the entire year preparing for a single test. I'm not allowed to discuss the multiple choice, but there was this one free response question that was a bitch. Traverse a binary tree without recursion, meaning using a stack. C'mon now, that's just garbage.