Skip navigation.

sub Blog

return @entries;

Closing in on the last exam

, ,

Tomorrow I have my final exam for this semester (and, for that matter, this year). It is in "Programming", which basically is to understand and code in Java. The earlier exams have been mostly about coding various tasks, but this year, of course, they've changed the form of the exam to something else.

In the previous years, they've given exams which allowed us to bring own notes and books regarding the subject, which was quite alright since there are no answers to a programming task, just various methods to do the same (simply put. It may be only one "good" option, but there are many possibilities). This year, however, they're disallowing us to bring books and notes, and instead we have to know it all by ourselves, which isn't any problem, since I know most of the stuff in this course.

What I am afraid of, though, is all the poorly written questions we may be asked. If the mid-term tests were of any relevance, I am feeling gravely for this. I did score 85% and 95% (all errors except one on the first test were just me not thinking straight and the last was poor Java adaptation into the Norwegian language), but I noticed that some of the questions didn't provide any correct answer. For instance, we had a question which was something like:

Which of the following Java code is not valid, and we got about 5 different choices to choose from. All the code was something like for(int i = 0; i < myString.length(); i++), but the problem was that all options were misspelled. Seriously, none of the code given were correct. The code we were given was for(int i = 0; i < myString.lenght(); i++), and even though it's a small error, imagine what they could screw up at something as large as an exam. Unfortunately I could not comment on this, so I pretended that length was spelled correctly and chose the most correct accordingly.

I have been home alone since Friday morning, when Anniken traveled to Skien. I'm going after her tomorrow, and I'm looking very much forward to it. :-)

Some things are better than othersLearning Python

Comments

Telperion 15. December 2008, 18:54

Good luck tomorrow :D I know you'll do well! Can't wait to see you again :love:
xoxo

Kitty 15. December 2008, 20:30

Good luck - and happy holidays! :up:

Robert Jacobsen 15. December 2008, 22:28

Thanks! :-)

Shaunak De 16. December 2008, 10:41

import java.lang.*;

public class wishYouLuck{

public static void main (String args[]){

System.out.println("Best of luck for the rest of you papers! \n I have a CP-I exam on saturday P: \n But its just C++ !");

}

}

Robert Jacobsen 16. December 2008, 12:07

public String thankYou()
{
return "Thank you, and good luck yourself! :-)";
}

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies

Download Opera, the fastest and most secure browser
December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31