Podcast
Questions and Answers
Which representation is used in computers to represent negative numbers by changing the most significant bit from 0 to 1?
Which representation is used in computers to represent negative numbers by changing the most significant bit from 0 to 1?
In the sign and magnitude system, what is the representation of -5 in an 8-bit system?
In the sign and magnitude system, what is the representation of -5 in an 8-bit system?
In the 1's complement system, how are negative values represented?
In the 1's complement system, how are negative values represented?
What is the representation of -3 in the 1's complement system?
What is the representation of -3 in the 1's complement system?
Signup and view all the answers
Which representation is used in computers to represent negative numbers by adding 1 to the 1's complement of the corresponding positive number?
Which representation is used in computers to represent negative numbers by adding 1 to the 1's complement of the corresponding positive number?
Signup and view all the answers