How do you detect a sequence of "1101" arriving serially
from a signal line?
Answers were Sorted based on User's Feedback
Answer / neelesh bansal
try finite state machine logic it will definitely give the
output
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / av
Use 4 D-bascules connected in serial, all synchronized with
the same CLK. Then connect all 4 outputs, & 2nd output must
reverse, of the D-bascule to an AND logic. The output of
the AND logic sould have '1' when it detectes "1101". This
technic oftenly use for glitch detection in the signal.
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the boons and banes of having more general purpose registers in a microprocessor.
Design a transmission gate based xor.
What is the software interrupts of 8085?
State the type of addressing modes supported by the 8086?
State an interrupt that is not level sensitive?
Define the architecture of the 8085 microprocessor?
What is meant by a bus?
Why subroutine used in programs?
Explain the different modes of operations of the 8086?
What are the different type of registers used in 8085?
What are the Interrupts available in 8051 microcontroller?
What is stack pointer?