Assume a 24-bit word on a computer. In these 24 bits, we wish to represent the value 295.
a) If our computer uses even parity, how would the computer represent the decimal value 295?
b) If our computer uses 8-bit ASCII and even parity, how would the computer represent the string 295?
c) If our computer uses packed BCD, how would the computer represent the number +295?