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

What type of software simulator and developer have you used?

426


Explain me how does the interrupt architecture works?

448


How can you reduce interrupt latency?

413


Tell me why is it better to use multi-threading polling then single threading model?

467


Is count down_to_zero loop better than count_up_loops?

490






Tell me how many types of ipc mechanism you know?

462


Explain what is interrupt latency? How can you reduce it?

447


Explain interrupt latency and how can we decrease it?

451


Tell me what are the different types of customizations that is used with the “volatile” keyword?

493


Tell me what is top half & bottom half of a kernel?

434


What is loop unrolling?

503


A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?

573


List out various uses of timers in embedded system?

502


Why embedded system is useful?

524


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

448