Question: 1. Perform binary addition on these binary numbers... 10100000 + 100110 => 110010 + 1 => 1010010 + 10011010 => 2. Perform binary subtraction on

1. Perform binary addition on these binary numbers... 10100000 + 100110 => 110010 + 1 => 1010010 + 10011010 => 2. Perform binary subtraction on these binary numbers. Assume 8 bit two's complement representation. 11101011 - 1001100 => 11001100 - 111001 => 1001011 - 1000110 => 3. Negate the binary numbers shown. Assume 8 bit two's complement representation... 1111101 => - 1101111 => - 111 => 4. Convert the following numbers between the given bases binary 1111010 : decimal decimal 136 : binary binary 11010110 : octal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
