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
What type of software simulator and developer have you used?
Tell me what is interrupt latency?
What are the commonly found errors in embedded systems?
What is pass by value and pass by reference? How are structure passed as arguments?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
Explain me what is spin lock?
Tell me can we use any function inside isr?
A=7; b=8; x=a++-b; printf(ā%dā, x ); what does this code give as output?
Tell me why is java mostly used in embedded systems?
Describe the life-cycle of a software development (application design) process.
How does inversion of control relate to dependency injection?
What is priority inheritance?
What is the difference between hardware design and software design?
How to reduce function call overhead in arm based systems
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)