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
How does the interrupts handle by using the threads?
What source control systems have you worked with?
What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?
What are the differences between mocks and stubs/fakes and where you might use them.
Discuss the concept of yagni.
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
Left to your own devices, what would you create?
Explain what are the essential components of embedded system?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
What is digital signal controller ?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
What are the uses of the keyword volatile?
Show me a portfolio of all the applications you worked on, and tell me how you contributed to design them.
Explain me how does the interrupt architecture works?
What is the difference between hardware design and software design?