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 |
Explain me what is kernel paging?
Do you know what is the function of watchdog timer in embedded system?
What happens when recursion functions are declared inline?
In 8085 microprocessor READY signal does.which of the following is incorrect statements [a]It is input to the microprocessor [b] It sequences the instructions
How are local and global variables are allocated by compiler.
Why does pre-emptive multi-threading used to solve the central controller problem?
What is the purpose of using critical sections?
Why continuous integration is important?
Mention how I/O devices are classified for embedded system?
Tell me can we use any function inside isr?
What is the function of simple thread poll in embedded system?
What is mutex in an embedded system?