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
How does the interrupts handle by using the threads?
What is mutex in an embedded system?
How do you reduce interrupt latency?
Explain the difference between "set" logic, and "procedural" logic. When would you use each one and why?
How does combination of functions reduce memory requirements in embedded systems?
How do malloc and calloc work?
What is the purpose of the segment register?
If you've integrated new software in an existing system, tell us how you evaluated and identified the requirements for this new technology.
Explain me what is kernel paging?
What is the purpose of using critical sections?
Explain the properties of a object oriented programming language.
What is the difference between hardware design and software design?
What is inversion of control?
Tell me what is null pointer and what is its use?
Can we put breakpoint inside isr?