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
Describe a pattern that is not the factory pattern? How is it used and when?
What is a 'const' variable?
What do you mean by interrupt latency?
Tell me what is the purpose of using critical sections?
Explain what is return type of isr?
What is the purpose of the segment register?
What do you do when you get stuck with a problem you can't solve?
What is interrupt latency? How can you reduce it?
What is the purpose of a watchdog timer?
Explain me what is the main function of multiplexed address/data bus?
Explain what is size of character, integer, integer pointer, character pointer?
Tell me why do we need virtual device drivers when we have physical device drivers?
Explain what are real-time embedded systems?
What is the purpose of using critical sections?
What are recursive functions? Can we make them in line?