Reflection on Week 1
(If you want to write up your answers using Markdown,
here is a Markdown template you can use.)
    - Of the types or classes of computers described in Chapter 1 of
    Patterson & Hennesey, which have you used, and how?
    
- (If you have used Eclipse:) When you click on "Run" in Eclipse
    for a Java program,
    what steps are being invoked?  (If you have not used Eclipse but
    have used BlueJ, answer
    the same question for the combination of clicking on "Compile" and 
    then executing "main" from the main application class.)
    
- C shares strong similarities with Java and possibly other languages
    you have programmed in before, but there also key differences.  What
    was new or unexpected about your experience programming small C
    programs this week?