Question

Design an even parity detection circuit. A parity bit is an error checking mechanism. Your circuit...

Design an even parity detection circuit. A parity bit is an error checking mechanism. Your circuit will count the number of 1’s in a stream of bits. If the number of 1’s is even, the circuit turns on an output called Y. Assume a single bit at each cycle – call the input X. Do not use an accumulator or counter. Design the even parity detection circuit using J-K flip-flops. Your answer must include: a. The state diagram. b. The state table. c. Simplified equations – use either Boolean algebra or k-maps. d. The final circuit(s).

Homework Answers

Answer #1

The State Diagram

The State Table

State Assignment

Since there are three states, we can use two flip flops. So the sates are assigned as

The Design Table

The design table is filled by assigning the values to the state table. And then filling the J and K values required using the excitation table of JK fillip flop

Now lets draw the K map for

The output will be high when the state is S2. So the output will be

So the circuit diagram will be

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Design 3 - Bit sequential counter with D Flip-Flops. Provide the below: 1. State Diagram: 2....
Design 3 - Bit sequential counter with D Flip-Flops. Provide the below: 1. State Diagram: 2. State Table: 3. K-maps and equations: 4. Logic Diagram:
Design 3 - Bit sequential counter with T Flip-Flops. Provide the below: 1. State Diagram: 2....
Design 3 - Bit sequential counter with T Flip-Flops. Provide the below: 1. State Diagram: 2. State Table: 3. K-maps and equations: 4. Logic Diagram:
Using T-Flip-flops, design a 3-bit register/counter circuit with bits [A2 A1 A0]. The circuit operations are...
Using T-Flip-flops, design a 3-bit register/counter circuit with bits [A2 A1 A0]. The circuit operations are described in the following table. Show all design details, i.e., write down steps and equations and draw the detailed circuit diagram. S2 S1 S0 Operation 0 0 0 No change 0 0 1 Rotate left 0 1 0 Rotate right 0 1 1 Reset 1 0 0 Set 1 0 1 Count down 1 1 0 Count up 1 1 1 Load external bits...
Use JK Flip Flop to design a 2-bit synchronous counter (up counter) that counts down as...
Use JK Flip Flop to design a 2-bit synchronous counter (up counter) that counts down as given: AB = 01, 11, 00, 10, and then again 01. Show the design steps (e.g state table, j and k inputs for k-maps etc) and draw the final circuit.
3. Parity generator [20] Submission file for this part: 3.circ Main circuit name: paritygen Input pin(s):...
3. Parity generator [20] Submission file for this part: 3.circ Main circuit name: paritygen Input pin(s): inputw [1], sysclock [1] Output pin(s): outputq [1] Derive a minimal state table for a Moore model FSM that acts as a three-bit parity generator. For every three bits that are observed on inputw during three consecutive clock cycles, the FSM generates the parity bit outputq = 1 if the number of 1s received in the sequence so far is odd. Thus, this is...
Design a circuit for a synchronous 4-bit counter. Your counter should count up starting from 0...
Design a circuit for a synchronous 4-bit counter. Your counter should count up starting from 0 to 9 (00002 to 10012) and then wind back to 0 (00002) – after 9, it should go back to 0. Use 4 JK flip-flops and any other gates you need. Include your design documentation in your submission: a. Truth table b. Simplification (show your work) 2. Build this circuit in Logisim. Please label each gate, including flip-flops. You may need the following wiring...
Using Quartus II and the DE2 board, design and demonstrate a 3-bit up-counter; use D flip...
Using Quartus II and the DE2 board, design and demonstrate a 3-bit up-counter; use D flip flops for this project. Use one of the debounce switches for a clock and 3 LEDs to indicate the count. Implementing PRE and CLR will improve your design. 1. Please hand in a schematic and functional and timing simulation of your circuit.
We wish to design a digital system with two flip-flops, say B and C, and one...
We wish to design a digital system with two flip-flops, say B and C, and one 10 bit binary Counter A, in which the individual flip-flops are denoted by A10, A9, A8, A7, A6, A5, A4, A3, A2, A1. A start signal S initiates the system operation by clearing the counter A and flip-flop C, and setting flip-flop B to one. The counter is then incremented by one starting from the next clock pulse and continues to increment until the...
Design a 6-bit, shift-right register with D flip flops, and use it to implement a circuit...
Design a 6-bit, shift-right register with D flip flops, and use it to implement a circuit that detects the sequence “010010” (the rightmost bit is the first arriving). Information shifts one position right when a positiv edge of clk occurs The circuit has the following inputs and outputs (use exactly these names for inputs and outputs. Respect upper and lower case): clk: Input. Clock signal. RST: Reset signal. When RST = 1 flip flops are reset to 0. IN: Data...
by MULTISIM Design a 4 bit Counter that displays even numbers when a switch on, and...
by MULTISIM Design a 4 bit Counter that displays even numbers when a switch on, and odd when the switch off . i want you to desgin that cirucit in MULTIsim by useing Jk flip flop please make it easy to understand and memories =[ that mean if it was even= 0 its will count 0 , 2 , 4 ,6 , 8 , 10 , 14 if it is odd = 1 its will count 1 , 3 ,...