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

When do you know your code is ready for production?

484


What are the differences between stateless and stateful systems, and impacts of state on parallelism.

454


Tell me how to create a child process in linux?

370


What type of software simulator and developer have you used?

426


What are the different types of customizations that is used with the “volatile” keyword?

459






What is an embedded system and why it is used?

433


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

428


How can you optimize the i/o performance?

446


Why we use embedded systems?

464


What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?

464


What does malloc do? What will happen if we have a statement like malloc(sizeof(0));

518


Tell me how does input/output bus functions?

440


What are the most common errors you've found in embedded systems?

441


Why embedded system is useful?

520


Explain what are the uses of the keyword static?

445