Does anyone know what hexing is and how to do it?
Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.
Hexing is a form of sorcery. But since you're posting this in the computers forum, I'll assume you mean hex.Digitalfire said:Does anyone know what hexing is and how to do it?
Not at all.WeakButHopeful said:I hope jdunlap won't mind me adding a few things to his good explanation and cool example.
WeakButHopeful said:First, there's a typo in his post (at least at the moment I type this): "based on the number 18" should have been "based on the number 16".
jdunlap said:(BTW, for the OP: it's 16 because that's twice the number of bits in a byte.)
The latter part is what I was trying to say. I didn't at all mean that it was called hexadecimal because it's twice the size of a byte- only that it's used widely in the world of computers because of the number of digits it has.seebs said:Er. No.
It's 16 because that's what "hexadecimal" means. In fact, the reason hexadecimal is so useful is that 16 is 2^4, and 4 is *HALF* the number of bits in a byte. So, an 8-bit value can be represented exactly as two hexadecimal digits.
Correct (altho a nibble isn't an official standardpgp_protector said:I thought a Bit was either a 1 or a 0, a Nibble was 4 bits, a Byte was 2 nibbles, or 8 bits, and a word was 2 bytes.
Classic!pgp_protector said:There are only 10 type of people in the world
Ones that understand binary
Ones that dont.
jdunlap said:... except that a Word being 2 bytes only applies to 32-bit processors.
jdunlap said:Correct (altho a nibble isn't an official standard), except that a Word being 2 bytes only applies to 32-bit processors.