- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Memory Transfer in Computer Architecture?
The transfer of data from a memory word to the external environment is known as a read operation. The read operation in memory transfer is represented as the transfer of data from the address register (AR) with the selected word M for the memory into the memory buffer register (MBR).
[AR]M MBR=Read Operation
The control signal of the read operation starts the read operation. The read operation statement generates the data transfer from the chosen memory register M into the MBR.
The transfer of new data to be saved into the memory is known as the write operation. The memory transfer in the write operation is described as the transfer of data from the memory buffer register (MBR) to the address register (AR) with the chosen word M for the memory.
MBR M [AR] =Write Operation.
The control signal of the write operation starts the write operation. The write operation statement generates the data transfer from the MBR into the chosen memory register through the address shows in the memory M [AR].
It can achieve through a read or write operation, first, the memory register (M) should be selected by a particular address.
The figure shows the memory transfer representation. It demonstrates that the memory unit can transfer the data from the memory address register and memory buffer register to implement read and write operations in the memory transfer.
- Related Articles
- What is Bus Transfer in Computer Architecture?
- What is Memory Stack in Computer Architecture?
- What is Cache Memory in Computer Architecture?
- What is Asynchronous Data Transfer in Computer Architecture?
- What is Asynchronous Serial Transfer in computer architecture?
- What is shared-memory model in computer architecture?
- What is Distributed-Memory Multicomputer in Computer Architecture?
- What is data transfer instruction process in Computer Architecture?
- What is the configuration of memory subsystem in computer architecture?
- What is control of Register and Memory in Computer Architecture?
- What are Vector-Access Memory Schemes in Computer Architecture?
- Discuss the Memory Hierarchy in Computer Architecture?
- Discuss the Data Transfer Schemes in Computer Architecture?
- Explain the various DMA transfer modes in computer architecture?
- What are different types of RAM (Random Access Memory) in computer architecture?
