Unit 3 crossword puzzle

123456789101112131415161718192021222324
Across
  1. 6. The type of encoding used in Booth’s Algorithm
  2. 7. Booth’s Algorithm reduces this during multiplication
  3. 10. Standard for floating-point arithmetic
  4. 11. Adds three bits including carry
  5. 12. Algorithm for signed multiplication
  6. 15. Performs addition, subtraction, multiplication, division
  7. 17. Performs AND, OR, NOT operations
  8. 19. Complementation rule in Boolean algebra
  9. 20. Core unit performing arithmetic and logic operations
  10. 21. Slower adder due to carry propagation
  11. 24. Error when result exceeds bit capacity
Down
  1. 1. Multiplies positive binary numbers
  2. 2. Multiplies numbers with sign bit
  3. 3. Adds multiple operands efficiently
  4. 4. Faster division without restoring
  5. 5. Inventor of Booth’s Algorithm
  6. 8. Representation with mantissa and exponent
  7. 9. Division algorithm that restores partial remainder
  8. 13. Circuit that adds two bits
  9. 14. Used to represent negative exponents
  10. 16. Error when result is too small to represent
  11. 18. Adjusting mantissa to valid range
  12. 22. Faster adder using parallel carry generation
  13. 23. Booth’s Algorithm is mainly used for this type of numbers