Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / priya
keep the number in A reg and ratate it 8 times if carry
generates more than 3 it will indicate a non desired numer
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Why are interfaces important?
Why embedded system is useful?
How does the interrupts handle by using the threads?
Have you designed ui, user interface?
Explain the concept of convention over configuration, and talk about an example of convention over configuration you have seen in the wild.
What are the different types of customizations that is used with the “volatile” keyword?
What is the use of having the const qualifier?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
How can to check the working of a sensor deployed in a project?
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
Tell me how are macros different from inline functions?
Tell me what is the difference between hard real-time and soft real-time os?
Why are patterns important?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
Explain what is interrupt latency? How can you reduce it?