CMU 15-112 Spring 2018: Fundamentals of Programming and Computer Science
Check 2 (Due Tuesday 23-Jan, at 10am)



  1. Week1 Time Report [25pts]
    First fill out this week1 time report. We very much need and value your thoughtful and accurate feedback in our quest to continue improving the course.

  2. Week2 Preparation Questions [75pts]
    Watch the videos and read through the notes on the following pages, answering the questions in check2.txt as you go:
    • Loops (Sections 1-4, not including isPrime and nthPrime)
    • Strings (Sections 1-4 and 6-10, not including isPalindrome)
    Don't rush through the videos at the expense of learning! Try copying and running the code yourself as you watch. Edit the code examples slightly and predict what will happen, then run the edited code to confirm your guess. Learning is not a spectator sport; you have to keep your head in the game if you want to keep up.