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

Please explain the difference between mutexes vs semaphores?

437


Discuss the concept of yagni and explain something you did recently that adhered to this practice.

402


Explain me what is the difference between microprocessor and microcontroller?

477


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

432


Which parameters decide the size of data type for a processor?

476






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

447


What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?

434


What are the languages used in embedded system?

445


How are local and global variables are allocated by compiler.

491


Tell me what happens when recursive functions are declared inline?

444


Tell me significance of watchdog timer in embedded systems?

469


Explain interrupt latency and how can we decrease it?

451


What is watchdog timer?

507


What is inversion of control?

475


Explain various uses of timers in embedded system?

474