Describe a finite state machine that will detect three
consecutive coin tosses (of one coin) that results in heads.
Answer / amar
State machine to detect 3 consecutive heads appearing in
multiple tosses;
state 1 : initial state
As long as the toss results in TAIL , in this state
If the toss results in HEAD go to state 2
state 2 : HEAD1 resulted
in the next toss , If TAIL is resulted go to
the initial state1 . If HEAD is resulted go to
state3.
state3 : HEAD2 is resulted
in the next toss , If TAIL is resulted go to
the initial state1 . If HEAD is resulted go to
state4.
state4 : HEAD3 is resulted and this is the final state
As long as the HEAD results in each next toss
be in state 4. If any toss results in TAIL go to
initial state1
| Is This Answer Correct ? | 77 Yes | 3 No |
Draw the Layout of an Inverter?
Define threshold voltage?
32 Answers College School Exams Tests, Intel, JHG, Wipro,
How to find the read failiure probablity in SRAM?
What is LVS, DRC?
What is look up table in vlsi?
What is the function of tie-high and tie-low cells?
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
For f = AB+CD if B is S-a-1, what are the test vectors needed to detect the fault?
Differences between functions and Procedures in VHDL?
How does Resistance of the metal lines vary with increasing thickness and increasing length?
what is the use of defpararm?
What is Cross Talk?