Multiple choice While calculating a division, the microprocessor 8085 uses which of the following? Hardware divider chip, if available; otherwise, by using successive subtraction in an adder chip of its ALU Hardware divider chip, if available; otherwise, by using successive subtraction in a subtractor chip of its ALU Shift and subtract algorithm Shift and add algorithm Shift and shift algorithm Reveal answer Fill a bubble to check yourself A Correct answer Explanation If the hardware chip is available, the processor will use it for division. If it is not available, then successive subtraction is used and the hardware used by the CPU is adder (using 2's complement representation).