This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:spring2014:cprog:common:moarlogic [2014/02/11 10:09] – created wedge | haas:spring2014:cprog:common:moarlogic [2014/02/13 16:15] (current) – wedge | ||
---|---|---|---|
Line 25: | Line 25: | ||
</ | </ | ||
- | The answer is ' | + | The answer is ' |
However, having many bits together representing a value can be problematic for us, because if we make a typo, the whole value can be thrown off (and with computers being such precise instruments, | However, having many bits together representing a value can be problematic for us, because if we make a typo, the whole value can be thrown off (and with computers being such precise instruments, | ||
Line 72: | Line 72: | ||
And what about that stray 0 in front? Ignore it. WHO CARES. 0 in front doesn' | And what about that stray 0 in front? Ignore it. WHO CARES. 0 in front doesn' | ||
- | If you were getting $4, would it be any more advantageous to get $0004? | + | If you were getting |
See how much shorter it is? MUCH easier to write. LESS opportunity for error. | See how much shorter it is? MUCH easier to write. LESS opportunity for error. |