Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / esther
Add the digits and check the sum. It would imply a 3-bit
adder (max. value = 8 can be represented with three bits)
and compare the result to 011.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
As you know a vast majority of high performance embedded systems today use risc architecture why?
What is return type of isr?
Explain what are the differences between analytical and computational modeling?
What is loop unrolling?
What is endianness of a system and how do different systems communicate with each other?
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
Implement a
How can you reduce interrupt latency?
What is interrupt latency? How can you reduce it?
Tell me what is a watchdog timer?
Explain the components of an embedded system?
What is the need for an infinite loop in embedded systems?
Whose blogs or podcasts do you follow? Do you blog or podcast?
What are the qualifiers in c?
Explain me what is endianness of a system and how do different systems communicate with each other?