Convert the hexadecimal number 64CD to binary, and then convert it from binary to octal.
Answers
Answered by
2
Answer:
1) 64cd = 110010011001101 in binary
2) 64 cd = 62315 in octa
Step-by-step explanation:
1) d=1101
c=1100
4=0100
6=0110
write hexa in binary in form with 4 bits
2). 110010011001101
the above binary form is divide into 3 bit form from backside
110 010 011 001 101
6 2 3 1 5
Answered by
1
For conversion from Hexadecimal to Binary, each hex no. is represented using 4 bits, given as:
64CD = 0110 0100 1100 1101
Similar questions
Chemistry,
5 months ago
Math,
5 months ago
Math,
9 months ago
English,
9 months ago
Computer Science,
1 year ago