Trending News
Promoted
電腦概論計算問題
在不考慮其他外在因素下,某電腦設備若以1000bps的傳輸率,送出1個100000字元的檔案,則需要多久時間?
Ans:800秒
請問如何計算?謝謝
4 Answers
Rating
- JohnLv 61 decade agoFavorite Answer
字元定義應該是,一個字元有8bits。
1000bps,是指一秒鐘可以傳送1000bits。
(bit per second)
8(bits) x 100000(字元) / 1000(bps) = 800(sec)
以上答案僅屬於邏輯計算使用。
實用時,因為會包上傳輸結構,
以標示傳輸資料起始、結束、長度、檢查等等。
通常會比較慢一些。
Source(s): 自己 - Jacob LeeLv 71 decade ago
我只想說:出題老師不夠細仔!再不,就是不夠懂!
在不考慮其他〝外在〞因素下,800秒也傳不完!!
2009-04-08 09:44:01 補充:
回答者 John 就有寫到這些〝內在〞原因!
- 1 decade ago
1000 bps (bit per second) = 每秒傳輸 1000 bits (位元)
1個字元 = 8 bits = 1 byte (位元組)
100000 字元 = 800000 bits
所以 800000 / 1000 = 800 秒
- 1 decade ago
100000字元 = 100000位元組(bytes) = 800000 位元 (bits)
800000 bit / 1000 bps = 800 秒 (seconds)
Still have questions? Get your answers by asking now.