0% found this document useful (0 votes)
77 views

Decimal Binary Number System Octal Hexadecimal

The document provides an overview of different number systems including decimal, binary, octal, and hexadecimal. It shows how to convert between binary and decimal numbers, as well as how to perform binary addition by carrying digits. Binary, octal, and hexadecimal numbers all use the same digits but have different numerical bases.

Uploaded by

midhungbabu88
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views

Decimal Binary Number System Octal Hexadecimal

The document provides an overview of different number systems including decimal, binary, octal, and hexadecimal. It shows how to convert between binary and decimal numbers, as well as how to perform binary addition by carrying digits. Binary, octal, and hexadecimal numbers all use the same digits but have different numerical bases.

Uploaded by

midhungbabu88
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

Decimal

Binary
Number
System
Octal
Hexadecimal
(110010110010.0110
01)2= (6262.31)8
(110010110010.0110
01)2= (?)16
110010110010.01100
100
( CB2.64)
8421
01
110010110010.01100
1)2= (CB2.64)16
421
0 000
1 001
2 010
3 011
4 100
5 101
6 110
7 111
Binary
Addition
0+0=0
0+1=1
1+0=1
1+1=
10
1 IS
CARRY
01234567
89
0 11 11
1011 +
1011
10110
1 + 1 +1
10 + 1 = 11
10
+
1
11

1+
1
10

You might also like