What's the difference between a word and byte?

后端 未结 14 2177
再見小時候
再見小時候 2020-12-12 09:50

I\'ve done some research. A byte is 8 bits and a word is the smallest unit that can be addressed on memory. The exact length of a word varies. What I don\'t understand is wh

14条回答
  •  轮回少年
    2020-12-12 10:05

    If a machine is byte-addressable and a word is the smallest unit that can be addressed on memory then I guess a word would be a byte!

提交回复
热议问题