teng125
- 416
- 0
for 10011101 and 11001100 ,what is the decimal value in sign magnitude format (8bits) ??
pls help
pls help
The discussion focuses on converting binary numbers in sign magnitude format to their decimal equivalents. The binary number 10011101 represents -29, while 11001100 represents -76. The left-most bit indicates the sign, with 1 denoting a negative value and 0 denoting a positive value. This method is crucial for understanding how signed integers are represented in binary systems.
PREREQUISITESStudents in computer science, software engineers working with low-level programming, and anyone interested in digital systems and binary arithmetic.