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
What is the repository pattern? Why are patterns important?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
How are macros different from inline functions?
When do you know your code is ready for production?
Tell me what type of scheduling is there in rtos?
What is refactoring? Have you used it and it is important? Name three common refactorings.
Suppose you buy some rtos, what are the features you look for in?
A=7; b=8; x=a++-b; printf(ā%dā, x ); what does this code give as output?
What is interaction semantics used in embedded systems?
Please write a program to show the functionality of power-save super loop?
You've just been assigned to a project in a new technology how would you get started?
Tell me what are the functional requirements that are used in the embedded systems?
What is the function of watchdog timer in embedded system?
Tell me what is embedded system in a computer system?
Explain the differences between analytical and computational modeling?