Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / aiyush
The first guy's got it write, every other answer is more
complicated than needed. Also, we cannot use a 3-input AND
like the second guy said b/c we are given 8 bits, not 3. A
3-bit adder and a comparator is all you need.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Are you familiar with design patterns? What design software have you used and in what situations?
List out some of the commonly found errors in Embedded Systems?
What is digital signal controller ?
Explain the difference between a microcontroller and an embedded system?
Tell me what is the function of dma controlled in embedded system?
Tell me why embedded system is useful?
How does the interrupt architecture works?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
Tell me what are buses used for communication in embedded system?
Tell me what is microcontroller?
Explain the difference between risc and cisc processor?
Tell me can structures be passed to the functions by value?
what is the difference between embedded systems and the system in which rtos is running?
Explain what is size of character, integer, integer pointer, character pointer?
Tell me what is difference between binary semaphore and mutex?