Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / arnab kumar biswas
2 bit adder will do the trick.give 0 to one i/p.and transmit
the bits serially one by one to the other i/p.o/p of the
adder goes to latch,where it will stay until 8 bits have
come.then use comparator to compare if answer is 3 or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is continuous integration? Why is it important?
Explain me what are the rules followed by mutexes?
What source control systems have you worked with?
How to reduce function call overhead in arm based systems
Tell me what are the different types of buses used by the embedded systems?
What's risc architecture?
Can you name any code testing tools?
A vast majority of high performance embedded systems today use risc architecture why?
Do you know what is priority inheritance?
Explain me can we use printf inside isr?
You've just been assigned to a project in a new technology how would you get started?
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
Explain scope of static variables?
Tell me how are macros different from inline functions?
Tell me what is the function of simple thread poll in embedded system?