Link Search Menu Expand Document

JK latch

Table of contents

  1. Introduction
  2. State table

Introduction

JK latch is similar to RS latch. This latch consists of 2 inputs J and K as shown in the below figure. The ambiguous state has been eliminated here: when the inputs of Jk latch are high, then output toggles. The output feedback to inputs is the only difference that can be seen here, which is not there in the RS latch.

State table

J K Q(t+1)
0 0 Q(t)
0 1 0
1 0 1
1 1 Q(t)’