본문 바로가기

코딩

RAM vs main memory

Your computer's main memory is called RAM. You can think of it as a workspace the computer uses to get work done. When you double-click on an app, or open a document, or, well, do much of anything, RAM gets used to store that data while the computer is working on it

 

 

결론: RAM 메인 메모리이다.

 

Which is main memory RAM or ROM?

Computer memory is of two basic type – Primary memory(RAM and ROM) and Secondary memory(hard drive,CD,etc.). Random Access Memory (RAM) is primary-volatile memory and Read Only Memory (ROM) is primary-non-volatile memory.

 

volatile: 휘발성의

 

코드, , 스택, 데이터 영역을 배웠는데 이게 RAM 구조임.

 

 

https://jinshine.github.io/2018/05/17/%EC%BB%B4%ED%93%A8%ED%84%B0%20%EA%B8%B0%EC%B4%88/%EB%A9%94%EB%AA%A8%EB%A6%AC%EA%B5%AC%EC%A1%B0/

메인 메모리의 구조

'코딩' 카테고리의 다른 글

부동 소수점, floating point  (0) 2021.03.28
파이썬은 왜 인기가 많은가?  (0) 2021.03.22
markdown? 마크다운이란?  (0) 2021.03.22
텍스트 파일, 바이너리 파일  (0) 2021.03.18
round off error, 반올림 에러  (0) 2021.03.17