0% found this document useful (0 votes)
3 views3 pages

Untitled Document

The document provides step-by-step calculations for binary addition and subtraction, converting hexadecimal and octal numbers to binary and decimal formats. It includes examples such as adding binary numbers (11111.111)2 and (10111.101)2, and converting (ABCD.EF)₁₆ and (523.17)8 to binary before performing arithmetic operations. The final results of the calculations are presented in binary format.

Uploaded by

yasin.arafat03
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)
3 views3 pages

Untitled Document

The document provides step-by-step calculations for binary addition and subtraction, converting hexadecimal and octal numbers to binary and decimal formats. It includes examples such as adding binary numbers (11111.111)2 and (10111.101)2, and converting (ABCD.EF)₁₆ and (523.17)8 to binary before performing arithmetic operations. The final results of the calculations are presented in binary format.

Uploaded by

yasin.arafat03
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/ 3

9. (11111.111)2 + (10111.101)2 = (?

)2

Binary Addition of two Binary number:


11111.111
10111.101

110111.100

(11111.111)2 + (10111.101)2 = (110111.100)2

10. (ABCD.EF)₁₆ + (523.17)8 = (?)2 , (?)8 , (?)16

Hexadecimal to Binary:
Hexa-decimal to Decimal:
(ABCD.EF)₁₆ = (10 × 16³) + (11 × 16²) + (12 × 16¹) + (13 × 16⁰) + (14 × 16⁻¹) +
(15 × 16⁻²) = (43981.93359375)₁₀
Decimal to Binary:
(43981.93359375)₁₀ = (1010101111001101.11101111)2

Octal to Binary:
Octal to Decimal:
(523.17)8 = (5 × 8²) + (2 × 8¹) + (3 × 8⁰) + (1 × 8⁻¹) + (7 × 8⁻²) =(339.234375) ₁₀

Decimal to Binary:
(339.234375) ₁₀ =(101010011.001111)2

Binary Addition of two Binary number:


1010101111001101.11101111
101010011.001111

1010110100100001.00101011

(1010110100100001.00101 )2 = (44321.16797) ₁₀ = (126441.126 )8


(1010110100100001.00101 )2 = (44321.16797) ₁₀ = (AD21.2B001 )16
11. (1000.011)2 - (111.11)2 = (?)2

Subtraction of two Binary number:


1000.011
111.11

000.101

(1000.011)2 - (111.11)2 = ( 000.101)2

12. (5B)₁₆ + (1011)8 + (3A)₁₆= (?)2

Hexadecimal to Binary:
Hexa-decimal to Decimal:
(5B)₁₆ = (5B)₁₆ = (5 × 16¹) + (11 × 16⁰) = (91)₁₀

Decimal to Binary:
(91)₁₀ = (1011011)2

Hexadecimal to Binary:
Hexa-decimal to Decimal:
(3A)₁₆ = (3 × 16¹) + (10 × 16⁰) = (58)₁₀

Decimal to Binary:
(58)₁₀ = (111010)2

Binary Addition of two Binary number:


1011011
1011

1100110
Again binary addition,

1100110
111010

10100000

(5B)₁₆ + (1011)8 + (3A)₁₆= ( 10100000)2

You might also like