what is difference between restoring and non restoring
division?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / khawlya maanjar
in restoring method after operation value sign is changes
after it stored previous value
| Is This Answer Correct ? | 14 Yes | 30 No |
Number of null pointers in any binary tree
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
how many trailing zeroes are there in 100! (100 factorial)?
how do you generate source code for the automatic generation for receipt number
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
what is the use of check point
you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what is programmable BIST in today ic design
What is the difference between save and create method of activerecord?