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


Please Help Members By Posting Answers For Below Questions

what is the difference between embedded systems and the system in which rtos is running?

695


What is the purpose of using critical sections?

619


Discuss the concept of yagni.

616


What are the languages used in embedded system?

589


Tell me what is the function of dma controlled in embedded system?

613


Can you name the differences between object-oriented and component-based design?

650


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?

695


Implement a using on .

593


How i/o devices are classified for embedded system?

573


What could be the reasons for a system to have gone blank and how would you debug it?

673


What's the difference between a web server, web farm and web garden? How would your web application need to change for each?

630


What's so great about ?

591


Describe a pattern that is not the factory pattern? How is it used and when?

605


What is size of character, integer, integer pointer, character pointer?

585


Explain the characteristics of embedded system?

602