DERIVING THE CIRCUIT OF FLIPFLOP (from digital components): To understand the logic let’s consider a basic circuit of an inverter with a feedback as below: Now what would be the output of the circuit? We know what ever is at input, we’ll get inverse of that at output and as output is fed back to input […]
Tag: or
Logic Gates
Following are the basic logical operations which we can operate on binary variables: AND: This operation is represented by dot (.) If we two binary variables as x and y then we can represent AND operation by z=x.y and resultant of the operations is also a binary variable. Following table represents result of AND of every […]