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
What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?
How i/o devices are classified for embedded system?
What is kernel paging?
Explain the difference between a microcontroller and an embedded system?
Tell me why embedded system is useful?
Which is the best way to write loops?
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
What elements of oo design are most prone to abuse? How would you mitigate that?
What type of scheduling is there in rtos?
Explain me how does the interrupt architecture works?
What is the significance of watchdog timer in es?
What source control systems have you worked with?
Which parameters decide the size of data type for a processor?
How does the interrupts handle by using the threads?
What is pass by value and pass by reference? How are structure passed as arguments?