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의 구조임.
메인 메모리의 구조
'코딩' 카테고리의 다른 글
부동 소수점, 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 |