Dev Hyeri

CS/프로그래밍 지식

[ 개발 지식 ] 컴퓨터 구조 Computer Architecture

_hyeri 2023. 9. 5. 14:04

 

 

 

1. 메모리 Memory, DRAM 


 

프로그래밍을 할때 사용하는 데이터와 코드가 올라와있는 공간.

 

 

 

2.  I/O devices


 

  • Storegy ( SSD 등) 
    • Load : storegy 에서 데이터를 불러오는 작업
    • save : storegy 에 저장하는 작
  • input : 키보드 마우스 output : 모니터

 

 

3.  CPU Central Processing Unit


 

연산 담당 

fetch : 메모리에게 명령을 받는것 

decode, execute : 연산하고 계산하는 것 

instruction cycle : fech, decode, execute 를 계속 사이클을 도는 것