Home > College Algebra calculators > Non-Restoring Division Algorithm For Unsigned Integer example

2. Non-Restoring Division Algorithm For Unsigned Integer example ( Enter your problem )
  1. Algorithm & 11 divided by 3, Example-1
  2. 7 divided by 6, Example-2
  3. 13 divided by 4, Example-3
Other related methods
  1. Restoring Division Algorithm For Unsigned Integer
  2. Non-Restoring Division Algorithm For Unsigned Integer

1. Algorithm & 11 divided by 3, Example-1
(Previous example)
3. 13 divided by 4, Example-3
(Next example)

2. 7 divided by 6, Example-2





Find 7 divided by 6 using Non-restoring Division Algorithm For Unsigned Integer

Solution:
Dividend = 7
Divisor = 6
First the registers are initialized with corresponding values (Q = Dividend, M = Divisor, A = 0, n = number of bits in dividend)
nMAQOperation
301100000111initialize
30110000111_shift left AQ
101111_A=A-M
1011110Q[0]=0
20110011110_shift left AQ
110110_A=A+M
1101100Q[0]=0
10110101100_shift left AQ
000100_A=A+M
0001001Q[0]=1

register Q contain the quotient 1 and register A contain remainder 1


This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



1. Algorithm & 11 divided by 3, Example-1
(Previous example)
3. 13 divided by 4, Example-3
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.