Design a circuit for A + abs(B) = C, where A and B are 4
bits wide and 2?s complement representation
Answer / siva
make a 4-bit adder/subtractor ( which can perform A+B and A-
B depending on value of bit say SUB..ie if SUB is 1 it will
perform A+B ) now give A and B as inputs and make MSB of B
as SUB bit.
suppose A=0110(6),B=1110(-2);so result will be A-B ie.,
A+|B|=6-(-2)=8
| Is This Answer Correct ? | 12 Yes | 5 No |
Tell me what happens when recursive functions are declared inline?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.
What is the task of the pre-processor?
hi i want to learn embedded system course. can anyone tel me which training center is best in chennai to learn embedded system? plz help me
What is the volatile keyword used for?
You have two computers, and you want to get data from one to the other. How could you do it?
What are the types of embedded system?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
What typecast is applied when we have a signed and an unsigned int in an expression?
How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?
What are the uses of the keyword static?