Re: Anyone have a good site for learning hex to binary conversion?
- From: "Nocturnal" <anonymous@xxxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 09:06:00 -1000
Isn't there a mathematical computation that I can perform to get those
numbers from hex to bin? Like with bin to hex you multiply each bin # by
2^1, 2^2, so forth and the 0 places, you just disregard those and add the
sum of all the bin 1s and from there you convert those #s to hex.
"Frisbee®" <billLASTNAME@xxxxxxxxx> wrote in message
news:uf2WpXR9FHA.648@xxxxxxxxxxxxxxxxxxxxxxx
> "Nocturnal" <anonymous@xxxxxxxxxxxxx> wrote in message
> news:%23$gj1OR9FHA.952@xxxxxxxxxxxxxxxxxxxxxxx
>>I have an exam tomorrow for an Intro to Networking class and we're going
>>over binary conversion. Thanks.
>
> Deer Mr. Emissions,
>
> 1 = 0001
> 2 = 0010
> 3 = 0011
> 4 = 0100
> 5 = 0101
> 6 = 0110
> 7 = 0111
> 8 = 1000
> 9 = 1001
> A = 1010
> B = 1011
> C = 1100
> D = 1101
> E = 1110
> F = 1111
>
> Class dismissed.
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: OT Monday Ha Ha Ha
- Next by Date: Re: OT: Anyone have a good site for learning hex to binary conversion?
- Previous by thread: Re: Anyone have a good site for learning hex to binary conversion?
- Next by thread: Re: Anyone have a good site for learning hex to binary conversion?
- Index(es):
Relevant Pages
|