Saved Bookmarks
| 1. |
What are the two main type of data transfer schemes ? |
|
Answer» There are two ways by which we can pass data to microprocessor: 1. Serial data transfer 2. Parallel data transfer Serial data transfer: - Normally data transfer between two processors mode the data is transferred serially one bit at a time. Due to this the in reduced in size. Parallel data transfer: - The programmed I/O data transfer scheme, the user program controls the data transfer. |
|