Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / esther
Add the digits and check the sum. It would imply a 3-bit
adder (max. value = 8 can be represented with three bits)
and compare the result to 011.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
Tell me about some of your hobby projects that you've written in your off time.
Explain what is embedded system in a computer system?
Please explain what is semaphore?
List out various uses of timers in embedded system?
Tell me what are real-time embedded systems?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
How does inversion of control relate to dependency injection?
Explain how does combination of functions reduce memory requirements in embedded systems?
Explain what is interrupt latency? How can you reduce it?
Describe a pattern that is not the factory pattern? How is it used and when?
Explain what happens when recursion functions are declared inline?
Explain what is size of character, integer, integer pointer, character pointer?
Significance of watchdog timer in embedded systems.
Tell me what is interrupt latency?
Tell me can you have constant volatile variables?