COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

BINARY OCTAL DECIMAL AND HEXADECIMAL NUMBER SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Convert 0.65 into an octal number
A
6415
B
5146
C
4165
D
5614
Explanation: 

Detailed explanation-1: -to octal 0.513 * 8 = 4.104 Integer 4 0.104 * 8 = 0.832 Integer 0 0.832 * 8 = 6.656 Integer 6 0.656 * 8 = 5.248 Integer 5 0.248 * 8 = 1.984 Integer 1 0.984 * 8 = 7.872 Integer 7 0.513 = (0.406517…) radix 16 because: It uses 16 digits (0 to 9, A, B, C, D, E, F). according to its position.

There is 1 question to complete.