Propositional Logic and Circuits Flashcards
Compound Proposition
A proposition built from an atomic proposition:
Logic is easy -> Logic is not hard
|=
⊥
Special proposition, which is false under every interpretation
Modus Ponens
Direct Proof
Reductio Ad Absurdum
Proof by contradiction
Modus Tollens
If p implies q, and q is false, then p is false.
Case Analysis
Logic Equivalent
P ≡ Q
Same truth values under every possible interpretation/ same DNF.
Disjunctive Normal Form
The values where the truth table’s result is true.
Equivalence
Same output considering same inputs.
≡
Reflexive, Transitive, Symmetric
T
True for everything.
Sequential Gate
Can loop back round in on itself.
Latch
A flip/flop circuit
Mostly remains 0, but you can supply something to make it 1.
Two’s Complement
Converting a positive binary number to a negative one.
Half Adder
Full Adder
Half Adder - The half adder circuit has two inputs: A and B, which add two input digits and generates a carry and a sum.
Full Adder - A full adder takes two binary numbers plus a carry or overflow bit. The output is a sum and another carry bit.
Scientific Notation (Standard Form)
10^3 = 1000, so 4 × 10^3 = 4000
Binary Fractions
Positional system
Multiply each digit by its place value
Floating Point Numbers
Hell