Decimal number system has a base of 10 -what dose it mean? Convert (43.55)10 into equivalent binary. octal and hexadecimal number.
Subject | Introduction to Computer System |
---|
Decimal Number system has 10 digits 0-9 so its base 10.
(43.55)10 = (101011.100....)2 =(53.431...)8 = (2B.8C...)16
Login to post your comment.