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

Explain what happens when recursion functions are declared inline?

457


Why would you choose java in embedded systems?

408


How can you reduce interrupt latency?

406


Why cannot arrays be passed by values to functions?

488


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

497






What is interrupt latency? How can you reduce it?

448


Explain what are real-time embedded systems?

577


Tell me what is interrupt latency?

429


What is the last programming book you read?

422


What is the volatile keyword used for?

489


How are local and global variables are allocated by compiler.

479


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

454


Explain the characteristics of embedded system?

444


Tell me what are the different storage classes in c?

464


Tell me what is microcontroller?

448