SR Latch Initialization ?

Thread Starter

parkhid

Joined Dec 20, 2010
7
In the name of God
-------------------------
Hi , as far as we know , this is SR latch figure.


I am wondering how this circuit will work ?

We have not the value of Q to NOR it by S .
We have not the value of !Q to NOR it by R .

How people have drawn a truth table for it ???

Please Help me to understand..

Thanks in advance
 

Thread Starter

parkhid

Joined Dec 20, 2010
7
But
According to the first Nor gate ,it needs !Q also to NOR it with R signal.
Where is The !Q value ?
-------------

Thanks in advance
 

Jony130

Joined Feb 17, 2009
5,488
But
According to the first Nor gate ,it needs !Q also to NOR it with R signal.
Where is The !Q value ?
-------------

Thanks in advance
You do not need to know !Q if you put H to R terminal.

NOR truth table

A B Q
0 0 1
0 1 0
1 0 0
1 1 0

If one or both input is HIGH (1), a LOW output (0) results
 
Top