computer science notes ISC class 12
computer science notes ISC class 12
- **Propositional Logic**: Branch of logic that deals with propositions and their relationships.
- **Propositions**: Statements that are either true or false, e.g., "It is raining."
- **Logical Operators**: AND (AND), OR (OR), NOT (NOT), Implication (->), Biconditional (<->).
- Tables that list all possible truth values of propositions and their combinations.
- **De Morgan's Theorems**: NOT (A AND B) = NOT A OR NOT B; NOT (A OR B) = NOT A AND
NOT B.
#### Theorems
- **Idempotence**: A AND A = A; A OR A = A.
- **Absorption**: A OR (A AND B) = A.
#### Applications
#### Statements
#### Methods
#### Recursion