Skip to content
Logic Calculator
Calculator
Synthesis
Learn
Dictionary
Exercises
Select theme:
System
Select Language:
🇬🇧
English
Menu
Calculator
Synthesis
Learn
Dictionary
Exercises
Theme
Select theme:
System
Language
Select Language:
🇬🇧
English
←
Back to Exercises
0:00
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Multiple Choice
How is the formula
¬P ∧ Q
grouped?
¬P ∧ Q
(¬P) ∧ Q — the negation applies to P alone
¬(P ∧ Q) — the negation applies to the whole conjunction
Either reading works, because the two are equivalent
The formula is not well formed
Get Hint
Start Training from Here
Submit
Learn the theory
The guides that explain what this exercise practices.
Introduction to Propositional Calculus
→
Learn about propositions, truth tables, logical operators, and how to construct and evaluate logical expressions in propositional logic.
Logic in Programming
→
Learn how Boolean logic, operators, and logical reasoning are essential to writing code, from control flow and conditionals to program verification and testing.
Related Exercises
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Multiple Choice
Your keyboard has no arrow key for →. What do you type in the calculator to…
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Expression Evaluation
Evaluate the following expression: P ∧ Q when P = true and Q = true
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Expression Evaluation
Evaluate the following expression: P ∨ Q when P = false and Q = true
Difficulty:
Intermediate
Category:
Propositional Logic
Type:
Expression Evaluation
Evaluate the following expression: P → Q when P = true and Q = false
←
Previous
Which sentence says the same as ¬(P ∧ Q)?
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Multiple Choice
Next
→
In P → Q, P ⊨ Q, what does the symbol ⊨ mean?
Difficulty:
Beginner
Category:
Propositional Logic
Type:
Multiple Choice