Tuesday 11 July 2017

logic gates - How do we decide which circuit is a latch?





  1. Will A and B always be the complement of one another regardless of what logic gates we use in the latch-like circuit? For instance (the two circuits shown as examples):




  2. How do we decide whether A and B will be the complement of one another or not?




  3. How to find the invalid states?





  4. Are these two latches?




schematic


simulate this circuit – Schematic created using CircuitLab


OR


schematic


simulate this circuit


I have tried following a few videos for instance this. But the presenter says that a certain state is invalid because Q and Q' should be the complement of each other. But how do we decide/prove that Q and Q' are the complement of one another?


UPDATE:



Truth Table of First Circuit:


enter image description here


How do I derive answers to the above questions from here.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...