Design a circuit for A + abs(B) = C, where A and B are 4
bits wide and 2?s complement representation
Answer Posted / 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 |
Post New Answer View All Answers
You've just been assigned to a project in a new technology how would you get started?
What's your experience with technical documentation?
What is the difference between unit test and integration test?
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
What's risc architecture?
What is top half & bottom half of a kernel?
Explain how does combination of functions reduce memory requirements in embedded systems?
Tell me what is the difference between hardware design and software design?
Left to your own devices, what would you create?
Describe the life-cycle of a software development (application design) process.
what is meant by a forward reference in c?
Tell me what happens when recursive functions are declared inline?
What are the qualifiers in c?
Tell me what are the different types of buses used by the embedded systems?
What is a memory leak? What is a segmentation fault?