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
How does the interrupts handle by using the threads?
Describe to me some bad code you've read or inherited lately.
What type of scheduling is there in rtos?
What's your experience with qa engineering?
what is embedded system in a computer system?
Why would you choose java in embedded systems?
Describe the life-cycle of a software development (application design) process.
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
What is the purpose of a watchdog timer?
What is spin lock?
How do the mvp, mvc, and mvvm patterns relate?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
Tell me about some of your hobby projects that you've written in your off time.
Differentiate testing and verification?
What do you mean by interrupt latency?