엔지니어가 되고 싶은 공돌이
01. Digital Systems 본문
1. 1. Digital Systems
- 컴퓨터에서는 Binary Number(0, 1)를 사용합니다.
- Easy to store with bistable elements and Reliably transmitted on noisy.
- Boolean Algebra is a mathematical foundation for modern digital systems.
- Computer: 입출력이 있으며, 방대한 정보를 저장, 검색, 처리하며, 다른 기계장치들을 제어하는 프로그래밍이 가능한 전자기기.
- Function: 특정한 목적의 작업을 수행하기 위해 설계된 코드의 집합.
- Algorithm: 문제해결방법을 정의한 일련의 단계적 절차.
'Computer Science > System Programming' 카테고리의 다른 글
06. Assembly 1: Basic Operations (0) | 2025.02.06 |
---|---|
05. Program and Instruction Set (0) | 2025.02.06 |
04. Byte Ordering (0) | 2025.02.05 |
03. Representation of Floating Points (0) | 2025.02.04 |
02. Representation of Integer (0) | 2025.02.03 |
Comments