For Pete's sake, why would you do this?

  • Thread starter Thread starter enigma
  • Start date Start date
AI Thread Summary
The discussion revolves around a challenging two-hour coding final exam that involved assembly language, multi-threading, and A/D conversions on a PC104 board. The instructor ended the exam early after 2 hours and 45 minutes due to the overwhelming difficulty, as many students were unable to complete the problems. A survey was conducted to determine whether students wanted additional time or to finish early, with the majority opting to stop. Concerns were raised about a classmate potentially sabotaging others by disrupting their processes on the QNX machines, which added to the frustration. The exam's difficulty and the potential for unfair practices during the test sparked significant discontent among the students.
enigma
Staff Emeritus
Science Advisor
Gold Member
Messages
1,738
Reaction score
20
For Pete's sake, why would you do this??

2 hour final.

CODING

Coding in assembly language
Coding using multiple threads
Coding using A/D conversions on a PC104 board (2 separate programs)

She actually expected us to do it in 2 hours.

By the time 2:45 hours rolled around, she pulled the plug.



WHY?

*I need a hug*
 
Physics news on Phys.org
A big kitty hug http://geoparent.com/graphics/emoticons/kitty.gif

She actually pulled the plug??
 
Last edited by a moderator:
Holy crap!

That sounds hard.
I have had crazy hard exams like that also. Luckily for me for all my computer courses the marks are curved. So i just have to make sure i do better than than the majority to get a good mark. I hope your marks are curved also.
 
Curved marks are crazy.. Just do better than the rest of the class and you get a full mark??
 
I had a statistical mechanics final that was supposed to be 2 hours. It was 5 problems long. After 2 hours, no one had finished the first problem. Five hours after that, he collected the bluebooks. I was disappointed in my 44. I was happier to find out it was an 'A'. I try to console myself that it was only a small part of my life, but I swear I aged at least 7 years in those 7 hours.

Njorl
 
Originally posted by Monique
She actually pulled the plug??

Yep. She took a survey to see if everyone wanted 35 more minutes, 2 hours and 35 minutes more (filling out an honor pledge because she had to leave), or if we wanted to finish up then.

The "give up now"s won it, so we stopped.

I got even more pissed later on, after everything was done with: It's complete heresay, but apparently one of the guys in the class, when it became obvious that he didn't have a clue what he was doing and that we were going to finish early, started messing with everyone else.

For several of the problems, we had to remotely log into two QNX machines (similar to Linux, but realtime). In those problems, we needed access to the I/O devices on one of the two, but the memory on that machine was too small to compile there. To use the I/O, you needed to be logged in as the root user.

So the plan was: design the code where you're sitting, ftp the code to the desktop QNX to compile, compile, ftp the program back to your seat, ftp the program to the small microprocessor, switch user to root, run the code, ftp your results back to your seat to process.

What this jerkoff was apparently doing was killing people's ftp processes, executable processes, and compile processes as they were coming up, since he had root access.

I wish I could prove he was doing it (or if I was around when he said that's what he was doing)... :grr:
 
What was the objective of the test/exam?
 
Back
Top