-
unit1.2 Boolean function🏢 컴퓨터구조/NAND to Tetris 2022. 7. 19. 07:47
Any boolean function can be represented using an expression contains AND and NOT operation
proof :
(x OR y) = NOT(NOT(x) AND NOT(y))
definition : x NAND y = NOT (x AND y)
Any boolean function can be represented using an expression contains only NAND operation
proof :
NOT(x) = x NAND x
x AND y = NOT ( x NAND y) = ( x NAND y) NAND ( x NAND y)
'🏢 컴퓨터구조 > NAND to Tetris' 카테고리의 다른 글
Module 1: Boolean Functions and Gate Logic (0) 2022.07.18 [Coursera 강의 추천] from NAND to Tetris (0) 2022.07.18