virtual-labs-archive / digital-logic-design-iiith

Other
3 stars 61 forks source link

Latch and Flip flops_Theory #167

Open chinnusai25 opened 5 years ago

chinnusai25 commented 5 years ago

Defect description: In Theory section,given information says that " feedback maintains the Q and Q outputs in a constant state, with Q the complement of Q" but there is a typo that, "Q" should be replaced with " Q'(Qbar)"(reason:Since Q' is the representation of Q complement)

Steps to reproduce the issue : On selecting "Digital Logic Design Lab",on clicking "List of experiments" on the left side,and on selecting "Latch and Flip flops",then on selecting "Theory".

Digital Logic Design Lab -> List of experiments -> Latch and Flip flops -> Theory

Test step link: http://cse15-iiith.vlabs.ac.in/exp6/Theory.html?domain=Computer%20Science&lab=DLD%20Lab

Expected result: It should be --- " Q' should be written as Q's complement "

Actual result: It shows --- " Q the complement of Q "

Screenshot: Screenshot from 2019-03-17 04-06-18

SupreethSudhakaranMenon commented 5 years ago

As per the issue #167 i have resolved the issue and have met the requirements by making the proper corrections in the Theory part of the experiment #167