Memory bank (original) (raw)

About DBpedia

메모리 뱅크(memory bank)는 데이터가 프로세서에 지속적으로 흘러들어갈 수 있도록 순차적으로 작동하는 기억 장치 내부의 분할된 구역이다. 메모리와 CPU 사이의 데이터 전송을 빠르게 하기 위해 사용된다. 메모리 뱅크는 하드웨어에 의존적인 전자제품의 기억 논리 단위이다. 컴퓨터에서 메모리 뱅크는 물리적인 메모리 모듈이나 메모리 컨트롤러가 관리한다. SDRAM과 DDR RAM의 경우, 복수의 열과 행의 메모리 유닛이 메모리 뱅크를 구성한다. 일반적인 SDRAM에서는 오직 하나의 뱅크만이 접근되므로 컬럼이나 로우, 뱅크 당, 칩 당 배치된 비트 수는 (싱글 채널) 비트의 메모리 버스폭과 동등하다.

Property Value
dbo:abstract A memory bank is a logical unit of storage in electronics, which is hardware-dependent. In a computer, the memory bank may be determined by the memory controller along with physical organization of the hardware memory slots. In a typical synchronous dynamic random-access memory (SDRAM) or double data rate SDRAM (DDR SDRAM), a bank consists of multiple rows and columns of storage units, and is usually spread out across several chips. In a single read or write operation, only one bank is accessed, therefore the number of bits in a column or a row, per bank and per chip, equals the memory bus width in bits (single channel). The size of a bank is further determined by the number of bits in a column and a row, per chip, multiplied by the number of chips in a bank. Some computers have several identical memory banks of RAM, and use bank switching to switch between them. Harvard architecture computers have (at least) two very different banks of memory, one for program storage and other for data storage. (en) 메모리 뱅크(memory bank)는 데이터가 프로세서에 지속적으로 흘러들어갈 수 있도록 순차적으로 작동하는 기억 장치 내부의 분할된 구역이다. 메모리와 CPU 사이의 데이터 전송을 빠르게 하기 위해 사용된다. 메모리 뱅크는 하드웨어에 의존적인 전자제품의 기억 논리 단위이다. 컴퓨터에서 메모리 뱅크는 물리적인 메모리 모듈이나 메모리 컨트롤러가 관리한다. SDRAM과 DDR RAM의 경우, 복수의 열과 행의 메모리 유닛이 메모리 뱅크를 구성한다. 일반적인 SDRAM에서는 오직 하나의 뱅크만이 접근되므로 컬럼이나 로우, 뱅크 당, 칩 당 배치된 비트 수는 (싱글 채널) 비트의 메모리 버스폭과 동등하다. (ko) En minnesbank är en eller flera anslutningar eller socklar för minnesmoduler i en dator.Då man installerar minne (främst på äldre datorer) måste man för det mesta fylla en hel minnesbank med minnesmoduler. (sv) Bank是記憶體架構的其中一層,不同平台有不同定義,由所使用的記憶體控制器和實際的電子電路設計而決定。 在常用的DDR記憶體中,一個Bank由多組行(row)和列(column)所組成。 Intel 8086是一枚16位元處理器,它可存取兩個Bank(Bank High / Bank Low),因此一個Bank就是8位元。 (zh)
dbo:wikiPageExternalLink https://web.archive.org/web/20200301235541/http:/bitsavers.trailing-edge.com/components/intel/MCS4/MCS-4_Assembly_Language_Programming_Manual_Dec73.pdf http://bitsavers.trailing-edge.com/components/intel/MCS4/MCS-4_Assembly_Language_Programming_Manual_Dec73.pdf
dbo:wikiPageID 12232712 (xsd:integer)
dbo:wikiPageLength 2982 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1092172461 (xsd:integer)
dbo:wikiPageWikiLink dbr:Memory_controller dbr:Memory_organisation dbr:Integrated_circuit dbr:Interleaved_memory dbr:Computer dbr:Memory_geometry dbr:Cache_(computing) dbr:Computer_hardware dbr:Computer_memory dbc:Computer_memory dbr:Bank_switching dbr:Memory_rank dbr:Harvard_architecture dbr:Double_data_rate_SDRAM dbr:Intel_Corporation dbr:Synchronous_dynamic_random-access_memory
dbp:wikiPageUsesTemplate dbt:Cite_book dbt:Confuse dbt:Mvar dbt:Portal dbt:Reflist dbt:Short_description
dct:subject dbc:Computer_memory
gold:hypernym dbr:Unit
rdf:type owl:Thing dbo:Organisation
rdfs:comment 메모리 뱅크(memory bank)는 데이터가 프로세서에 지속적으로 흘러들어갈 수 있도록 순차적으로 작동하는 기억 장치 내부의 분할된 구역이다. 메모리와 CPU 사이의 데이터 전송을 빠르게 하기 위해 사용된다. 메모리 뱅크는 하드웨어에 의존적인 전자제품의 기억 논리 단위이다. 컴퓨터에서 메모리 뱅크는 물리적인 메모리 모듈이나 메모리 컨트롤러가 관리한다. SDRAM과 DDR RAM의 경우, 복수의 열과 행의 메모리 유닛이 메모리 뱅크를 구성한다. 일반적인 SDRAM에서는 오직 하나의 뱅크만이 접근되므로 컬럼이나 로우, 뱅크 당, 칩 당 배치된 비트 수는 (싱글 채널) 비트의 메모리 버스폭과 동등하다. (ko) En minnesbank är en eller flera anslutningar eller socklar för minnesmoduler i en dator.Då man installerar minne (främst på äldre datorer) måste man för det mesta fylla en hel minnesbank med minnesmoduler. (sv) Bank是記憶體架構的其中一層,不同平台有不同定義,由所使用的記憶體控制器和實際的電子電路設計而決定。 在常用的DDR記憶體中,一個Bank由多組行(row)和列(column)所組成。 Intel 8086是一枚16位元處理器,它可存取兩個Bank(Bank High / Bank Low),因此一個Bank就是8位元。 (zh) A memory bank is a logical unit of storage in electronics, which is hardware-dependent. In a computer, the memory bank may be determined by the memory controller along with physical organization of the hardware memory slots. In a typical synchronous dynamic random-access memory (SDRAM) or double data rate SDRAM (DDR SDRAM), a bank consists of multiple rows and columns of storage units, and is usually spread out across several chips. In a single read or write operation, only one bank is accessed, therefore the number of bits in a column or a row, per bank and per chip, equals the memory bus width in bits (single channel). The size of a bank is further determined by the number of bits in a column and a row, per chip, multiplied by the number of chips in a bank. (en)
rdfs:label 메모리 뱅크 (ko) Memory bank (en) Minnesbank (sv) Bank (記憶體) (zh)
owl:differentFrom dbr:Block_(computer_memory) dbr:Page_(computer_memory)
owl:sameAs freebase:Memory bank wikidata:Memory bank dbpedia-ko:Memory bank dbpedia-sv:Memory bank dbpedia-zh:Memory bank https://global.dbpedia.org/id/8dwE
prov:wasDerivedFrom wikipedia-en:Memory_bank?oldid=1092172461&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Memory_bank
is dbo:wikiPageDisambiguates of dbr:Bank_(disambiguation)
is dbo:wikiPageRedirects of dbr:Bank_(computer_memory) dbr:DRAM_bank dbr:Memory_Bank
is dbo:wikiPageWikiLink of dbr:Row_hammer dbr:Memory_ordering dbr:Apollo_VP3 dbr:Honeywell_ARGUS dbr:Dynamic_random-access_memory dbr:Interleaved_memory dbr:Memory_geometry dbr:R10000 dbr:Computer_Automation dbr:Embedded_C dbr:Machine_Made dbr:Data_bank dbr:R8000 dbr:After_Yang dbr:Bank_switching dbr:Hitachi_SR2201 dbr:Static_cling dbr:Bank_(computer_memory) dbr:Bank_(disambiguation) dbr:Astral_Chain dbr:Mariner_1 dbr:Mariner_2 dbr:DRAM_bank dbr:Operation_Logic_Bomb dbr:Synchronous_dynamic_random-access_memory dbr:Memory_Bank dbr:Rom_the_Space_Knight dbr:Sunway_SW26010
is foaf:primaryTopic of wikipedia-en:Memory_bank