How to Use These Notes


Work space

Be sure to open a page with your user id. For example, if your user id is abc123, then you should be looking at www.cs.ecu.edu/~karl/2310/spr10/LectureNotes/abc123/howtouse.html right now.


Browser width

Adjust the width of your browser window to suit yourself. You might find that a full screen window is too wide for convenience.


Working problems

It is important that you work the problems. Write your answer in the box provided. If you press any of the buttons (Answer, Store or Compute) and you are working within your workspace, your answer will be stored so that it will be there when you come back to the page.

For questions that do not have a Compute button, you can type anything that you like into the answer box. For questions that do have a Compute button, you will need to type the correct kind of thing (expression, statement, etc.) into the box. You can add comments by writing %% in front of each comment line. For example, if the expression is supposed to be an expression, you might write

  %% I have to remember to use * to mean multiplication.

  20 * 30
Anything following %%, up to the end of the line, is ignored when the Compute button is pressed. (But it is remembered for later.)


Summary and review

Most chapters end on brief summary and review sections. It is important to look at those. Go back over material if you do not recall it. Repetition is the key to learning anything.