How many bits are in a byte? What women think...

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

ed21x

Diamond Member
Oct 12, 2001
5,411
8
81
isn't there suppose to be 10, with the last 2 for verification purposes?
 

kt

Diamond Member
Apr 1, 2000
6,032
1,348
136
Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.

That makes sense. So, a byte in the Mac world would be 7-bits?
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
Originally posted by: Flyermax2k3
Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.

aka "word" size which is, in fact, 8 bits on x86 CPUs, but this is simply the default size which is assigned to a byte by said architecture, not the universal size of a byte.

a word is 4 bytes...
 

Flyermax2k3

Diamond Member
Mar 1, 2003
3,204
0
0
Originally posted by: gopunk
Originally posted by: Flyermax2k3
Originally posted by: notfred
A byte is the length of one character, which is not necesarily 8-bits.

aka "word" size which is, in fact, 8 bits on x86 CPUs, but this is simply the default size which is assigned to a byte by said architecture, not the universal size of a byte.

a word is 4 bytes...

doh! LOL, I knew that... 32 bits/4 bytes = native word size of 32-bit CPUs.