Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)

Answer Posted / aiyush

The first guy's got it write, every other answer is more
complicated than needed. Also, we cannot use a 3-input AND
like the second guy said b/c we are given 8 bits, not 3. A
3-bit adder and a comparator is all you need.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me which parameters decide the size of data type for a processor?

558


How can you reduce interrupt latency?

410


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

447


Tell me what is microcontroller?

453


Advantages and disadvantages of using macro and inline functions?

484






Have you designed ui, user interface?

435


Explain what are the differences between analytical and computational modeling?

473


Do you know what is priority inversion?

425


What is the need for dmac in es?

539


What is the purpose of the segment register?

428


Differentiate between mutexes vs semaphores.

473


How are variables mapped across to the various memories by the c compiler?

623


Can we use any function inside isr?

433


What buses are used for communication in embedded system?

433


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

465