Digital Logic Circuits, NAND, NOR

CharliePark·2020년 9월 13일
0

TIL

목록 보기
34/67

Digital Logic Circuits

series circuit = AND

parallel circuit = OR

zero and one = bits = binary digits

 

Black Boxes and Gates

Boolean Expressions

(pq)¬r(p \lor q) \land \neg r

Truth Tables and Circuits

Express all the 'Truth' outputs using only 'and'

connect all those statements using 'or'

then, you can make circuits using those boolean expressions

Equivalent Circuits

If inputs and outputs of two circuits are the same, then the two circuits are equivalent

NAND and NOR Gates

NAND : p  qp\ |\ q

pqp  qTTFTFTFTTFFT\begin{matrix} p & q & p\ |\ q \\ T & T & F \\ T & F & T \\ F & T & T \\ F & F & T \end{matrix}

NOR : pqp \downarrow q

pqpqTTFTFFFTFFFT\begin{matrix} p & q & p \downarrow q \\ T & T & F \\ T & F & F \\ F & T & F \\ F & F & T \end{matrix}

0개의 댓글