Find the word definition

Longman Dictionary of Contemporary English
memory bank
noun
EXAMPLES FROM CORPUS
▪ Eight bit-planes per memory bank allows 256 levels of the associated primary colour to be represented.
Wikipedia
Memory Bank (UK game show)

Memory Bank was a daytime gameshow which was shown on Five in the UK. It featured several rounds of memory themed games. In the final round, the contestant was shown twenty words and each word remembered was worth a cash prize.

The show was presented by Jonathan Gould and Rachel Pierman. Three contestants were featured in each episode. The show shared a similar format to Five's popular daytime quiz BrainTeaser, sometimes described as its sister show. Both featured viewer puzzles where viewers at home could call in to win cash prizes. Initially the series had a flatter structure than BrainTeaser, in that all three contestants participated in all of the rounds until the final, where only the one with the highest score would proceed; however, in June 2004 the series was revamped to follow a pattern later adopted by BrainTeaser whereby one contestant was eliminated at a time until eventually only one contestant remained.

The show, which began in April 2004, was last aired in October 2004; originally episodes were 30 minutes in length, and this format produced moderately high enough viewing figures to convince Five to extend the show to an hour in length by June 2004 in an attempt to emulate the more competitive format of BrainTeaser; however, this would eventually transpire to be series' undoing, as the new format proved less popular with viewers; having failed to repeat the success of BrainTeaser following the extension in length, Five cancelled Memory Bank in October 2004.

Memory bank

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 synchronous dynamic random-access memory ( 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 to 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.