Computer Science, asked by dblc9731, 1 year ago

the greatest negative number which can be stored is 8 bit computer using 2's complement arithmetic is

Answers

Answered by Sidyandex
6

The greatest negative number which can be stored is 8 bit computer using 2's complement arithmetic is -128.

To find the greatest negative number with N bits, we use the formula given below.

Number = - 2 ^ (N – 1)

In the question, N = 8

Number = - 2 ^ ( 7 ) = -128

Similar questions