what is difference between restoring and non restoring
division?
Answer Posted / anindya mandal
In restoring method if after subtraction or addition if the
sign of A is changed then we restore the previous value of A
But in contrast with non restoring division if the sign of A
is negative then A, Q will be shifted left so negation bit
will be carry then. In both the cases we pruning the
negative bit
one by restoring method
another by shifting left method which is called non
restoring method.
| Is This Answer Correct ? | 93 Yes | 33 No |
Post New Answer View All Answers
Outline the two important features of a terminating recursion. Any ideas?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Write a shell program to test whether a given year is leap year or not ?
what is an INI file?
what is best way to create a Thread class & why?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
what is the last ant version you worked?how to get it
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
why we need to take u?
sample code for data transfer between two r/2 systems and r/3 systems?
why we use abstract in awt?
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
How do you initialize a static member of a class with return value of some function?