• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I hate multiple choice tests

AFB

Lifer
Q: What is the big O time of insertion to the back of a linked list

A:
(a) Log N
(b) N Log N
(c) n
(d) 1 (CONST)

How do you answer that? It depends on if you hold a references to the last link, but they don't tell you.
 
Originally posted by: Shawn
It doesn't get any easier than multiple choise..... except for maybe true or false.

Except in cases like this where it could really be 2 different answers depending on how you look at it.

If a prof is good at making exams then multiple choice won't help you at all.
 
Originally posted by: Shawn
It doesn't get any easier than multiple choise..... except for maybe true or false.

Only if you have lazy professors.

If you have evil professors who like making difficult t/f or mulitple choice tests its a different matter.

A t/f test can be the most difficult to take.
 
Originally posted by: digitalsm
Originally posted by: Shawn
It doesn't get any easier than multiple choise..... except for maybe true or false.

Only if you have lazy professors.

If you have evil professors who like making difficult t/f or mulitple choice tests its a different matter.

A t/f test can be the most difficult to take.

Very true. Unless of course the professor is super evil and doesn't believe in partial credit then you could at least guess on the true and false test and pray that the law of big numbers breaks in your favor.
 
Originally posted by: ItmPls
WAY Easier than fill in the blank... WITH NO WORD LIST.


that in turn is way easier than short essay questions. the number is still a lot, and you don't have anything to guess
 
Multiple choice questions with a lot of work involved but no actual credit for work done besides the right answer is the worst.
<--- had that on an exam a few weeks ago.
 
yeah, it does matter if you have a reference to the last node. if you do, its O(1), otherwise its O(n). i would have answered O(n) and if would have argued to get my point back if he marked it wrong
 
Back
Top