Computer Science, asked by motilaljangid006, 5 hours ago

How do modern computers represent signed integer values?

Answers

Answered by Jellostudysession
1

Answer:

Modern Computers use the two's complement encoding method to represent signed integer numbers. The following figure shows how the binary number changes when you add the value 1 to a 3 bit binary number: Examples: 000 + 1 = 001.

Similar questions