Thread: High School Teacher needs idea for semester exam

  1. #1
    Registered User
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    3

    High School Teacher needs idea for semester exam

    This is my first semester to teach Visual C++ and would like to hear some ideas for a semester exam. We have finished up passing variables in a programmer defined method. Any good ideas out there?

  2. #2
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    When I was teaching C++ in college back when the dinosaurs ruled the Earth, an exam favorite of mine is to post some bugging code and give the students points for each bug they found (and why they thought it was a bug). Tougher bugs were weighted appropriately and it really let you know at the end of the day who was paying attention and who really "got it".
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

  3. #3
    Registered User
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    3

    Thumbs up Nice very nice

    Thats a good idea...and I am going to use it. Thanks alot.

  4. #4
    Registered User
    Join Date
    Nov 2009
    Posts
    82
    nice, that is a good idea. :]

    i wish tests in all subjects were designed around proving/demonstrating a working knowledge of said subject. multiple choice was a little too ... blunt of a testing instrument, not much fun. i guess in some subjects you can't help it, history for example is probably more of a 'fact memorization' thing rather than interactive problem solving thing.

  5. #5
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875

    Mental execution of code

    One unspoken aspect of my suggestion also is that while some bugs students will find because they are "the usual suspects" the really good ones could play computer and execute the code in their mind. Thus things that look perfectly logical on paper would reveal themselves to be errors only after mental execution. These are the students that I would cherish.
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Textbook for High School Students
    By mbeebe in forum General Discussions
    Replies: 14
    Last Post: 12-19-2009, 09:40 AM
  2. U.S. High School Police Raid? Hoax?
    By Xei in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 12-08-2003, 05:37 AM
  3. I've been slacking off in high school, am I going to hell
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 06-01-2003, 01:00 PM
  4. What should I do my first day out of Senior High School?
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 05-19-2002, 07:08 PM
  5. School Shooting in Germany
    By Golden Bunny in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 04-27-2002, 01:47 PM