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 components of embedded system?
Explain the difference between testing and verification?
What are the advantages and disadvantages of separation of concerns?
What is spin lock?
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
Tell me what are the uses of the keyword volatile?
Explain the concept of separation of concerns and it's pros and cons.
What are the essential components of embedded system?
A vast majority of high performance embedded systems today use risc architecture why?
Explain how does combination of functions reduce memory requirements in embedded systems?
Tell me what is the function of simple thread poll in embedded system?
What is difference between using a macro and inline function?
What are the most common errors you've found in embedded systems?
Tell me what is isr?
Why embedded system is useful?