Thread: Exam of programming

  1. #1
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110

    Exam of programming

    Hey all,

    I have an exam of Java this afternoon, we never had any exam of this before so i dont know what to expect at all....

    Now during the final hours just before the exam everyone seems to be stressed like hell...

    Since i know alot of you have already done some programming exams , i was wondering wether you have some good tips ... ( we are not allowed to use internet or a comp during the examination.. everything is going down on paper )...

    Thanks in advance.

    Ganglylamb.

  2. #2
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Before you hand in, go through every page just looking for missing semicolons. Then go through once again just looking for matching braces etc.

    They probably won't deduct many points for errors like that, but they are so unnecessary.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    If you've done your homework and understand all the concepts, the test should be a breeze. I've never found a programming test to be difficult.

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    what will this cover and how will be the format? will it be writing code? will this be on concepts? here is a link from one of my school's introductory classes which has some exams on it: http://logos.cs.uic.edu/102/Tests/index.htm

    you could also go back to that professor's personal website on which he links to other introductory courses.

    Have fun, and good luck!

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    Quote Originally Posted by ober
    If you've done your homework and understand all the concepts, the test should be a breeze. I've never found a programming test to be difficult.
    Like you said ... it was like a breeze ..
    We didnt even had to write out a whole simple program.. it were questions like what compile errors will you get when trying to compile this code?
    And things like what will this return etc... it was more to check imo wether you just understand what is going on in some pieces of code...

    I thought it would be more difficult .... well now its just waiting for the results which i´ll hopefully get within a week or 3.

    Anyway thanks for replying although there were no replies by the time i left for school.
    But still i found them usefull, especially axon´s link i´m going to print out that whole test and try and solve it just for fun. Oh and axon are there any solutions out there for CS 102 - Introduction to Programming - Midterm Exam Fall 2004 ? ( thanks in advance )

    Thanks guys,

    -Ganglylamb.
    Last edited by GanglyLamb; 01-15-2005 at 11:20 AM.

  6. #6
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    >>Oh and axon are there any solutions out there for CS 102 - Introduction to Programming - Midterm Exam Fall 2004 ? ( thanks in advance )<<

    if there are, they would be somehwere on his pages...

    if you want a little tougher exam, here is a link to a class I took with that same professor last semester - some question are probably not relevant to what you're doing, but you can check it out: http://logos.cs.uic.edu/340/tests/index.html you might want to grab them ASAP as this info might not be there for very long.... btw, I got an 84% and 96% respectively

    EDIT:: BTW The answer for the 5th short answer question on the first midterm is wrong
    Last edited by axon; 01-15-2005 at 12:51 PM.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  7. #7
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    Great thanks alot axon .

    That´ll be all for now.

    Greets,

    Ganglylamb.

  8. #8
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Quote Originally Posted by axon
    EDIT:: BTW The answer for the 5th short answer question on the first midterm is wrong
    The Hamster and Turtle question? How is it possible to use polymorphism if Animal doesn't define a method sound()?
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  9. #9
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    >>5th short answer<<

    short answer, not true/false

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. new problem with class
    By jrb47 in forum C++ Programming
    Replies: 0
    Last Post: 12-01-2006, 08:39 AM
  2. Lab exam
    By hawkins786 in forum C Programming
    Replies: 11
    Last Post: 05-24-2005, 11:24 AM
  3. What do you think of my exam?
    By axon in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 12-03-2004, 08:30 PM
  4. The AP Exam.....
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 02-10-2003, 09:46 PM
  5. Computer Science Exam Tomorrow!!!
    By cozman in forum C++ Programming
    Replies: 14
    Last Post: 05-23-2002, 08:23 AM