Part 3

Chapter 08: Sensors

Sensors are the interface between the physical world and computation.

 
Use the following formula to turn off the rightmost 1-bit in a word x, producing 0 if none (e.g., 01011000 → 01010000): x&(x − 1).
— Henry S. Warren Jr., "Hacker’s Delight", Addison-Wesley, 2003.
Step 00: Chapter 08 Pre-Assessment (click here to show/hide).

Step 01: Chapter 08 Things to Think About (click here to show/hide).
Step 02:

Read and annotate the chapter. Use ctrl +  to zoom in, ctrl -  to zoom out, and ctrl 0  to zoom back to initial size. You can highlight and annotate content in the document by selecting any text and clicking on the "Annotate" and "Highlight" tools that pop up. More information on how to use the site's annotation tools.

Step 03:
Chapter 08 Self-Assessment (click here to show/hide).

Step 04: Chapter 08 Muddiest Point (click here to show/hide).