how to represent binary, octal, hexadecimal numbers in computer memory?
Answers
Answered by
3
Answer:
Then in the Hexadecimal Numbering System we use the numbers from 0 to 9 and the capital letters A to F to represent its Binary or Decimal number equivalent, starting with the least significant digit at the right hand side.
Answered by
1
Answer:
So the octal digits are 101, commonly written 0101 to emphasize the fact that these are octal digits. An even more efficient way to represent memory is hexadecimal form. Here, each digit represents a value between 0 and 16, with values greater than 9 replaced with the characters a to f.
Explanation:
So the octal digits are 101, commonly written 0101 to emphasize the fact that these are octal digits. An even more efficient way to represent memory is hexadecimal form. Here, each digit represents a value between 0 and 16, with values greater than 9 replaced with the characters a to f.
Similar questions