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 ▸

How does a HDD (Hard drive disk) work?


Describe Round Robin Scheduling


What is recursion and why is it useful?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)