Consider the following $32$-bit floating-point representation scheme as shown in the format below :
A $1$ bit sign field
A $24$ bit fraction field
and a $7$ bit exponent field (in excess-$64$ signed integer representation, with 16 being the base of exponentiation)
How to represent the decimal value $-7.5$ as a normalized floating point number in the given format?
I am not getting why this question assumes $16$ being the base of exponentiation, as I have always assumed base $2$?
I believe your question is:
Presumably it's as an exercise to see if you understand the principles behind floating point numbers rather than having just learnt a set of steps. The task is asking about a format which differs from IEEE single precision in two ways:
Since the question is not using a standard floating-point format anyway (because of point 2), why assume it would be standard in respect of point 1?