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
What are the languages used in embedded system?
Tell me why embedded system is useful?
What is a 'const' variable?
What's your experience with technical documentation?
Can you please explain the difference between mutexes vs semaphores?
What is dma in an embedded system?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
What are the most common errors you've found in embedded systems and how have you resolved them?
How does the addition of service orientation change systems? When is it appropriate to use?
Tell me can a pointer be volatile?
Explain the difference between risc and cisc processor?
What software languages have you used to design, develop, and debug software application interfaces?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Explain scope of static variables?
What is size of character, integer, integer pointer, character pointer?