본문 바로가기

분류 전체보기

(15)
[이산수학] 영어 문장을 논리로 변환, 시스템 명세 (Translating English to Propositinal Logic & System Specifications) [Discrete Mathematics] p.20-22 https://midoriprogramming.tistory.com/7 [이산수학] 논리 연산자의 우선순위, 동치 판단 (Precedence of Logical Operators) [Discrete Mathematics] p.12-13 https://midoriprogramming.tistory.com/6 [이산수학] 복합명제의 진리표 (Constructing Propositions' Truth Table) [Discrete Mathematics] p.12 https://midoriprogramming.tis.. midoriprogramming.tistory.com 지난 시간에 논리 연산자의 우선순위, 명제의 동치 판단에 대해서 알아봤다. 이번에는 ..
[이산수학] 논리 연산자의 우선순위, 동치 판단 (Precedence of Logical Operators) [Discrete Mathematics] p.12-13 https://midoriprogramming.tistory.com/6 [이산수학] 복합명제의 진리표 (Constructing Propositions' Truth Table) [Discrete Mathematics] p.12 https://midoriprogramming.tistory.com/5 [이산수학] 명제와 명제 논리, 연산자 (Propositions & Propositional Logic) [Discrete Mathematics] p.1-11 ○ 명제 (Propositions) 명제.. midoriprogramming.tistory.com 지난 시간에 복합명제의 진리표를 만드는 방법에 대해서 알아봤다. 이번에는 논리 연산자의 우선순위, 동치..
[이산수학] 복합명제의 진리표 (Constructing Propositions' Truth Table) [Discrete Mathematics] p.12 https://midoriprogramming.tistory.com/5 [이산수학] 명제와 명제 논리, 연산자 (Propositions & Propositional Logic) [Discrete Mathematics] p.1-11 ○ 명제 (Propositions) 명제는 참과 거짓 중 하나를 나타내는 선언문이다. (A proposition is a declarative sentence that is either true or false) 논리의 기본적인 구성요소.. midoriprogramming.tistory.com 지난 시간에 명제, 명제 논리, 연산자에 대해서 알아봤다. 이번에는 복합명제의 진리표에 대해서 알아보겠다. ○ 복합명제의 진리표 (Tru..
[이산수학] 명제와 명제 논리, 연산자 (Propositions & Propositional Logic) [Discrete Mathematics] p.1-11 ○ 명제 (Propositions) 명제는 참과 거짓 중 하나를 나타내는 선언문이다. (A proposition is a declarative sentence that is either true or false) 논리의 기본적인 구성요소다. ● 올바른 명제 예시 1) The Sun is made of cheese. 2) 대한민국의 수도는 서울이다. 3) 1 + 2 = 3 4) 3 + 2 = 0 모두 올바른 명제의 예시다. 1번은 태양은 치즈로 만들어지지 않았으므로 분명히 거짓인 선언문이다. 2번은 대한민국의 수도는 서울이므로 참인 선언문이다. 3번은 참인 수식이므로 선언문이다. 4번은 거짓인 수식이므로 선언문이다. 수식도 선언문이다. ● 잘못된 명제 ..
[논리회로] 10진수에서 2진수로 전환하는 방법 (Decimal to Binary Conversion), Repeated Division [Digital Systems] p59-60 https://midoriprogramming.tistory.com/3 [논리회로] 2진수에서 10진수로 전환하는 방법 (Binary to Decimal Conversion) [Digital Systems] p.58 https://midoriprogramming.tistory.com/2 [논리회로] 디지털 수 체계 10진수와 2진수의 이해(Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Dig.. midoriprogramming.tistory.com 지난 시간에 2진수를 10진수로 전환하는 방법에 대해서 알아봤다. 이번에는 10진수를 2진수로 전환하는 방법에 대해서 알아..
[논리회로] 2진수에서 10진수로 전환하는 방법 (Binary to Decimal Conversion) [Digital Systems] p.58 https://midoriprogramming.tistory.com/2 [논리회로] 디지털 수 체계 10진수와 2진수의 이해(Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Digital Number Systems (디지털 수 체계) 디지털 수 체계를 이해하기 위해서는 2진수(binary), 8진수(octal), 10진수(decimal), 16진수(hexadecimal)에 대한 이해가 필요하다. 2진.. midoriprogramming.tistory.com 지난 시간에 디지털 수 체계에 대해서 알아봤다. 이번에는 2진수를 10진수로 전환하는 방법에 대해서 알아보겠다 ○ Bi..
[논리회로] 디지털 수 체계 10진수와 2진수의 이해 (Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Digital Number Systems (디지털 수 체계) 디지털 수 체계를 이해하기 위해서는 2진수(binary), 8진수(octal), 10진수(decimal), 16진수(hexadecimal)에 대한 이해가 필요하다. 2진수 (Binary) - 2 symbols 8진수 (Octal) - 8 symbols 10진수 (Decimal) - 10 symbols 16진수 (Hexadecimal) - 16 symbols ● 10진수 (Decimal) 10개의 심볼(symbols)이 존재 : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 MSD (Most Significant Digit) : 최상위수 LSD (Least Significant Digit) ..