============================================ Notes for Lab 05 (computer math) ============================================ - Ian! D. Allen - idallen@idallen.ca - www.idallen.com References: ECOA2e Section 2.3, 2.4, 2.5, 2.5.3, 2.5.5, 2.5.6 and associated Chapter Slides and Class Notes. Class Notes http://teaching.idallen.com/cst8214/07f/ binary_math.txt Binary Mathematics, unsigned, two's complement, etc. hexadecimal_conversions.txt Converting to/from hexadecimal (base 16) overflow.txt Calculating the OVERFLOW flag in binary arithmetic ieee754_conversions.txt Converting to/from IEEE 754 floating point format You can check your work using any online converter; use Google to find one. e.g. http://www.tonymarston.net/php-mysql/converter.php http://www.h-schmidt.net/FloatApplet/IEEE754.html A quiz is here: http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/binquiz.html Base 36: http://www.cut-the-knot.org/recurrence/word_primes.shtml Many bases: http://www.cut-the-knot.org/binary.shtml