Key Points from WEEK 3 9/20/2024 Lecture 1. Comparison of binary with base-10 numbers: 1. Place system based on powers of 2 rather than powers of 10 2. Two digits instead of 10 digits 3. Counting in binary is like counting in base 10, but you run out of digits faster. 4. Learn to count on your fingers in binary. 2. Binary arithmetic and logical operations: addition (+), subtraction (-), and (&), or (|), xor (^) 3. Conversion between base-10 and binary