InterviewSolution
Saved Bookmarks
| 1. |
define parallel connection and seris connection |
|
Answer» Parallel connectionshave multiple wires runningparallelto each other (hence the name), and can transmit data on all the wires simultaneously.Serial, on the other hand, uses a single wire to transfer the data bits one at a time |
|