in CO and Architecture
741 views
1 vote
1 vote

A toggling can be done using a single logic circuit is:

a) AND gate

b)X-OR gate

c)X NOR gate

d)NOR gate

in CO and Architecture
741 views

1 comment

hello what is meant by toggling
0
0

1 Answer

0 votes
0 votes

d) NOR Gate. 

For inputs A and B, output Y of NOR gate is 

Y = $\overline{A + B}$

Now for single input, let A = B

$\therefore$ Y = $\overline{A + A}$ = $\overline{A }$

Hence for input A, output is toggled.