Previous Thread
Next Thread
Print Thread
Rate Thread
#8247 02/10/04 07:47 AM
Joined: Jan 2003
Posts: 217
Ntd
Offline
Member
Member
Joined: Jan 2003
Posts: 217
Hey,

Just got one question about binary and it its...

if 127 is largest number you can get from a byte how do you get numbers like 1000030303032040 ??

Thanks.

(64+32+16+8+4+2+1=127 != 256 mate laugh and its 2^7 not 2^8 last bit is the parity check)

FYI: By Byte i mean 2^7 not 2^8 because the last bit is the parity check bit.

Sponsored Links
▼ Sponsored Links ▼ ▲ Sponsored Links ▲
#8248 02/10/04 03:26 PM
Joined: Mar 2002
Posts: 1,041
I
UGN Elite Poster
UGN Elite Poster
I Offline
Joined: Mar 2002
Posts: 1,041
Not to sure where you pulled 127 from, but that is totally wrong. The largest number a byte can be is 255, ie:

11111111

But binary numbers can be longer than a byte. That's just a convienent grouping we use for computer related things. The numbers work the same as decimal except instead of useing powers of ten we use powers of 2. So instead of 1, 10, 100, 1000 we have 1, 2, 4, 8, 16 and so on. If you have a binary number that is 9 bits long you can have a number up to 511, 10 bits would be 1023, etc. So we get those numbers by have long binary number and not restricting them to byte size only.

Infinite

#8249 02/11/04 03:34 AM
Joined: Jan 2003
Posts: 217
Ntd
Offline
Member
Member
Joined: Jan 2003
Posts: 217
Ok so your saying if we dont restrict it to byte size we can leave it, to say a megabyte size? So that would be 2^1024 not just 2^7?

#8250 02/11/04 06:47 AM
Joined: Mar 2002
Posts: 1,041
I
UGN Elite Poster
UGN Elite Poster
I Offline
Joined: Mar 2002
Posts: 1,041
yup

and a byte is 8 bits, 2^8

#8251 02/12/04 12:46 AM
Joined: Jan 2003
Posts: 217
Ntd
Offline
Member
Member
Joined: Jan 2003
Posts: 217
Ok i get it now laugh thanks for the help.


Link Copied to Clipboard
Member Spotlight
None yet
Forum Statistics
Forums41
Topics33,840
Posts68,858
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Dartur 1
Cyrez 1
Girlie 1
unreal 1
Powered by UBB.threads™ PHP Forum Software 8.0.0