Simplify the boolean expression ¬(A.B)+A.

¬(A.B)+A -- given in question. =(¬A+¬B)+A -- using De Morgan's Law. =¬A+¬B+A -- can remove the brackets. =1+¬B -- using identity ¬A+A = 1.=1 -- using identity 1 + anything = 1.

Related Computing A Level answers

All answers ▸

What is the main difference between the Stack and the Queue abstract data types?


What is the difference between HTML, CSS and JavaScript


Explain how the fetch execute cycle works? Include the specific registers and buses being used


What is the difference between a high level language and a low level language?