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

Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?

521


Tell me what is a watchdog timer?

458


What is endianness of a system and how do different systems communicate with each other?

437


Explain me what is the difference between microprocessor and microcontroller?

475


What is refactoring? Name three common refactorings.

545






What happens when recursion functions are declared inline?

446


You've just been assigned to a project in a new technology how would you get started?

441


What does DMA address will deal with?

489


PROVIDE ME NOTES ON EMBEDDED TCHNLOGY

2427


Can we put breakpoint inside isr?

413


What are real-time embedded systems?

447


Which parameters decide the size of data type for a processor?

472


Explain the difference between mutexes vs semaphores?

469


Explain what are real-time embedded systems?

580


Explain me what is endianness of a system and how do different systems communicate with each other?

447