Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / arnab kumar biswas
2 bit adder will do the trick.give 0 to one i/p.and transmit
the bits serially one by one to the other i/p.o/p of the
adder goes to latch,where it will stay until 8 bits have
come.then use comparator to compare if answer is 3 or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me how does the interrupts handle by using the threads?
Tell me can a pointer be volatile?
Explain me how does the interrupt architecture works?
What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?
How do you react to people criticizing your code/documents?
Why embedded system is useful?
What buses are used for communication in embedded system?
Tell me can a variable be both const and volatile?
Explain what is a watchdog timer?
Tell me what are the commonly found errors in embedded systems?
Who are the gang of four? Why should you care?
What is the function of dma controlled in embedded system?
Tell me what are the qualifiers in c?
If you buy some rtos, what are the features you look for in?
What is the scope of a function that is declared as static?