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 use of volatile keyword?
Tell me what is the need for dmac in es?
Why do we need virtual device drivers when we have physical device drivers?
Tell me can structures be passed to the functions by value?
What are the uses of the keyword static?
How does the interrupts handle by using the threads?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
What is the significance of watchdog timer in embedded systems?
Tell me what are the 4 types of inheritance relationship?
How does a 3 tier application differ from a 2 tier one?
What is equ?
What software languages have you used to design, develop, and debug software application interfaces?
Tell me what is interaction semantics used in embedded systems?
What type of scheduling is there in rtos?
Scope of static variables?