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
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
When do you know your code is ready for production?
What buses are used for communication in embedded system?
Tell me what is the difference between hard real-time and soft real-time os?
Is count down_to_zero loop better than count_up_loops?
Tell me what is top half & bottom half of a kernel?
Tell me what are the functional requirements that are used in the embedded systems?
Why continuous integration is important?
What kinds of problems can you hit with locking model?
Explain me why is model transformations used in the embedded system?
What are the qualifiers in c?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
What is the repository pattern? Why are patterns important?
What is a 'const' variable?
What is null pointer and what is its use?