Describe a finite state machine that will detect three
consecutive coin tosses (of one coin) that results in heads.

Answer Posted / 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 ?    75 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the working of 4-bit Up/down Counter?

4023


If not into production, how far did you follow the design and why did not you see it into production?

1699


How binary number can give a signal or convert into a digital signal?

703


Explain how Verilog is different to normal programming language?

700


Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram

875






What is the purpose of having depletion mode device?

631


Explain the Various steps in Synthesis?

2847


Explain what is the use of defpararm?

677


Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

1075


Explain the Charge Sharing problem while sampling data from a Bus?

4210


What happens if we use an Inverter instead of the Differential Sense Amplifier?

2497


Calculate rise delay of a 3-input NAND gate driving a 3-input NOR gate through a 6mm long and 0.45m wide metal wire with sheet resistance R = 0.065 / and Cpermicron= 0.25 fF/m. The resistance and capacitance of the unit NMOS are 6.5k and 2.5fF. Use a 3 segment -model for the wire. Consider PMOS and NMOS size of reference inverter as 2 and 1 respectively. Use appropriate sizing for the NAND and NOR gate.

3404


Design an 8 is to 3 encoder using 4 is to encoder?

884


Explain the operation of a 6T-SRAM cell?

4089


6-T XOR gate?

3814