Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / jayasuriya
Use a 8 bit parallel in serial out shift register. Use the
serial out bit to increment a counter(a 3 bit register), if
its one. After 8 shifts, compare the counter with 011b to
detect 3.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Explain difference between risc and cisc processor?
Tell me what are the uses of the keyword volatile?
What do you do when you get stuck with a problem you can't solve?
Tell me why embedded system is useful?
Tell me what is embedded system in a computer system?
Explain me what is spin lock?
What is the repository pattern? Why are patterns important?
Mention what are buses used for communication in embedded system?
What are the different types of buses used by the embedded systems?
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
Whose blogs or podcasts do you follow? Do you blog or podcast?
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Explain me can we use printf inside isr?
What is isr? Can they be passed any parameter and can they return a value?
What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?