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

Answer Posted / esther

Add the digits and check the sum. It would imply a 3-bit
adder (max. value = 8 can be represented with three bits)
and compare the result to 011.

Is This Answer Correct ?    31 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A vast majority of high performance embedded systems today use risc architecture why?

583


Explain what are real-time embedded systems?

586


How are macros different from functions?

429


Tell me what are inline functions?

451


Name three primary attributes of object-oriented design. Describe what they mean and why they're important.

437






Tell me what is interrupt latency? How can you reduce it?

442


Tell us what is the need for an infinite loop in embedded systems?

446


Tell me what is isr?

478


How to reduce interrupt latency?

507


Tell me what are the qualifiers in c?

445


What is the repository pattern? The factory pattern? Why are patterns important?

452


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

625


Explain me how does the interrupt architecture works?

448


What are the differences between analytical and computational modeling?

515


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

599