and it equals !Q. ! inverts the bits, so if Q were represented by bit 1 in 00010 then !Q would be 11101.
Therefore (11101 && 11101) = ?? 11101 which is TRUE since logical TRUE is NOT 0000000.
and it equals !Q. ! inverts the bits, so if Q were represented by bit 1 in 00010 then !Q would be 11101.
Therefore (11101 && 11101) = ?? 11101 which is TRUE since logical TRUE is NOT 0000000.