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

How i/o devices are classified for embedded system?

425


What are the uses of the keyword static?

480


What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?

428


What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?

508


If your database was under a lot of strain, what are the first few things you might consider to speed it up?

454






What are the rules followed by mutexes?

471


Tell me why embedded system is useful?

437


Is count down_to_zero loop better than count_up_loops?

483


What is yagni? Is this list of questions an example?

441


Tell me what are the uses of the keyword volatile?

459


What is risc architecture?

461


Can we use printf inside isr?

465


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?

515


What is the significance of watchdog timer in embedded systems?

417


what is meant by a forward reference in c?

449