CPU의 구성
- ALU
- CU
- Register
- 캐시메모리
CPU의 동작과정
- RAM에서 데이터(instruction, 피연산자)를 불러와 Register에 저장
- CU가 명령어(instruction)를 ALU로 전달
- ALU, 명령어 실행 → 결과 Register로
- 그 결과 값 다시 RAM으로
'Master Piece of jun > 컴퓨터개론' 카테고리의 다른 글
execute cycle (instruction cycle) (0) | 2021.11.08 |
---|---|
instruction set 구성과 machine dependent (0) | 2021.11.08 |
Register의 개념 특징과 종류 (0) | 2021.11.08 |
폰노이만 아키텍처 (Stored-program concept) (0) | 2021.11.08 |
Firmware와 BIOS(Basic Input/Output System)그리고 Booting process (0) | 2021.11.07 |