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

Answer Posted / kalyanpa

for serially arriving stream:
use a 2 bit accumulator( S1 and S2) with outputs O1 and O2.
Final Output will be Y = ~O1 . O2

For parallel,
use combinational logic , probably priority encoder to
reduce delay.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the function of dma controlled in embedded system?

453


What is endianness of a system and how do different systems communicate with each other?

439


You have two computers, and you want to get data from one to the other. How could you do it?

440


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

499


What is the need for dmac in es?

539






What is meant by a sandbox, why you would use one.

436


Do you know what is priority inheritance?

448


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

441


What is null pointer and what is its use?

430


What is a 'const' variable?

495


PROVIDE ME NOTES ON EMBEDDED TCHNLOGY

2431


What are the commonly found errors in embedded systems?

425


Tell me how many types of ipc mechanism you know?

457


How can you reduce memory requirements in embedded systems?

480


What are real-time embedded systems?

447