[공통]메모리 구조

2021. 5. 20. 08:23공통

컴퓨터 하드웨어 구성

케이스, 중앙처리장치, 모니터, 마우스, 키보드, 데이터 저장소, 그래픽 카드 등 (출처)

 

저장소 계층

https://en.wikipedia.org/wiki/Computer_data_storage#/media/File:Computer_storage_types.svg

 

Computer data storage - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Storage of digital data readable by computers 15 GiB PATA hard disk drive (HDD) from 1999; when connected to a computer it serves as secondary storage. 160 GB SDLT tape cartridge, an e

en.wikipedia.org

 

메모리 구조

https://i.imgur.com/fbzJjII.png

 

스택

https://en.wikipedia.org/wiki/File:ProgramCallStack2_en.png

 

File:ProgramCallStack2 en.png - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search File history Click on a date/time to view the file as it appeared at that time. Date/TimeThumbnailDimensionsUserComment current17:11, 3 November 20151,582 × 1,879 (79 KB)OpencooperTra

en.wikipedia.org

 

https://en.wikipedia.org/wiki/File:Data_Queue.svg

 

File:Data Queue.svg - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Summary DescriptionData Queue.svg English: Diagram representing Data Queues Date 17 August 2009 Source Own work Author This Image was created by User:Vegpuff. If you are using the imag

en.wikipedia.org

 

정리

스택에서의 Push & Pop, LIFO에 따른, 큐의 FIFO가 있다

Swift에서의 참조, 값형식인 class, enum, structure타입

heap에는 참조된 주소 값이, stack에는 값이 할당 된다

 

다음

힙에 관하여 설명된 위키문서에 있는 노드는 또 뭔가..?

'공통' 카테고리의 다른 글

[공통] 빌드(Build)  (0) 2020.03.17
[공통] Process, Thread란  (0) 2020.03.12