Advanced Placement Computer Science AB:
Assignment 25:  Debugging Fundamentals
   Sewickley Academy, 2000-2001

See Course Home Page.
 
Date Assigned: Thu Dec-7
Date Due: Mon Dec-11



0. Note:  There is a quiz on Monday on debugging.  You will be expected to know the key bindings of the different debugging functions (eg:  what does Shift-F11 do?), as well as (more important, of course) what they do and when and how you would use them.

1.  Do IntroCS Assignment 25.



Reminder:  Debugging Techniques Which May Appear on a Pop Quiz Later This Week

From a previous assignment:  learn how to use the debugger.  Do this by stepping through code you have already written.  Intro CS students are responsible for the following (and yes, you must know these by their F-keys (meaning, you must simply know what Shift-F11 does, for example), and yes, you may be quizzed on this as soon as tomorrow):

Finally, Intro CS students are responsible for understanding basic debugging techniques, such as: As for AP CS students, you must know all of the above, *plus* you are responsible for: Both IntroCS and AP CS will cover more advanced debugging techniques later in the year, but this is enough to get you started.  Remember: use the debugger early and often.  It can save you *enormous* amounts of time.

Carpe diem.

DK


See Course Home Page.