CS 201 Frequently Asked Questions (FAQs)


General Questions:

Where can I pick up my graded homework and quiz?

They will be put in the file cabinet outside of the CS grader's office (Lopata 406) by mid-day on the Friday after the homework is due.


Homework Related Questions:

What is expected in the write-ups for Practice Problems 5 and 6 and Problem 4 to submit?

A good place to see an example of what is expected is Problems 41 and 43 of the Exercises for Section 1.3 (page 37 of the text). The solutions for these are in the back of the text on page S-7.

For Practice Problem 6, here's a little bit of additional guidance. First note that:

    (p -> q) -> r  <==>  (-p v q) -> r 
where I'm using "-" for negation. Now to prove that a statement like this is true you need to argue that when -p v q is true then r is true.


Return to the CS 201 Home Page