Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)
Answer Posted / jayasuriya
Use a 8 bit parallel in serial out shift register. Use the
serial out bit to increment a counter(a 3 bit register), if
its one. After 8 shifts, compare the counter with 011b to
detect 3.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is difference between binary semaphore and mutex?
What is difference between using a macro and a in line function?
Tell me about 3 times you failed.
What is the size of the int, char and float data types?
Explain the difference between a microcontroller and an embedded system?
Explain me why is model transformations used in the embedded system?
Explain me what is semaphore?
What are the differences between mocks and stubs/fakes and where you might use them.
Explain the differences between analytical and computational modeling?
Mention what are the essential components of embedded system?
Are you familiar with design patterns? What design software have you used and in what situations?
what are buses used for communication in embedded system?
Discuss the differences between mocks and stubs/fakes and where you might use them (answers aren't that important here, just the discussion that would ensue).
Tell me what is the function of dma controlled in embedded system?
What are the advantages and disadvantages of embedded system?