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

Do you know what is the function of watchdog timer in embedded system?

421


Tell me why embedded system is useful?

439


Explain me what is spin lock?

420


Do you know what is virtual memory?

413


Explain what are real-time embedded systems?

580






What is the last programming book you read?

426


What's yagni? Is this list of questions an example?

441


Can you name any code testing tools?

491


What happens when recursion functions are declared inline?

445


Tell me what are the different types of buses used by the embedded systems?

418


Tell me what happens when recursive functions are declared inline?

440


Can you have constant volatile variables?

436


what is embedded system in a computer system?

456


What is the scope of a function that is declared as static?

449


Tell me how are macros different from inline functions?

457