Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 써킷
- CNF
- truth table
- Logical statement
- statement equivalence
- Tautology
- Gate
- Sentiment Analysis
- dnf
- 모두의네트워크정리
- 십진법
- Decimal notation
- 모순명제
- GPT-1
- Contradiction
- 진리표
- 모두의네트워크
- cnn
- 명제 동치
- half adder
- 항진명제
- relationaldatabaseschema
- Digital Logic Circuits
- full adder
- Circuit
- 이진법 십진법 변환
- Binary notation
- 명제
- ermodel
- 모두의네트워크요약
Archives
- Today
- Total
목록Gate (1)
NLP Learner in Switzerland
Digital Logic Circuits Lab Exercise(DNF, CNF, Circuit)
Chapter : Digital Logic Circuits Topic : DNF, CNF, Circuit 1. 5개의 스위치가 ON인 경우를 주고 logical formula 및 circuit을 도출하라는 문제이다. 2. 2개 이상 켜지면 ON인데, 이건 경우의 수가 많다. 따라서 반대로 하나도 안 켜지거나 1개만 켜진 케이스를 나열했다. 그 후 CNF로 s의 logical expression을 도출해내고, circuit을 그렸다. 3. Solution 아래 이미지 참조. 1. NAND(NOT AND) gate로만 OR gate를 만들어내는 문제이다. 2. a OR b = a∨b의 logical expression을 확장시켜서 NOT AND = ~(a∧b)의 형태로 나타낼 수 있도록 만들어본다. 3. S..
Foundation of Computing/Exercise
2021. 5. 29. 05:00