Radix: 밑수, 진법체계의 기준이 되는 수(Ex> 2진수의 radix:2)
Nibble: 4bit
Hexadecimal: 16진법
[operator & gate]
And, Not, Or operator & gate
Not operator는 Inverse 또는 complement operator라고도 부릅니다.
gate의 형태는 아래와 같은 symbol로 표시할 수 있습니다.

[Logical Function <-> Logic circuit]
synthesis : Logical Function -> Logic circuit (회로를 그리는 과정)
analysis : Logical Function <- Logic circuit (회로를 분석하는 과정)
728x90
'논리회로' 카테고리의 다른 글
Fundamentals of Digital Logic with VDHL Design third Edition chapter 5 문제풀이 (0) | 2023.04.16 |
---|---|
논리회로 - Boolean Algebra (0) | 2023.03.19 |
논리회로 - 복잡성(비용) 계산(complexity of Logic function) (0) | 2023.03.16 |
논리회로 - Karnaugh map(카르노 맵) (0) | 2023.03.16 |
논리회로 - Canonical form and min/maxterm (0) | 2023.03.14 |