Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Are Written Computer Science Exams a Fair Measure? 728

me! asks: "I seem to have this inability to write substantial chunks of code (500+) in exam conditions (for uni). I have been writing code for years for open source and commercial applications, so I know a thing or two. There is just something about exams and code that does not work for me. I find that I need to be sitting in front of a computer to get a problem out, to get in the 'vibe', have you will. I have done exams on computers (closed environment) that involve coding, and it work so much better for me. So what I am asking is...how do people tackle exams that involve solving problems on the fly, on paper, in exams?" I have this exact same problem, and I've never thought written tests were a fair way to measure someone's knowledge of coding. It's fine when you are asking questions about design and structure, but when you need to write code it falls way short. How do you feel about it?
This discussion has been archived. No new comments can be posted.

Are Written Computer Science Exams a Fair Measure?

Comments Filter:
  • simple (Score:0, Funny)

    by Anonymous Coward on Friday June 14, 2002 @07:33PM (#3704752)
    do what i did.. drop out of college.. become a "go getter" get a good job like me ($300000+ w/ a ton of benefits) and be happy :-)

    college is overrated.. you'll realize sooner or later
  • Re:simple (Score:1, Funny)

    by Anonymous Coward on Friday June 14, 2002 @07:41PM (#3704830)
    Why is CmdrTaco posting anonymously now?!
  • by RAMMS+EIN ( 578166 ) on Friday June 14, 2002 @08:00PM (#3704983) Homepage Journal
    The explanation for this is a psychological principle called state-dependent memory. People are better at remembering (doing, etc.) things when their minds are in a state similar to the state they learned them in. Since you are used to writing code on a computer, coding on paper doesn't work because you can't get your mind in hack-mode. What I do is I drink huge amounts of beer while programming and do the same thing before I take a test. That adds enough similarity to the situations that the results are similar.

    ---
    Never test for an error condition you don't know how to handle.
    -- Steinbach
  • by WhaDaYaKnow ( 563683 ) on Saturday June 15, 2002 @01:09AM (#3706361)
    "What's the difference between a bridge and a switch?"--I'm usually merciful and stop them if they start talking layer 3

    I agree. It's when the start talking cars and lights turning on and off that you want to pay attention.

    (sorry,- I'm in my Friday mood...;-))
  • Re:Agreed (Score:3, Funny)

    by PotPieMan ( 54815 ) on Saturday June 15, 2002 @01:54AM (#3706514)
    I think you left out part of your answer:

    package dataStructures;

    public class FinalExam {
    public boolean pass() {
    return true;
    }

    public int grade() {
    return 100;
    }
    }

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...