Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / aiyush
The first guy's got it write, every other answer is more
complicated than needed. Also, we cannot use a 3-input AND
like the second guy said b/c we are given 8 bits, not 3. A
3-bit adder and a comparator is all you need.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain me what is the difference between microprocessor and microcontroller?
How do you react to people criticizing your code/documents?
Explain various uses of timers in embedded system?
What is interrupt latency and how can we decrease it?
Which is better a char, short or int type for optimization?
What is refactoring? Name three common refactorings.
Tell me about some of your hobby projects that you've written in your off time.
Tell me can you have constant volatile variables?
What is pass by value and pass by reference? How are structure passed as arguments?
What could be the reasons for a system to have gone blank and how would you debug it?
Tell me what is the function of simple thread poll in embedded system?
How to reduce function call overhead in arm based systems
What is loop unrolling?
What is something substantive that you've done to improve as a developer in your career?
What software languages have you used to design, develop, and debug software application interfaces?