|
|
|
BINARY:
Up Close and Personal
What
did you do today ?
Yes /No
Value Did you turn off the alarm clock ? Y 1 Did you get up ? N 0 Did you call in “sick” to work ? Y 1 Did you go golfing ? Y 1 Did you go back to bed ? Y 1 Were you fired for calling in sick ? N 0 Were you fired for going golfing ? N 0 Were you fired for incompetency ? Y 1 The resulting number has a binary value of 10111001, and represents all of the answers you provided in the checklist. This is raw data with a numeric value. Each digit in that number has an exclusive meaning. Not a good thing for using as a number for the purposes of calculation, but perfect for comparison. You see, I don’t golf. Since I don’t golf, my number turns out a bit different… You, a golfer 1 0 1 1 1 0 0 1 1 Me, a non-golfer 1 0 1 0 1 0 0 1 1 Compared, if “1” means “same” 1 1 1 0 1 1 1 1 1 Just like the Alphabet Soup model, it becomes very easy to know what doesn’t match. We need to examine the prospects of this principle a bit closer still. Down to the Nanosemaphore level we go…
|