edited by
16,210 views
24 votes
24 votes

How many $8-bi$t characters can be transmitted per second over a $9600$ baud serial communication link using asynchronous mode of transmission with one start bit, eight data bits, two stop bits and one parity bit?

  1. $600$
  2. $800$
  3. $876$
  4. $1200$
edited by

3 Answers

Best answer
49 votes
49 votes

The baud rate is the rate at which information is transferred in a communication channel.
Serial ports use two-level (binary) signaling, so the data rate in bits per second is equal to the symbol rate in bauds.
Ref: https://en.wikipedia.org/wiki/Serial_port#Speed.

$\text{“9600 baud"}$ means that the serial port is capable of transferring a maximum of $\text{“9600 bits per second".}$

So, transmission rate here $=9600\text{ bps}$.

An eight bit data (which is a char) requires $1$ start bit, $2$ stop bits and $1$ parity bit $=12\text{ bits}$.

So, number of characters transmitted per second $=\dfrac{9600}{12}=800$.

Correct Answer: $B$

edited by
1 votes
1 votes
Baud rate = 2* Bit rate

But this has no link to the question

So unlearn it.

as it is Asynchronous communication,

9600 is the baud rate

so 12 bits you have

No of characters transmitted per second= 9600/12 = 800
–3 votes
–3 votes
baud rate  = 2* bit rate

bit rate = 9600 / 2 = 4800 bps

# of 8-bit character that can be send  =  4800 / (1 + 8 + 2 + 1) = 400 chars

as there is no option matching I will go with 800 chars.

option B
Answer:

Related questions

14.5k
views
3 answers
31 votes
Ishrat Jahan asked Nov 2, 2014
14,538 views
A serial transmission $T1$ uses $8$ information bits, $2$ start bits, $1$ stop bit and $1$ ... $100$ characters/sec, $136$ characters/sec$80$ characters/sec, $153$ characters/sec
2.5k
views
1 answers
9 votes
Kathleen asked Oct 8, 2014
2,510 views
An asynchronous serial communication controller that uses a start-stop scheme for controlling the serial I/O of a system is programmed for a string of length seven ... string $ 0110101'?$How many such string can be transmitted per second?
11.3k
views
2 answers
38 votes
Kathleen asked Sep 29, 2014
11,264 views
Assume that each character code consists of $8$ bits. The number of characters that can be transmitted per second through an asynchronous serial line at $2400$ baud rate, and with two stop bits is$109$216$218$219$
4.1k
views
3 answers
11 votes
Kathleen asked Sep 29, 2014
4,135 views
Purpose of a start bit in $\text{RS-232}$ serial communication protocol is:to synchronize receiver for receiving every byteto synchronize receiver for ... a sequence of bytesa parity bitto synchronize receiver for receiving the last byte