0% found this document useful (0 votes)
46 views4 pages

Number System

The document discusses different number systems including decimal, binary, octal, and hexadecimal. It provides examples of converting between decimal, binary, octal, and hexadecimal numbers. Conversions include changing 35310 to binary 1011000012 and changing 0.20312510 to binary 0.0011012. Octal conversions include changing 27810 to octal 4268 and binary 1100111010012 to octal 63518.

Uploaded by

Adam Dwiputra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views4 pages

Number System

The document discusses different number systems including decimal, binary, octal, and hexadecimal. It provides examples of converting between decimal, binary, octal, and hexadecimal numbers. Conversions include changing 35310 to binary 1011000012 and changing 0.20312510 to binary 0.0011012. Octal conversions include changing 27810 to octal 4268 and binary 1100111010012 to octal 63518.

Uploaded by

Adam Dwiputra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Number Systems

1. DECIMAL NUMBER (0,1,2,3,4,5,6,7,8,9)

2. BINARY NUMBERS (0,1)

DECIMAL TO BINARY CONVERSION: 35310 = ..B ?

35310 = 1011000012.
0.101011 B = ..10 (decimal) ?

0.20312510 = .2 (binary) ?

0.20312510 = 0.0011012

3. OCTAL NUMBER (0,1,2,3,4,5,6,7)

3758 = .10(decimal) ?

14.3 Q = 10 (decimal) ?
27810 = 8 (octal) ?

27810 = 4268

0.65110 = 8 (octal) ?

0.65110 = 0.515238

Binary to Octal Conversion


1100111010012 = .8 (octal) ?

1100111010012 = 63518

11010102 = .8 (octal) ?

11010102 = 1528

110111.10112 = .8 (octal) ?

110111.10112 = 67.548
4. HEXADECIMAL NUMBER (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F)
Number Equivalents:

10100110111100012 = H (hexadecimal) ?

A 6 F 1

4AC2H = .2 (binary) ?

4AC2H = 01001010111000102

You might also like