Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / josh
3 input AND those 3 bits. No adder needed...
| Is This Answer Correct ? | 0 Yes | 18 No |
Post New Answer View All Answers
How do you reduce interrupt latency?
What is solid?
What are the different types of embedded systems?
How does input/output bus functions?
What is interaction semantics used in embedded systems?
Tell me why cannot arrays be passed by values to functions?
Tell me what is null pointer and what is its use?
Mention what are buses used for communication in embedded system?
Explain the concept of separation of concerns?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What is mutex in an embedded system?
Tell me what are the commonly found errors in embedded systems?
What is null pointer and what is its use?
What is the difference between testing and verification?
Tell me what is isr?