Virtual University of Pakistan: CS 302 Digital Logic Design
Virtual University of Pakistan: CS 302 Digital Logic Design
Submitted by:
Name: Student ID: Umer Sabah mc120202348
MC120202348 Statement: Design a counter which counts the binary numbers with irregular sequence as 001(1), 010(2), 101(5), 111(7) and again 001(1). Use J-K flip-flops. You are required to provide following steps while designing the counter. 1. State Diagram 2. Next-State Table 3. Karnaugh Maps 4. Counter Circuit
ANSWER:
Next State Table PRESENT STATE Q2 Q1 Q0 0 0 1 0 1 0 1 0 1 1 1 1 NEXT STATE Q2 Q1 Q0 0 1 0 1 0 1 1 1 1 0 0 1
Transaction table for J or K Flip Flop OUTPUT Transition QN QN+1 0 0 0 1 1 0 1 1 Flip Flop Inputs J K 0 X 1 X X 1 X 0
MC120202348
MC120202348