Thursday, April 25th, 2013

Study Guide/Outline for 04/25/2013 12:30-1:45 exam

  1. Part One: Study Guide for Quiz One (02/12/Tuesday quiz)...

  2. Part Two: Study Guide for Quiz Two (03/12/Tuesday quiz)...
      command < inputFileName   -  Input redirection with < 
      command > outputFileName  -  Output redirection with >
    
      command1 | command2  -  piping the output of one command 
                              to another command with | symbol
    
  3. Part Three: Hardware/Software/Networks Material since Quiz #1 and Quiz #2

    The Fetch/Execute Machine Cycle handout, with MIPS and graph showing effects of expoential growth of # transistors that one integrated circuit chip can contain. I-cycle and E-cycle.

    Subnet masks and IP numbers and Class A, Class B, and Class C networks.

    Solution to the HOBBITS subnets grouping problem with Frodo, Bilbo, Gollum, Gandalf, Strider, Bofur, etc.

  4. Part Four: Flash Arrow Keys to control a game piece. KeyboardEvents, KeyboardEvent.KEY_DOWN, addEventListener() is not just for BUTTONS. The stage can also listen.