10 Matching Annotations
  1. Sep 2016
  2. www.student.cs.uwaterloo.ca www.student.cs.uwaterloo.ca
    1. Taking notes helpsfix information in your long-term memory, keeps you active, and allows you to preserve insightsthat you gain during the course of a lecture

      The same way we preserve insights on hypothesis

    1. An application of a user-defined function substitutes some values forthe corresponding parameters in the definition’s expression

      The application of a function will substitute some values in the place of the corresponding parameters in the function's definition (body) expression.

    2. (6−4)(3 + 2)becomes (∗(−6 4) (+3 2))

      Say that I add open and close brackets around this expression.

      Dr Racket will see this and see that we have one argument (which is also an application) and no defined function... So it will yell @ you