Computer Studies
Logic Gates & Boolean Algebra
For a NOR gate with A=0 and B=0 what is the output?
Explanation
NOR gate produces output 1 ONLY when all inputs are 0. Since A=0 and B=0 the OR result is 0 and inverting gives 1.
Reference: Computer Studies Textbook
, Page 7