edited by
3,250 views
6 votes
6 votes

The process of organizing the memory into two banks to allow $8$-and $16$-bit data operation is called

  1. Bank switching
  2. Indexed mapping
  3. Two-way memory interleaving
  4. Memory segmentation
edited by

2 Answers

Best answer
7 votes
7 votes

The process of organizing the memory into two banks to allow 8 and 16-bit data operation is called Two-way memory interleaving .

Reference :Memory Interleaving

selected by
1 votes
1 votes
Interleaved memory is a design made to compensate for the relatively slow speed of dynamic random-access memory (DRAM) or core memory, by spreading memory addresses evenly across memory banks.
Contiguous memory reads and writes are using each memory bank in turn, resulting in higher memory throughputs due to reduced waiting for memory banks to become ready for desired operations.
Two-Way Interleaved : Two memory blocks are accessed at same time for writing and reading operations
Answer:

Related questions

7 votes
7 votes
4 answers
3
Desert_Warrior asked Jun 3, 2016
6,134 views
In which addressing mode, the effectives address of the operand is generated by adding a constant value to the content of a register?Absolute modeIndirect modeImmediate m...
7 votes
7 votes
3 answers
4