I dunno what u want to ask.....
but i think u want to know about the HEXADECIMAL SYSTEM?
2006-12-25 01:51:46
·
answer #1
·
answered by Som™ 6
·
0⤊
1⤋
value for base sixteen is the way Computers "think" in Binary code, or Base Two. But that is very hard for humans to read, so computer programmers have a special code they use when talking to computers; it's called Hexadecimal Code.
2006-12-25 11:31:30
·
answer #2
·
answered by ? 3
·
0⤊
0⤋
I would take it you mean to know how values above 9 are represented in base 16 code.... and that would be A=10, B=11, C=12, D=13, E=14, F=16. The rest of the values are represented with decimal numbers. In computer related material, you can recognize a hex number by the fact that it has "0x" in front of it, or "h" after, or, sometimes, both... like this 0x22A3h.
Hope this is what you wanted.... ;)
2006-12-25 10:12:22
·
answer #3
·
answered by Khali 3
·
1⤊
1⤋
Your question doesn't have an answer, there is no "value" for base sixteen, just as there is no "value" for base ten or base two, etc.
In base ten, the value for "10" is ten. In base two, the value for "10" is two. In base eight, the value for "10" is eight, and in base sixteen, the value for "10" is sixteen.
Here's a link that explains how base sixteen works.
2006-12-25 09:59:34
·
answer #4
·
answered by Anonymous
·
0⤊
1⤋
16 is the base for hexadecimal system just as 10 the base of logs and e is the base of natural logs.
2006-12-25 10:33:05
·
answer #5
·
answered by openpsychy 6
·
0⤊
1⤋