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 are local and global variables are allocated by compiler.
What is loop unrolling?
Given time, cost, client satisfaction and best practices, how will you prioritize them for a project you are working on? Explain why.
What software languages have you used to design, develop, and debug software application interfaces?
Explain the components of an embedded system?
Why embedded system is useful?
Why do we need virtual device drivers when we have physical device drivers?
Tell me what is embedded system in a computer system?
What is the repository pattern? Why are patterns important?
Describe the structure and contents of a design document, or a set of design documents, for a multi-tiered web application.
Have you designed ui, user interface?
Explain me how does the interrupt architecture works?
Tell me what is top half & bottom half of a kernel?
Implement a
What happens when recursion functions are declared inline?