Home > Practice > Computer Science > Database > Introduction to Database
1. How many Character per sec(7bits + 1parity) can be transmitted over a 2400 bps line if the transfer is synchronous (1 Start" and 1 "stop" bit)?"

Solution:
Start and stop bits are not needed in synchronous transfer of data. So, it is 2400/8=300.

You must login to add comments. Login now.