102k views
1 vote
What is the smallest negative integer that can be represented in two's complement system in which each value is represented by eight bits? ​

User Eklektek
by
5.3k points

1 Answer

4 votes

Answer: Two's complement is a mathematical operation on binary numbers, and is an example of a radix complement. It is used in computing as a method of signed number representation.

User Steven Stark
by
5.4k points