Exercise Answers


[Home][Up][Help]


  1. Convert these binary (base-2) numbers to base-10:
    1. 102 = 210
    2. 1012 = 510
    3. 101100102 = 17810
    4. 111111112 = 25510

  2. Convert theses base-10 numbers to base-2:
    1. 610 = 1102
    2. 1110 = 10112
    3. 10010 = 11001002
    4. 14810 = 100101002

  3. Construct the first 5 generations of the following CAs, starting with a single "live" (black) cell: (Hint: Convert the rule number to binary, then convert the binary digits (bits) into a rule.)
    1. Rule 28 rule 25
    2. Rule 150 rule 150

[Home][Up][Help]


last update May 6, 2010 by JL Stanbrough