De Morgan's Laws: !(a && b) is equivalent to !a || !b; !(a || b) is equivalent to !a && !b.
How to apply it: Apply De Morgan's Laws to simplify or negate compound boolean expressions on the exam.
Course: AP Computer Science A · Unit: Boolean Expressions and if Statements
Practice questions about De Morgan's Laws on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.