Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / jayasuriya
Use a 8 bit parallel in serial out shift register. Use the
serial out bit to increment a counter(a 3 bit register), if
its one. After 8 shifts, compare the counter with 011b to
detect 3.
Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
what is the difference between embedded systems and the system in which rtos is running?
What is the purpose of using critical sections?
Discuss the concept of yagni.
What are the languages used in embedded system?
Tell me what is the function of dma controlled in embedded system?
Can you name the differences between object-oriented and component-based design?
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
Implement a
How i/o devices are classified for embedded system?
What could be the reasons for a system to have gone blank and how would you debug it?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
What's so great about
Describe a pattern that is not the factory pattern? How is it used and when?
What is size of character, integer, integer pointer, character pointer?
Explain the characteristics of embedded system?