57. Two’s complement is an approach to represent a signed number. Given an 8-bit number11100100, wha
問題詳情
57. Two’s complement is an approach to represent a signed number. Given an 8-bit number11100100, what is the decimal value of this number? (A) 27 (B) -27 (C) 28 (D) -28