Computer Science, asked by prakashrajperumalsha, 9 days ago

Perform the following operations using 2's complement method. Use 8bit representation of numbers
(22)10 - (65)10 = (?)2​

Answers

Answered by AnirudhDaberao
6

Answer:

Given two numbers a and b. The task is to subtract b from a by using 2’s Complement method.

Note: Negative numbers represented as 2’s Complement of Positive Numbers.

For example, -5 can be represented in binary form as 2’s Complement of 5. Look at the image below:  

Explanation:

Similar questions