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


Please Help Members By Posting Answers For Below Questions

Describe the life-cycle of a software development (application design) process.

404


What are the commonly found errors in embedded systems?

417


Tell me what is interaction semantics used in embedded systems?

483


What is refactoring? Have you used it and it is important? Name three common refactorings.

424


What software configuration management tools are you familiar working with?

405






Tell me significance of watchdog timer in embedded systems?

454


How to reduce interrupt latency?

497


What are the uses of the keyword static?

474


How do you react to people criticizing your code/documents?

426


What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?

420


What is a memory leak? What is a segmentation fault?

495


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

428


How can you stop your dba from making off with a list of your users’ passwords?

589


Tell me what is isr?

468


Tell me is count down_to_zero loop better than count_up_loops?

432